|
[Sponsors] |
What does this initialisation mean? "uniform 1" |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 17, 2018, 07:31 |
What does this initialisation mean? "uniform 1"
|
#1 |
Senior Member
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 9 |
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 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. |
|
September 18, 2018, 10:42 |
|
#2 |
Senior Member
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 9 |
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. |
|
Tags |
boundary conditions, initialisation, pressure, temperature, uniform 1 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Initialisation Temperatures | harsh.bansal | CFX | 5 | June 3, 2011 13:14 |
Running buoyantSimpleFoam with oodles data as initialisation | samulu | OpenFOAM | 5 | November 19, 2009 12:49 |
modify ccmp for initialisation | Thomas Baumann | Siemens | 4 | August 24, 2009 10:35 |
Domain initialisation. | KM | CFX | 2 | October 12, 2007 16:27 |
Initialisation of my solution | Gernot | FLUENT | 4 | August 27, 2005 05:27 |