35 #ifndef VoFPatchTransfer_H 36 #define VoFPatchTransfer_H 44 namespace regionModels
46 namespace surfaceFilmModels
virtual void patchTransferredMassTotals(scalarField &patchMasses) const
Accumulate the total mass injected for the patches into the.
Base class for surface film models.
scalarField patchTransferredMasses_
Transferred mass for each patch at which the film is removed.
A list of keyword definitions, which are a keyword followed by any number of values (e...
labelList patchIDs_
List of patch IDs at which the film is removed.
Base class for film transfer models, handling mass transfer between the film and the continuous phase...
scalar alphaToFilm_
VoF limit below which the VoF may be transferred to the film.
void operator=(const VoFPatchTransfer &)=delete
Disallow default bitwise assignment.
Transfer mass between the film and the VoF in the continuous phase.
const dictionary & dict() const
Return const access to the cloud dictionary.
VoFPatchTransfer(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
scalar deltaFactorToVoF_
Factor of the cell height above which the film is transferred.
scalar transferRateCoeff_
Transfer rate coefficient.
virtual ~VoFPatchTransfer()
Destructor.
scalar alphaToVoF_
VoF limit above which all of the film is transferred to the VoF.
TypeName("VoFPatchTransfer")
Runtime type information.
scalar deltaFactorToFilm_
Factor of the cell height below which the VoF may be transferred.