Go to the documentation of this file.
44 namespace regionModels
46 namespace surfaceFilmModels
87 const word& modelType,
90 const word& regionType
107 const scalar massSource,
108 const vector& momentumSource,
109 const scalar pressureSource,
110 const scalar energySource
virtual const volScalarField & Tw() const
Return the film wall temperature [K].
virtual tmp< DimensionedField< scalar, volMesh > > Sh() const
Return enthalpy source - Eulerian phase only.
A class for handling words, derived from string.
A class for managing temporary objects.
virtual const volScalarField & Cp() const
Return the film specific heat capacity [J/kg/K].
TypeName("none")
Runtime type information.
virtual const volScalarField & Ts() const
Return the film surface temperature [K].
virtual const volVectorField & U() const
Return the film velocity [m/s].
const volScalarField & sigma() const
Return const access to the surface tension / [m/s2].
const dimensionedVector & g() const
Return the accleration due to gravity.
virtual const volVectorField & Uw() const
Return the film wall velocity [m/s].
virtual tmp< DimensionedField< scalar, volMesh > > Srho() const
Return total mass source - Eulerian phase only.
noFilm(const noFilm &)
Disallow default bitwise copy construct.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual const volScalarField & delta() const
Return the film thickness [m].
virtual tmp< volScalarField > primaryMassTrans() const
Return mass transfer source - Eulerian phase only.
virtual const volScalarField & rho() const
Return the film density [kg/m3].
void operator=(const noFilm &)
Disallow default bitwise assignment.
virtual const volScalarField & T() const
Return the film mean temperature [K].
virtual const volScalarField & cloudMassTrans() const
Return the film mass available for transfer.
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
virtual const volVectorField & Us() const
Return the film surface velocity [m/s].
virtual const volScalarField & cloudDiameterTrans() const
Return the parcel diameters originating from film.
virtual bool read()
Read control parameters from dictionary.
virtual ~noFilm()
Destructor.
virtual const volScalarField & kappa() const
Return the film thermal conductivity [W/m/K].
virtual const volScalarField & alpha() const
Return the film coverage, 1 = covered, 0 = uncovered / [].
virtual void addSources(const label patchI, const label faceI, const scalar massSource, const vector &momentumSource, const scalar pressureSource, const scalar energySource)
External hook to add sources to the film.
Base class for surface film models.
Generic GeometricField class.