63 thetaT0_(gcpsf.thetaT0_),
78 t0_(
dict.get<scalar>(
"t0")),
79 thetaT0_(
dict.get<scalar>(
"thetaT0")),
80 te_(
dict.get<scalar>(
"te")),
81 thetaTe_(
dict.get<scalar>(
"thetaTe"))
96 thetaT0_(gcpsf.thetaT0_),
98 thetaTe_(gcpsf.thetaTe_)
111 scalar t = patch().boundaryMesh().mesh().time().value();
112 scalar theta0 = thetaT0_;
124 theta0 = thetaT0_ + (t - t0_)*(thetaTe_ - thetaT0_)/(te_ - t0_);
137 os.writeEntry(
"t0", t0_);
138 os.writeEntry(
"thetaT0", thetaT0_);
139 os.writeEntry(
"te", te_);
140 os.writeEntry(
"thetaTe", thetaTe_);
152 timeVaryingAlphaContactAngleFvPatchScalarField
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...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A FieldMapper for finite-volume patch fields.
void writeValueEntry(Ostream &os) const
Write *this field as a "value" entry.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
static tmp< T > New(Args &&... args)
Construct tmp with forwarding arguments.
OBJstream os(runTime.globalPath()/outputName)
#define makePatchTypeField(PatchTypeField, typePatchTypeField)
Define a concrete fvPatchField type and add to run-time tables Example, (fvPatchScalarField,...
fvsPatchField< vector > fvsPatchVectorField
fvPatchField< vector > fvPatchVectorField
fvPatchField< scalar > fvPatchScalarField