BUG: verticalChannel: U starting off with incompressible mode for potentialFoam

This commit is contained in:
mattijs
2012-09-24 10:49:06 +01:00
parent deed6d371d
commit 1e0cf2f960

View File

@ -32,15 +32,17 @@ boundaryField
inletCentral inletCentral
{ {
type flowRateInletVelocity; type flowRateInletVelocity;
//massFlowRate constant 0.00379; massFlowRate constant 0.00379;
volumetricFlowRate constant 0.00379; //volumetricFlowRate constant 0.00379;
rhoInlet 1.0;
value uniform (0 14.68 0); value uniform (0 14.68 0);
} }
inletSides inletSides
{ {
type flowRateInletVelocity; type flowRateInletVelocity;
//massFlowRate constant 0.00832; massFlowRate constant 0.00832;
volumetricFlowRate constant 0.00832; //volumetricFlowRate constant 0.00832;
rhoInlet 1.0;
value uniform (0 17.79 0); value uniform (0 17.79 0);
} }
outlet outlet