fvPatchFields/derived/flowRateInletVelocity: Write the extrapolateProfile switch
This commit is contained in:
parent
1ef6ed3b9f
commit
62e340f56c
2 changed files with 2 additions and 1 deletions
|
|
@ -234,6 +234,8 @@ void Foam::flowRateInletVelocityFvPatchVectorField::write(Ostream& os) const
|
|||
writeEntryIfDifferent<word>(os, "rho", "rho", rhoName_);
|
||||
writeEntryIfDifferent<scalar>(os, "rhoInlet", -VGREAT, rhoInlet_);
|
||||
}
|
||||
os.writeKeyword("extrapolateProfile")
|
||||
<< extrapolateProfile_ << token::END_STATEMENT << nl;
|
||||
writeEntry("value", os);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ Description
|
|||
- the flow rate is in m3/s
|
||||
|
||||
Usage
|
||||
|
||||
\table
|
||||
Property | Description | Required | Default value
|
||||
massFlowRate | mass flow rate [kg/s] | no |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue