34 namespace regionModels
36 namespace surfaceFilmModels
45 perturbedTemperatureDependentContactAngleForce,
66 coeffDict_.subDict(
"distribution"),
103 thetai.
field() = thetaPtr_->value(
T());
108 thetai[celli] += distribution_->sample();
118 thetaf = thetaPtr_->value(T.boundaryField()[
patchi]);
123 thetaf[facei] += distribution_->sample();
Run-time selectable general function of one variable.
#define forAll(list, i)
Loop across all elements in list.
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
T & ref() const
Return non-const reference or generate a fatal error.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
const dimensionSet dimless
Macros for easy insertion into run-time selection tables.
addToRunTimeSelectionTable(ejectionModel, BrunDrippingEjection, dictionary)
bool isCoupledPatch(const label regionPatchi) const
Return true if patchi on the local region is a coupled.
const fvMesh & regionMesh() const
Return the region mesh database.
const rhoThermo & thermo() const
Film thermo.
const Field< Type > & field() const
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Internal & ref()
Return a reference to the dimensioned internal field.
virtual const volScalarField & T() const =0
Temperature [K].
static autoPtr< distributionModel > New(const dictionary &dict, Random &rndGen)
Selector.
Boundary & boundaryFieldRef()
Return a reference to the boundary field.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
surfaceFilmRegionModel & filmModel_
Reference to the film surface film model.
static word modelName(Name name, const word &model)
Return the name of the object within the given model.
A class for managing temporary objects.
defineTypeNameAndDebug(kinematicSingleLayer, 0)
Thermodynamic form of single-cell layer surface film model.