61 theta0_(gcpsf.theta0_),
62 uTheta_(gcpsf.uTheta_),
63 thetaA_(gcpsf.thetaA_),
64 thetaR_(gcpsf.thetaR_)
77 theta0_(
dict.get<scalar>(
"theta0")),
78 uTheta_(
dict.get<scalar>(
"uTheta")),
79 thetaA_(
dict.get<scalar>(
"thetaA")),
80 thetaR_(
dict.get<scalar>(
"thetaR"))
93 theta0_(gcpsf.theta0_),
94 uTheta_(gcpsf.uTheta_),
95 thetaA_(gcpsf.thetaA_),
96 thetaR_(gcpsf.thetaR_)
108 theta0_(gcpsf.theta0_),
109 uTheta_(gcpsf.uTheta_),
110 thetaA_(gcpsf.thetaA_),
111 thetaR_(gcpsf.thetaR_)
133 Uwall -= (nf & Uwall)*nf;
139 nWall /= (
mag(nWall) + SMALL);
145 return theta0_ + (thetaA_ - thetaR_)*
tanh(uwall/uTheta_);
152 os.writeEntry(
"theta0", theta0_);
153 os.writeEntry(
"uTheta", uTheta_);
154 os.writeEntry(
"thetaA", thetaA_);
155 os.writeEntry(
"thetaR", thetaR_);
167 dynamicAlphaContactAngleFvPatchScalarField
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A FieldMapper for finite-volume patch fields.
virtual tmp< Field< Type > > patchInternalField() const
Return internal field next to patch.
void writeValueEntry(Ostream &os) const
Write *this field as a "value" entry.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
static tmp< T > New(Args &&... args)
Construct tmp with forwarding arguments.
OBJstream os(runTime.globalPath()/outputName)
#define makePatchTypeField(PatchTypeField, typePatchTypeField)
Define a concrete fvPatchField type and add to run-time tables Example, (fvPatchScalarField,...
dimensionedScalar tanh(const dimensionedScalar &ds)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
Field< vector > vectorField
Specialisation of Field<T> for vector.
fvsPatchField< vector > fvsPatchVectorField
fvPatchField< vector > fvPatchVectorField
fvPatchField< scalar > fvPatchScalarField