BUG: twoPhaseEulerFoam: Fixed JohnsonJackson Theta BC write
This commit is contained in:
parent
6e1a5b6781
commit
a07e04cdb6
1 changed files with 5 additions and 2 deletions
|
|
@ -311,9 +311,12 @@ void Foam::JohnsonJacksonParticleThetaFvPatchScalarField::write
|
||||||
Ostream& os
|
Ostream& os
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
// ...
|
|
||||||
|
|
||||||
mixedFvPatchScalarField::write(os);
|
mixedFvPatchScalarField::write(os);
|
||||||
|
os.writeKeyword("restitutionCoefficient")
|
||||||
|
<< restitutionCoefficient_ << token::END_STATEMENT << nl;
|
||||||
|
os.writeKeyword("specularityCoefficient")
|
||||||
|
<< specularityCoefficient_ << token::END_STATEMENT << nl;
|
||||||
|
writeEntry("value", os);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue