BUG: twoPhaseEulerFoam: Fixed JohnsonJackson BCs write
This commit is contained in:
parent
7cc1ed27b3
commit
0f873c5a31
2 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue