mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Initial state after latest Foundation merge
This commit is contained in:
@ -43,7 +43,6 @@ boundaryField
|
||||
atmosphere
|
||||
{
|
||||
type pressureInletOutletVelocity;
|
||||
phi phi;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
@ -25,8 +25,8 @@ boundaryField
|
||||
inlet
|
||||
{
|
||||
type variableHeightFlowRate;
|
||||
lowerBound 0.0;
|
||||
upperBound 0.9;
|
||||
lowerBound 0;
|
||||
upperBound 1;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
@ -10,6 +10,5 @@ inletFlowRate 75;
|
||||
pressure 0;
|
||||
turbulentKE 4.14e-03;
|
||||
turbulentEpsilon 4.39e-05;
|
||||
#inputMode merge
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -34,19 +34,13 @@ boundaryField
|
||||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type fixedFluxPressure;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
p0 uniform 0;
|
||||
U U;
|
||||
phi phi;
|
||||
rho none;
|
||||
psi none;
|
||||
gamma 1;
|
||||
value uniform $pressure;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
@ -7,7 +7,7 @@ restore0Dir
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
\cp 0/alpha.water.org 0/alpha.water
|
||||
\cp 0/alpha.water.orig 0/alpha.water
|
||||
|
||||
runApplication setFields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user