Skip to content
Snippets Groups Projects
Commit 43a20100 authored by sergio's avatar sergio
Browse files

ENH: Finishing enthalpyJump BC

parent 531e3b2d
Branches
Tags
No related merge requests found
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment