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
|
||||
) 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")
|
||||
|
||||
Reference in New Issue
Block a user