Go to the documentation of this file.
43 fixedValueFvPatchVectorField(
p, iF),
58 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
59 phiName_(ptf.phiName_),
60 rhoName_(ptf.rhoName_)
72 fixedValueFvPatchVectorField(
p, iF,
dict),
73 phiName_(
dict.getOrDefault<
word>(
"phi",
"phi")),
74 rhoName_(
dict.getOrDefault<
word>(
"rho",
"rho"))
84 fixedValueFvPatchVectorField(pivpvf),
85 phiName_(pivpvf.phiName_),
86 rhoName_(pivpvf.rhoName_)
97 fixedValueFvPatchVectorField(pivpvf, iF),
98 phiName_(pivpvf.phiName_),
99 rhoName_(pivpvf.rhoName_)
115 const fvsPatchField<scalar>& phip =
118 tmp<vectorField>
n =
patch().nf();
119 const Field<scalar>& magS =
patch().magSf();
127 const fvPatchField<scalar>& rhop =
135 <<
"dimensions of phi are not correct"
136 <<
"\n on patch " << this->
patch().name()
137 <<
" of field " << this->internalField().name()
138 <<
" in file " << this->internalField().objectPath()
142 fixedValueFvPatchVectorField::updateCoeffs();
151 writeEntry(
"value",
os);
157 void Foam::pressureInletVelocityFvPatchVectorField::operator=
173 pressureInletVelocityFvPatchVectorField
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.
A class for managing temporary objects.
const dimensionSet dimVelocity
const dimensionSet dimDensity
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
const dimensionSet dimArea(sqr(dimLength))
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
pressureInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
This velocity inlet boundary condition is applied to patches where the pressure is specified....
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)
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.
virtual void updateCoeffs()
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void write(Ostream &) const