36 #ifndef alphaContactAngleFvPatchScalarField_H 37 #define alphaContactAngleFvPatchScalarField_H 51 class alphaContactAngleFvPatchScalarField
53 public zeroGradientFvPatchScalarField
57 class interfaceThetaProps
84 scalar
theta0(
bool matched=
true)
const 86 if (matched)
return theta0_;
87 else return 180.0 - theta0_;
97 scalar
thetaA(
bool matched=
true)
const 99 if (matched)
return thetaA_;
100 else return 180.0 - thetaA_;
104 scalar
thetaR(
bool matched=
true)
const 106 if (matched)
return thetaR_;
107 else return 180.0 - thetaR_;
129 thetaPropsTable thetaProps_;
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Foam::fvPatchFieldMapper.
An STL-conforming hash table.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.