mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected update of T field for energyJump[AMI]FvPatchScalarField. See #1624
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user