mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: twoPhaseEulerFoam: Fixed JohnsonJackson Theta BC write
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user