diff --git a/src/surfaceFilmModels/surfaceFilmModel/thermoSingleLayer/thermoSingleLayer.C b/src/surfaceFilmModels/surfaceFilmModel/thermoSingleLayer/thermoSingleLayer.C index bf0799b6e1..aa9194942e 100644 --- a/src/surfaceFilmModels/surfaceFilmModel/thermoSingleLayer/thermoSingleLayer.C +++ b/src/surfaceFilmModels/surfaceFilmModel/thermoSingleLayer/thermoSingleLayer.C @@ -714,6 +714,9 @@ Foam::surfaceFilmModels::thermoSingleLayer::Sh() const dimensionedScalar("zero", dimEnergy/dimVolume/dimTime, 0.0) ) ); + + // All of enthalpy change due to phase change added to film energy equation + /* scalarField& Sh = tSh(); const scalarField& V = mesh_.V();