BUG: Corrected update of T field for energyJump[AMI]FvPatchScalarField. See #1624

This commit is contained in:
Andrew Heather
2020-03-11 17:47:19 +00:00
parent 6f230a8b67
commit 418248709f
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ void Foam::energyJumpFvPatchScalarField::updateCoeffs()
const_cast<fixedJumpFvPatchScalarField&>(TbPatch);
// force update of jump
Tbp.updateCoeffs();
Tbp.evaluate(Pstream::commsTypes::blocking);
const labelUList& faceCells = this->patch().faceCells();

View File

@ -121,7 +121,7 @@ void Foam::energyJumpAMIFvPatchScalarField::updateCoeffs()
const_cast<fixedJumpAMIFvPatchScalarField&>(TbPatch);
// force update of jump
Tbp.updateCoeffs();
Tbp.evaluate(Pstream::commsTypes::blocking);
const labelUList& faceCells = this->patch().faceCells();