Go to the documentation of this file.
44 fixedValueFvPatchScalarField(
p, iF),
59 fixedValueFvPatchScalarField(
p, iF,
dict, false),
61 pRefValue_(
dict.
get<scalar>(
"pRefValue")),
64 if (
dict.found(
"value"))
81 const uniformDensityHydrostaticPressureFvPatchScalarField& ptf,
83 const DimensionedField<scalar, volMesh>& iF,
84 const fvPatchFieldMapper& mapper
87 fixedValueFvPatchScalarField(ptf,
p, iF, mapper),
89 pRefValue_(ptf.pRefValue_),
90 pRefPoint_(ptf.pRefPoint_)
100 fixedValueFvPatchScalarField(ptf),
102 pRefValue_(ptf.pRefValue_),
103 pRefPoint_(ptf.pRefPoint_)
114 fixedValueFvPatchScalarField(ptf, iF),
116 pRefValue_(ptf.pRefValue_),
117 pRefPoint_(ptf.pRefPoint_)
139 fixedValueFvPatchScalarField::updateCoeffs();
152 writeEntry(
"value",
os);
163 uniformDensityHydrostaticPressureFvPatchScalarField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
fvPatchField< scalar > fvPatchScalarField
virtual void write(Ostream &) const
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
static constexpr const zero Zero
const Type & value() const
UniformDimensionedField< vector > uniformDimensionedVectorField
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Lookup type of boundary radiation properties.
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 uniformDimensionedVectorField & g
Ostream & writeEntry(const keyType &key, const T &value)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
static const gravity & New(const Time &runTime)
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)