Go to the documentation of this file.
72 #ifndef alphaContactAngleFvPatchScalarField_H
73 #define alphaContactAngleFvPatchScalarField_H
76 #include "multiphaseSystem.H"
87 class alphaContactAngleFvPatchScalarField
89 public zeroGradientFvPatchScalarField
93 class interfaceThetaProps
123 scalar
theta0(
bool matched=
true)
const
125 if (matched)
return theta0_;
126 else return 180.0 - theta0_;
130 scalar
uTheta() const noexcept
136 scalar
thetaA(
bool matched=
true)
const
138 if (matched)
return thetaA_;
139 else return 180.0 - thetaA_;
143 scalar
thetaR(
bool matched=
true)
const
145 if (matched)
return thetaR_;
146 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.
An ordered or unorder pair of phase names. Typically specified as follows.
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...