Go to the documentation of this file.
38 #ifndef alphaContactAngleFvPatchScalarField_H
39 #define alphaContactAngleFvPatchScalarField_H
53 class alphaContactAngleFvPatchScalarField
55 public zeroGradientFvPatchScalarField
59 class interfaceThetaProps
86 scalar
theta0(
bool matched=
true)
const
88 if (matched)
return theta0_;
89 else return 180.0 - theta0_;
99 scalar
thetaA(
bool matched=
true)
const
101 if (matched)
return thetaA_;
102 else return 180.0 - thetaA_;
106 scalar
thetaR(
bool matched=
true)
const
108 if (matched)
return thetaR_;
109 else return 180.0 - thetaR_;
A class for managing temporary objects.
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.
Pair< word >::symmHasher hash
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A HashTable similar to std::unordered_map.
Foam::fvPatchFieldMapper.
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...