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
|
||||
{
|
||||
fixedGradientFvPatchScalarField::write(os);
|
||||
os.writeKeyword("rho") << rhoName_ << token::END_STATEMENT << nl;
|
||||
writeEntry("value", os);
|
||||
writeEntryIfDifferent(os, "rho", word("rho"), rhoName_);
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue