Go to the documentation of this file.
44 zeroGradientFvPatchVectorField(
p, iF),
59 zeroGradientFvPatchVectorField(ptf,
p, iF, mapper),
60 phiName_(ptf.phiName_),
61 rhoName_(ptf.rhoName_)
73 zeroGradientFvPatchVectorField(
p, iF),
74 phiName_(
dict.getOrDefault<
word>(
"phi",
"phi")),
75 rhoName_(
dict.getOrDefault<
word>(
"rho",
"rho"))
89 zeroGradientFvPatchVectorField(fcvpvf, iF),
90 phiName_(fcvpvf.phiName_),
91 rhoName_(fcvpvf.rhoName_)
112 const fvsPatchField<scalar>& phip =
116 const Field<scalar>& magS =
patch().magSf();
124 const fvPatchField<scalar>& rhop =
132 <<
"dimensions of phi are incorrect\n"
133 <<
" on patch " << this->
patch().name()
134 <<
" of field " << this->internalField().name()
135 <<
" in file " << this->internalField().objectPath()
146 writeEntry(
"value",
os);
157 fluxCorrectedVelocityFvPatchVectorField
virtual void write(Ostream &) const
virtual void write(Ostream &) const
virtual void operator=(const UList< Type > &)
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
A class for handling words, derived from Foam::string.
const dimensionSet dimVelocity
const dimensionSet dimDensity
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
fluxCorrectedVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
This boundary condition provides a velocity outlet boundary condition for patches where the pressure ...
Field< vector > vectorField
Specialisation of Field<T> for vector.
const dimensionSet dimArea(sqr(dimLength))
Generic templated field type.
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
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.
errorManipArg< error, int > exit(error &err, const int errNo=1)
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
fvPatchField< vector > fvPatchVectorField
#define FatalErrorInFunction
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
Generic GeometricField class.
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)