ENH: Finishing enthalpyJump BC

This commit is contained in:
sergio
2012-05-14 10:43:55 +01:00
parent 531e3b2d13
commit 43a2010007

View File

@ -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
{