Skip to content
Snippets Groups Projects
Commit 32aa0b82 authored by william's avatar william Committed by Andrew Heather
Browse files

BUG: twoPhaseEulerFoam: Fixed JohnsonJackson BCs write

parent 57b96804
Branches
Tags
No related merge requests found
......@@ -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);
......
......@@ -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")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment