mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Changing outlet p BC
This commit is contained in:
@ -28,8 +28,13 @@ boundaryField
|
|||||||
|
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type waveTransmissive;
|
||||||
p0 $internalField;
|
psi thermo:psi;
|
||||||
|
lInf 1;
|
||||||
|
field p;
|
||||||
|
gamma 1.4;
|
||||||
|
fieldInf 100000;
|
||||||
|
value $internalField;
|
||||||
}
|
}
|
||||||
|
|
||||||
inletPilot
|
inletPilot
|
||||||
|
|||||||
Reference in New Issue
Block a user