Public Member Functions | |
contactAngleProperties () | |
Construct null. More... | |
contactAngleProperties (const scalar theta0) | |
Construct non-dynamic properties from components. More... | |
contactAngleProperties (const scalar theta0, const scalar uTheta, const scalar thetaA, const scalar thetaR) | |
Construct dynamic properties from components. More... | |
contactAngleProperties (const dictionary &dict) | |
Construct from a dictionary. More... | |
scalar | theta0 () const |
Return the equilibrium contact angle theta0. More... | |
bool | dynamic () const |
Return if this contact angle is dynamic. More... | |
scalar | uTheta () const |
Return the dynamic contact angle velocity scale. More... | |
scalar | thetaA () const |
Return the limiting advancing contact angle. More... | |
scalar | thetaR () const |
Return the limiting receding contact angle. More... | |
contactAngleProperties | reversed () const |
Return the contact angle properties for the reverse of this. More... | |
void | write (Ostream &os) const |
Write to stream. More... | |
bool | operator== (const contactAngleProperties &thetaProps) const |
Check equality between two sets of contact angle properties. More... | |
bool | operator!= (const contactAngleProperties &thetaProps) const |
Check inequality between two sets of contact angle properties. More... | |
Definition at line 119 of file alphaContactAngleFvPatchScalarField.H.
Construct null.
contactAngleProperties | ( | const scalar | theta0 | ) |
Construct non-dynamic properties from components.
contactAngleProperties | ( | const scalar | theta0, |
const scalar | uTheta, | ||
const scalar | thetaA, | ||
const scalar | thetaR | ||
) |
Construct dynamic properties from components.
contactAngleProperties | ( | const dictionary & | dict | ) |
Construct from a dictionary.
|
inline |
Return the equilibrium contact angle theta0.
Definition at line 167 of file alphaContactAngleFvPatchScalarField.H.
Referenced by Foam::correctContactAngle().
|
inline |
Return if this contact angle is dynamic.
Definition at line 173 of file alphaContactAngleFvPatchScalarField.H.
Referenced by Foam::correctContactAngle().
|
inline |
Return the dynamic contact angle velocity scale.
Definition at line 179 of file alphaContactAngleFvPatchScalarField.H.
Referenced by Foam::correctContactAngle().
|
inline |
Return the limiting advancing contact angle.
Definition at line 185 of file alphaContactAngleFvPatchScalarField.H.
Referenced by Foam::correctContactAngle().
|
inline |
Return the limiting receding contact angle.
Definition at line 191 of file alphaContactAngleFvPatchScalarField.H.
Referenced by Foam::correctContactAngle().
contactAngleProperties reversed | ( | ) | const |
Return the contact angle properties for the reverse of this.
interface (e.g., convert air_water to water_air).
void write | ( | Ostream & | os | ) | const |
Write to stream.
bool operator== | ( | const contactAngleProperties & | thetaProps | ) | const |
Check equality between two sets of contact angle properties.
bool operator!= | ( | const contactAngleProperties & | thetaProps | ) | const |
Check inequality between two sets of contact angle properties.