41 zeroGradientFvPatchVectorField(p, iF),
55 zeroGradientFvPatchVectorField(p, iF),
59 fvPatchVectorField::operator=(patchInternalField());
72 zeroGradientFvPatchVectorField(ptf, p, iF, mapper),
73 phiName_(ptf.phiName_),
74 rhoName_(ptf.rhoName_)
85 zeroGradientFvPatchVectorField(fcvpvf, iF),
86 phiName_(fcvpvf.phiName_),
87 rhoName_(fcvpvf.rhoName_)
116 operator==(*
this - n*(n & *
this) + n*phip/magS);
123 operator==(*
this - n*(n & *
this) + n*phip/(rhop*magS));
128 <<
"dimensions of phi are incorrect\n" 129 <<
" on patch " << this->patch().name()
130 <<
" of field " << this->internalField().name()
131 <<
" in file " << this->internalField().objectPath()
140 writeEntryIfDifferent<word>(os,
"phi",
"phi", phiName_);
141 writeEntryIfDifferent<word>(os,
"rho",
"rho", rhoName_);
errorManipArg< error, int > exit(error &err, const int errNo=1)
void evaluate(GeometricField< Type, PatchField, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, PatchField, GeoMesh > &x)
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
commsTypes
Types of communications.
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...
virtual void write(Ostream &) const
Write.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet & dimensions() const
Return dimensions.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
A class for handling words, derived from string.
Foam::fvPatchFieldMapper.
const dimensionSet dimFlux
fluxCorrectedVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
This boundary condition provides a velocity outlet boundary condition for patches where the pressure ...
const dimensionSet dimMassFlux
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
virtual void write(Ostream &) const
Write.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...