BUG: twoPhaseEulerFoam: Fixed JohnsonJackson Theta BC write

This commit is contained in:
william 2014-03-25 14:36:18 +00:00 committed by Andrew Heather
parent 7033b6aa5e
commit 170fd9e5ec

View File

@ -311,9 +311,12 @@ void Foam::JohnsonJacksonParticleThetaFvPatchScalarField::write
Ostream& os
) const
{
// ...
mixedFvPatchScalarField::write(os);
os.writeKeyword("restitutionCoefficient")
<< restitutionCoefficient_ << token::END_STATEMENT << nl;
os.writeKeyword("specularityCoefficient")
<< specularityCoefficient_ << token::END_STATEMENT << nl;
writeEntry("value", os);
}