Go to the documentation of this file.
35 namespace regionModels
37 namespace surfaceFilmModels
46 perturbedTemperatureDependentContactAngleForce,
53 perturbedTemperatureDependentContactAngleForce::
54 perturbedTemperatureDependentContactAngleForce
61 thetaPtr_(
Function1<scalar>::
New(
"theta", coeffDict_, &film.regionMesh())),
67 coeffDict_.subDict(
"distribution"),
107 thetai.
field() = thetaPtr_->value(
T());
112 thetai[celli] += distribution_->sample();
122 thetaf = thetaPtr_->value(
T.boundaryField()[patchi]);
127 thetaf[facei] += distribution_->sample();
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for managing temporary objects.
static constexpr const zero Zero
const Field< Type > & field() const
static word timeName(const scalar t, const int precision=precision_)
const Time & time() const
A library of runtime-selectable doubly-truncated probability distribution models. Returns random samp...
addToRunTimeSelectionTable(surfaceFilmRegionModel, kinematicSingleLayer, mesh)
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
bool isCoupledPatch(const label regionPatchi) const
Base class for surface film models.
virtual const volScalarField & T() const =0
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
static autoPtr< distributionModel > New(const dictionary &dict, Random &rndGen)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
defineTypeNameAndDebug(kinematicSingleLayer, 0)
surfaceFilmRegionModel & filmModel_
Generic GeometricField class.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const dimensionSet dimless
const fvMesh & regionMesh() const