mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: verticalChannel: U starting off with incompressible mode for potentialFoam
This commit is contained in:
@ -32,15 +32,17 @@ boundaryField
|
||||
inletCentral
|
||||
{
|
||||
type flowRateInletVelocity;
|
||||
//massFlowRate constant 0.00379;
|
||||
volumetricFlowRate constant 0.00379;
|
||||
massFlowRate constant 0.00379;
|
||||
//volumetricFlowRate constant 0.00379;
|
||||
rhoInlet 1.0;
|
||||
value uniform (0 14.68 0);
|
||||
}
|
||||
inletSides
|
||||
{
|
||||
type flowRateInletVelocity;
|
||||
//massFlowRate constant 0.00832;
|
||||
volumetricFlowRate constant 0.00832;
|
||||
massFlowRate constant 0.00832;
|
||||
//volumetricFlowRate constant 0.00832;
|
||||
rhoInlet 1.0;
|
||||
value uniform (0 17.79 0);
|
||||
}
|
||||
outlet
|
||||
|
||||
Reference in New Issue
Block a user