36Foam::inclinedFilmNusseltHeightFvPatchScalarField::
37inclinedFilmNusseltHeightFvPatchScalarField
43 fixedValueFvPatchScalarField(
p, iF),
44 filmRegionName_(
"surfaceFilmProperties"),
51Foam::inclinedFilmNusseltHeightFvPatchScalarField::
52inclinedFilmNusseltHeightFvPatchScalarField
60 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
61 filmRegionName_(ptf.filmRegionName_),
62 GammaMean_(ptf.GammaMean_.clone()),
64 omega_(ptf.omega_.clone())
68Foam::inclinedFilmNusseltHeightFvPatchScalarField::
69inclinedFilmNusseltHeightFvPatchScalarField
76 fixedValueFvPatchScalarField(
p, iF,
dict),
79 dict.getOrDefault<
word>(
"filmRegion",
"surfaceFilmProperties")
87Foam::inclinedFilmNusseltHeightFvPatchScalarField::
88inclinedFilmNusseltHeightFvPatchScalarField
93 fixedValueFvPatchScalarField(wmfrhpsf),
94 filmRegionName_(wmfrhpsf.filmRegionName_),
95 GammaMean_(wmfrhpsf.GammaMean_.clone()),
96 a_(wmfrhpsf.a_.clone()),
97 omega_(wmfrhpsf.omega_.clone())
101Foam::inclinedFilmNusseltHeightFvPatchScalarField::
102inclinedFilmNusseltHeightFvPatchScalarField
108 fixedValueFvPatchScalarField(wmfrhpsf, iF),
109 filmRegionName_(wmfrhpsf.filmRegionName_),
110 GammaMean_(wmfrhpsf.GammaMean_.clone()),
111 a_(wmfrhpsf.a_.clone()),
112 omega_(wmfrhpsf.omega_.clone())
125 const label patchi = patch().index();
145 if (patch().size() && (
max(
mag(gTan)) < SMALL))
148 <<
"is designed to operate on patches inclined with respect to "
158 nTan /=
mag(nTan) + ROOTVSMALL;
167 const scalar t = db().time().timeOutputValue();
169 const scalar GMean = GammaMean_->value(t);
170 const scalar a = a_->value(t);
171 const scalar omega = omega_->value(t);
179 const scalarField rhop(
rho.boundaryField()[patchi].patchInternalField());
188 fixedValueFvPatchScalarField::updateCoeffs();
197 fixedValueFvPatchScalarField::write(
os);
201 "surfaceFilmProperties",
204 GammaMean_->writeData(
os);
206 omega_->writeData(
os);
207 writeEntry(
"value",
os);
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
Write a keyword/value entry only when the two values differ.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool write()
Write the output fields.
A FieldMapper for finite-volume patch fields.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Film height boundary condition for inclined films that imposes a sinusoidal perturbation on top of a ...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
const Type & lookupObject(const word &name, const bool recursive=false) const
Base class for region models.
const Time & time() const
Return the reference to the time database.
Kinematic form of single-cell layer surface film model.
A class for handling words, derived from Foam::string.
const volScalarField & mu
OBJstream os(runTime.globalPath()/outputName)
#define makePatchTypeField(PatchTypeField, typePatchTypeField)
#define WarningInFunction
Report a warning using Foam::Warning.
constexpr scalar twoPi(2 *M_PI)
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
scalarField Re(const UList< complex > &cf)
Extract real component.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sin(const dimensionedScalar &ds)
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh > > &tdf1, const word &name, const dimensionSet &dimensions)
Global function forwards to reuseTmpDimensionedField::New.
dimensionedScalar cbrt(const dimensionedScalar &ds)