34 namespace regionModels
36 namespace surfaceFilmModels
51 void constantFilmThermo::init(thermoData& td)
62 constantFilmThermo::constantFilmThermo
274 extrapolatedCalculatedFvPatchScalarField::typeName
278 trho.
ref().primitiveFieldRef() = this->
rho(0, 0);
279 trho.
ref().correctBoundaryConditions();
301 extrapolatedCalculatedFvPatchScalarField::typeName
305 tmu.
ref().primitiveFieldRef() = this->
mu(0, 0);
306 tmu.
ref().correctBoundaryConditions();
328 extrapolatedCalculatedFvPatchScalarField::typeName
332 tsigma.
ref().primitiveFieldRef() = this->
sigma(0, 0);
333 tsigma.
ref().correctBoundaryConditions();
355 extrapolatedCalculatedFvPatchScalarField::typeName
359 tCp.
ref().primitiveFieldRef() = this->
Cp(0, 0);
360 tCp.
ref().correctBoundaryConditions();
382 extrapolatedCalculatedFvPatchScalarField::typeName
386 tkappa.
ref().primitiveFieldRef() = this->
kappa(0, 0);
387 tkappa.
ref().correctBoundaryConditions();
const surfaceFilmModel & film() const
Return const access to the film surface film model.
A list of keyword definitions, which are a keyword followed by any number of values (e...
T & ref() const
Return non-const reference or generate a fatal error.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
tmp< volScalarField > trho
virtual const word & name() const
Return the specie name.
virtual scalar Tb(const scalar p) const
Return boiling temperature [K].
const dictionary coeffDict_
Coefficients dictionary.
Macros for easy insertion into run-time selection tables.
virtual scalar D(const scalar p, const scalar T) const
Return diffusivity [m2/s].
addToRunTimeSelectionTable(surfaceFilmModel, kinematicSingleLayer, mesh)
virtual tmp< volScalarField > Cp() const
Return specific heat capacity [J/kg/K].
A class for handling words, derived from string.
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
virtual scalar W() const
Return molecular weight [kg/kmol].
bool readIfPresent(const word &, T &, bool recursive=false, bool patternMatch=true) const
Find an entry if present, and assign to T.
const dimensionSet dimPressure
const dimensionSet dimPower
virtual tmp< volScalarField > sigma() const
Return surface tension [kg/s2].
virtual tmp< volScalarField > mu() const
Return dynamic viscosity [Pa.s].
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
const dimensionSet dimEnergy
virtual tmp< volScalarField > rho() const
Return density [kg/m3].
const dimensionSet dimDensity
virtual scalar hl(const scalar p, const scalar T) const
Return latent heat [J/kg].
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
virtual tmp< volScalarField > kappa() const
Return thermal conductivity [W/m/K].
Base class for surface film models.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
defineTypeNameAndDebug(kinematicSingleLayer, 0)
virtual ~constantFilmThermo()
Destructor.
virtual scalar pv(const scalar p, const scalar T) const
Return vapour pressure [Pa].
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.