mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
minor fixup for flowRate bcs.
This commit is contained in:
@ -42,8 +42,8 @@ boundaryField
|
||||
}
|
||||
inlet
|
||||
{
|
||||
type massFlowRateInletVelocity;
|
||||
massFlowRate 0.1;
|
||||
type flowRateInletVelocity;
|
||||
flowRate 0.1;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
outlet
|
||||
|
||||
Reference in New Issue
Block a user