Formatting
This commit is contained in:
parent
ed78eb6cd6
commit
814f3de0a5
1 changed files with 1 additions and 2 deletions
|
@ -159,8 +159,7 @@ void buoyantPressureFvPatchScalarField::updateCoeffs()
|
||||||
void buoyantPressureFvPatchScalarField::write(Ostream& os) const
|
void buoyantPressureFvPatchScalarField::write(Ostream& os) const
|
||||||
{
|
{
|
||||||
fixedGradientFvPatchScalarField::write(os);
|
fixedGradientFvPatchScalarField::write(os);
|
||||||
os.writeKeyword("rho") << rhoName_ << token::END_STATEMENT << nl;
|
writeEntryIfDifferent(os, "rho", word("rho"), rhoName_);
|
||||||
writeEntry("value", os);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue