BUG: twoPhaseEulerFoam: Fixed JohnsonJackson Theta BC write
This commit is contained in:
parent
7033b6aa5e
commit
170fd9e5ec
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user