Go to the documentation of this file.
58 TName_(
dict.getOrDefault<
word>(
"T",
"T")),
76 theta0_(psf.theta0_.clone())
88 theta0_(psf.theta0_.clone())
101 theta0_(psf.theta0_.clone())
114 return theta0_->value
116 patch().lookupPatchField<volScalarField, scalar>(TName_)
127 os.writeEntryIfDifferent<
word>(
"T",
"T", TName_);
128 theta0_->writeData(
os);
129 writeEntry(
"value",
os);
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
const std::string patch
OpenFOAM patch number as a std::string.
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Component-wise write of a value (N times)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
string evaluate(label fieldWidth, const std::string &s, size_t pos=0, size_t len=std::string::npos)
String evaluation with specified (positive, non-zero) field width.