BUG: twoPhaseEulerFoam: Fixed JohnsonJackson BCs write

This commit is contained in:
william
2014-03-27 11:58:15 +00:00
committed by Andrew Heather
parent 57b968044e
commit 32aa0b82c6
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ void Foam::JohnsonJacksonParticleSlipFvPatchVectorField::write
Ostream& os
) const
{
partialSlipFvPatchVectorField::write(os);
fvPatchVectorField::write(os);
os.writeKeyword("specularityCoefficient")
<< specularityCoefficient_ << token::END_STATEMENT << nl;
writeEntry("value", os);

View File

@ -311,7 +311,7 @@ void Foam::JohnsonJacksonParticleThetaFvPatchScalarField::write
Ostream& os
) const
{
mixedFvPatchScalarField::write(os);
fvPatchScalarField::write(os);
os.writeKeyword("restitutionCoefficient")
<< restitutionCoefficient_ << token::END_STATEMENT << nl;
os.writeKeyword("specularityCoefficient")