CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

What does this initialisation mean? "uniform 1"

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 17, 2018, 06:31
Default What does this initialisation mean? "uniform 1"
  #1
Senior Member
 
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 8
deepbandivadekar is on a distinguished road
Hello all,


Probably a very simple answer to this but can't seem to get my head around it.

What do these kind of boundary condition really mean:
Code:
boundaryField 
22  { 
23      inlet 
24      { 
25          type            fixedValue; 
26          value           uniform 1; 
27      } 
28   
29      outlet 
30      { 
31          type            waveTransmissive; 
32          field           p; 
33          psi             thermo:psi; 
34          gamma           1.4; 
35          fieldInf        1; 
36          lInf            3; 
37          value           uniform 1; 
38      } 
39
e.g. as we can see here in section 5.2.2 of: https://cfd.direct/openfoam/user-guide/v6-boundaries/


Is it a normalised value (pressure/temperature/...) ? If so exactly how?
I do not understand how Mach number is calculated as 3 at the inlet when the temperature is initialised as 1 for the forwardStep tutorial of both sonicFoam and rhoCentralFoam (the velocity is is 3 in both cases: that means sonic speed is taken as 1. How?).



Can someone please explain the background or please direct me to right resources? I tried to look up threads, couldn't find anything.
Attached Images
File Type: png MachT.png (24.4 KB, 8 views)
deepbandivadekar is offline   Reply With Quote

Old   September 18, 2018, 09:42
Default
  #2
Senior Member
 
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 8
deepbandivadekar is on a distinguished road
I found my answer here: https://www.openfoam.com/documentati...p#x11-560003.2


What I had assumed was that the fluid is air thus the confusion. This short description cleared it well.
deepbandivadekar is offline   Reply With Quote

Reply

Tags
boundary conditions, initialisation, pressure, temperature, uniform 1


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Initialisation Temperatures harsh.bansal CFX 5 June 3, 2011 12:14
Running buoyantSimpleFoam with oodles data as initialisation samulu OpenFOAM 5 November 19, 2009 11:49
modify ccmp for initialisation Thomas Baumann Siemens 4 August 24, 2009 09:35
Domain initialisation. KM CFX 2 October 12, 2007 15:27
Initialisation of my solution Gernot FLUENT 4 August 27, 2005 04:27


All times are GMT -4. The time now is 14:59.