Skip to content
Snippets Groups Projects
Commit 1e0cf2f9 authored by mattijs's avatar mattijs
Browse files

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

parent deed6d37
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment