33 namespace regionModels
35 namespace surfaceFilmModels
58 coeffDict_.subDict(
"distribution"),
67 filmModel_.regionMesh(),
91 thetai[celli] = distribution_->sample();
102 thetap[facei] = distribution_->sample();
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t 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.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
const dimensionSet dimless
const Time & time() const
Return the reference to the time database.
Macros for easy insertion into run-time selection tables.
bool isCoupledPatch(const label regionPatchi) const
Return true if patchi on the local region is a coupled.
label timeIndex() const
Return current time index.
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)
addToRunTimeSelectionTable(surfaceFilmModel, noFilm, mesh)