27 #include "surfaceInterpolate.H" 34 namespace regionModels
36 namespace surfaceFilmModels
250 gNormClipped.
min(0.0);
252 return tgNormClipped;
autoPtr< filmThermoModel > filmThermo_
Film thermo model.
List container for film injection models.
Surface integrate surfaceField creating a volField. Surface sum a surfaceField creating a volField...
autoPtr< filmTurbulenceModel > turbulence_
Turbulence model.
const dimensionedScalar deltaSmall_
Small delta.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label nOuterCorr() const
Return the number of outer correctors.
volScalarField & pSpPrimary()
Pressure [Pa].
Base class for film thermo models.
label nCorr() const
Return the number of PISO correctors.
T & ref() const
Return non-const reference or generate a fatal error.
volVectorField & USp()
Momentum [kg/m/s2].
volVectorField USp_
Momementum [kg/m/s2].
volScalarField & rhoSp()
Mass [kg/m2/s].
volScalarField muPrimary_
Viscosity [Pa.s].
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
tmp< volScalarField > gNorm() const
Return the gravity normal-to-patch component contribution.
volVectorField USpPrimary_
Momementum [kg/m/s2].
const Time & time() const
Return the reference to the time database.
const volScalarField & rhoPrimary() const
Density [kg/m3].
injectionModelList injection_
Cloud injection.
const Switch & momentumPredictor() const
Return the momentum predictor.
tmp< volScalarField > deltaMass() const
Return the change in film mass due to sources/sinks.
volScalarField sigma_
Surface tension [m/s2].
transferModelList & transfer()
Transfer.
volVectorField & USpPrimary()
Momementum [kg/m/s2].
volScalarField rho_
Density [kg/m3].
const volScalarField & muPrimary() const
Viscosity [Pa.s].
const filmThermoModel & filmThermo() const
Film thermo.
Switch momentumPredictor_
Momentum predictor.
Base class for film turbulence models.
const volVectorField & UPrimary() const
Velocity [m/s].
const volScalarField & mu() const
Return const access to the dynamic viscosity [Pa.s].
tmp< volVectorField > gTan() const
Return the gravity tangential component contributions.
tmp< volScalarField > mass() const
Return the current film mass.
tmp< volScalarField > gNormClipped() const
Return the gravity normal-to-patch component contribution.
injectionModelList & injection()
Injection.
volScalarField pPrimary_
Pressure [Pa].
const dimensionedScalar & deltaSmall() const
Return small delta.
virtual const volVectorField & nHat() const
Return the patch normal vectors.
const fvMesh & regionMesh() const
Return the region mesh database.
void min(const dimensioned< Type > &)
volScalarField pSpPrimary_
Pressure [Pa].
volScalarField delta_
Film thickness [m].
label nNonOrthCorr_
Number of non-orthogonal correctors.
volScalarField pSp_
Pressure [Pa].
const volScalarField & pPrimary() const
Pressure [Pa].
List container for film transfer models.
volScalarField rhoPrimary_
Density [kg/m3].
label nCorr_
Number of PISO-like correctors.
const volScalarField & delta() const
Return const access to the film thickness [m].
transferModelList transfer_
Transfer with the continuous phase.
volVectorField UPrimary_
Velocity [m/s].
virtual const volScalarField & magSf() const
Return the face area magnitudes / [m2].
volScalarField mu_
Dynamic viscosity [Pa.s].
const volScalarField & sigma() const
Return const access to the surface tension [kg/s2].
label nNonOrthCorr() const
Return the number of non-orthogonal correctors.
volScalarField alpha_
Film coverage indicator, 1 = covered, 0 = uncovered [].
label nOuterCorr_
Number of outer correctors.
volScalarField rhoSpPrimary_
Mass [kg/m2/s].
const dimensionedVector & g_
Acceleration due to gravity [m/s2].
volScalarField & rhoSpPrimary()
Mass [kg/m2/s].
A class for managing temporary objects.
volScalarField & pSp()
Pressure [Pa].
volScalarField rhoSp_
Mass [kg/m2/s].
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const filmTurbulenceModel & turbulence() const
Turbulence.
dimensionedScalar deltaT() const
Return time step.
const volScalarField & alpha() const
Return the film coverage, 1 = covered, 0 = uncovered [].