BUG: twoPhaseEulerFoam: Fixed JohnsonJackson Theta BC write

This commit is contained in:
william 2014-03-25 14:36:18 +00:00
parent 6e1a5b6781
commit a07e04cdb6

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