35 #ifndef surfaceFilmRegionModel_H 36 #define surfaceFilmRegionModel_H 44 namespace regionModels
46 namespace surfaceFilmModels
83 const word& modelType,
86 const word& regionType
109 const scalar massSource,
110 const vector& momentumSource,
111 const scalar pressureSource,
112 const scalar energySource
virtual bool read()
Read control parameters from dictionary.
surfaceFilmRegionModel(const word &modelType, const fvMesh &mesh, const dimensionedVector &g, const word ®ionType)
Construct from type name, mesh and gravity vector.
virtual void addSources(const label patchi, const label facei, const scalar massSource, const vector &momentumSource, const scalar pressureSource, const scalar energySource)=0
External hook to add sources to the film.
Base class for surface film models.
Base class for single layer region models.
TypeName("surfaceFilmRegionModel")
Runtime type information.
virtual const volScalarField & rho() const =0
Return the film density [kg/m^3].
virtual tmp< volScalarField > primaryMassTrans() const =0
Return mass transfer source - Eulerian phase only.
A class for handling words, derived from string.
virtual void evolve()
Main driver routing to evolve the region - calls other evolves.
virtual tmp< volVectorField::Internal > Uw() const =0
Return the film wall velocity [m/s].
virtual const volScalarField & delta() const =0
Return the film thickness [m].
virtual const volVectorField & U() const =0
Return the film velocity [m/s].
const dimensionedVector & g() const
Return the acceleration due to gravity.
Mesh data needed to do the Finite Volume discretisation.
virtual ~surfaceFilmRegionModel()
Destructor.
virtual const volScalarField & coverage() const =0
Return the film coverage, 1 = covered, 0 = uncovered / [].
A class for managing temporary objects.
virtual tmp< volVectorField::Internal > Us() const =0
Return the film surface velocity [m/s].
void operator=(const surfaceFilmRegionModel &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > sigma() const =0
Return the film surface tension [N/m].
virtual const volScalarField & cloudDiameterTrans() const =0
Return the parcel diameters originating from film.
virtual const volScalarField & cloudMassTrans() const =0
Return the film mass available for transfer.