35 namespace contactAngleModels
47 theta0_(
dict.lookup<scalar>(
"theta0")),
48 gTheta_(
dict.lookup<scalar>(
"gTheta")),
49 thetaAdv_(
dict.lookup<scalar>(
"thetaAdv")),
50 thetaRec_(
dict.lookup<scalar>(
"thetaRec"))
77 +
degToRad(thetaRec_ - theta0_)*
max(uCoeff, scalar(0))
78 -
degToRad(thetaAdv_ - theta0_)*
min(uCoeff, scalar(0))
Macros for easy insertion into run-time selection tables.
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 any number of values (e....
const Type & value() const
Return const reference to value.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
const objectRegistry & db() const
Return local objectRegistry.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type and name.
A class for managing temporary objects.
dimensionedScalar tanh(const dimensionedScalar &ds)
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
dimensionedScalar cos(const dimensionedScalar &ds)
scalar degToRad(const scalar deg)
Conversion from degrees to radians.
Unit conversion functions.