mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: flowRateInletVelocity: require volumeFlowRate or massFlowRate keyword
This commit is contained in:
@ -37,7 +37,7 @@ boundaryField
|
||||
burner
|
||||
{
|
||||
type flowRateInletVelocity;
|
||||
flowRate constant 0.001294; //60kW C3H8
|
||||
massFlowRate constant 0.001294; //60kW C3H8
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user