fvPatchFields/derived/flowRateInletVelocity: Write the extrapolateProfile switch

This commit is contained in:
Henry Weller
2016-06-17 20:27:31 +01:00
parent 1ef6ed3b9f
commit 62e340f56c
2 changed files with 2 additions and 1 deletions

View File

@ -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);
}

View File

@ -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 |