mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Finishing enthalpyJump BC
This commit is contained in:
@ -126,11 +126,11 @@ void Foam::enthalpyJumpFvPatchScalarField::updateCoeffs()
|
||||
|
||||
if (db().foundObject<volScalarField>("h"))
|
||||
{
|
||||
jump_ = thermo.h(jumpTb, faceCells)();
|
||||
jump_ = thermo.h(jumpTb, faceCells);
|
||||
}
|
||||
else if (db().foundObject<volScalarField>("hs"))
|
||||
{
|
||||
jump_ = thermo.hs(jumpTb, faceCells)();
|
||||
jump_ = thermo.hs(jumpTb, faceCells);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user