STYLE: Added comment re: enthalpy change for film source term

This commit is contained in:
andy
2010-09-17 14:38:06 +01:00
parent 1dc587c327
commit 2e1a37e9f9

View File

@ -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();