mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: twoPhaseEulerFoam: Fixed JohnsonJackson BCs write
This commit is contained in:
@ -248,7 +248,7 @@ void Foam::JohnsonJacksonParticleSlipFvPatchVectorField::write
|
|||||||
Ostream& os
|
Ostream& os
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
partialSlipFvPatchVectorField::write(os);
|
fvPatchVectorField::write(os);
|
||||||
os.writeKeyword("specularityCoefficient")
|
os.writeKeyword("specularityCoefficient")
|
||||||
<< specularityCoefficient_ << token::END_STATEMENT << nl;
|
<< specularityCoefficient_ << token::END_STATEMENT << nl;
|
||||||
writeEntry("value", os);
|
writeEntry("value", os);
|
||||||
|
|||||||
@ -311,7 +311,7 @@ void Foam::JohnsonJacksonParticleThetaFvPatchScalarField::write
|
|||||||
Ostream& os
|
Ostream& os
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
mixedFvPatchScalarField::write(os);
|
fvPatchScalarField::write(os);
|
||||||
os.writeKeyword("restitutionCoefficient")
|
os.writeKeyword("restitutionCoefficient")
|
||||||
<< restitutionCoefficient_ << token::END_STATEMENT << nl;
|
<< restitutionCoefficient_ << token::END_STATEMENT << nl;
|
||||||
os.writeKeyword("specularityCoefficient")
|
os.writeKeyword("specularityCoefficient")
|
||||||
|
|||||||
Reference in New Issue
Block a user