mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Added comment re: enthalpy change for film source term
This commit is contained in:
@ -714,6 +714,9 @@ Foam::surfaceFilmModels::thermoSingleLayer::Sh() const
|
|||||||
dimensionedScalar("zero", dimEnergy/dimVolume/dimTime, 0.0)
|
dimensionedScalar("zero", dimEnergy/dimVolume/dimTime, 0.0)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// All of enthalpy change due to phase change added to film energy equation
|
||||||
|
|
||||||
/*
|
/*
|
||||||
scalarField& Sh = tSh();
|
scalarField& Sh = tSh();
|
||||||
const scalarField& V = mesh_.V();
|
const scalarField& V = mesh_.V();
|
||||||
|
|||||||
Reference in New Issue
Block a user