43 fixedValueFvPatchScalarField(
p, iF),
46 psiName_(
"thermo:psi"),
60 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
62 phiName_(ptf.phiName_),
63 psiName_(ptf.psiName_),
76 fixedValueFvPatchScalarField(
p, iF,
dict, false),
77 UName_(
dict.getOrDefault<
word>(
"U",
"U")),
78 phiName_(
dict.getOrDefault<
word>(
"phi",
"phi")),
79 psiName_(
dict.getOrDefault<
word>(
"psi",
"thermo:psi")),
80 gamma_(
dict.
get<scalar>(
"gamma")),
81 T0_(
"T0",
dict,
p.size())
83 if (
dict.found(
"value"))
99 const totalTemperatureFvPatchScalarField& tppsf
102 fixedValueFvPatchScalarField(tppsf),
103 UName_(tppsf.UName_),
104 phiName_(tppsf.phiName_),
105 psiName_(tppsf.psiName_),
106 gamma_(tppsf.gamma_),
117 fixedValueFvPatchScalarField(tppsf, iF),
118 UName_(tppsf.UName_),
119 phiName_(tppsf.phiName_),
120 psiName_(tppsf.psiName_),
121 gamma_(tppsf.gamma_),
133 fixedValueFvPatchScalarField::autoMap(m);
144 fixedValueFvPatchScalarField::rmap(ptf, addr);
147 refCast<const totalTemperatureFvPatchScalarField>(ptf);
149 T0_.
rmap(tiptf.T0_, addr);
163 const fvsPatchField<scalar>& phip =
166 const fvPatchField<scalar>& psip =
169 scalar gM1ByG = (gamma_ - 1.0)/gamma_;
176 fixedValueFvPatchScalarField::updateCoeffs();
188 writeEntry(
"value",
os);
199 totalTemperatureFvPatchScalarField
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
List of values generated by applying the access operation to each list item.
fvPatchField< vector > fvPatchVectorField
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
This boundary condition provides a total temperature condition.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Ostream & writeEntry(const keyType &key, const T &value)
Write a keyword/value entry.
virtual void write(Ostream &) const
Write.
GeometricField< vector, fvPatchField, volMesh > volVectorField
Macros for easy insertion into run-time selection tables.
virtual void write(Ostream &) const
Write.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
fvPatchField< scalar > fvPatchScalarField
A class for handling words, derived from Foam::string.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
A FieldMapper for finite-volume patch fields.
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
Write a keyword/value entry only when the two values differ.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
dimensionedScalar pos0(const dimensionedScalar &ds)
OBJstream os(runTime.globalPath()/outputName)
totalTemperatureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
virtual void operator=(const UList< Type > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const std::string patch
OpenFOAM patch number as a std::string.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
dimensioned< typename typeOfMag< Type >::type > magSqr(const dimensioned< Type > &dt)
static constexpr const zero Zero
Global zero (0)