Go to the documentation of this file.
40 fixedValueFvPatchVectorField(
p, iF),
55 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
69 fixedValueFvPatchVectorField(
p, iF),
70 phiName_(
dict.lookupOrDefault<
word>(
"phi",
"phi")),
71 rhoName_(
dict.lookupOrDefault<
word>(
"rho",
"rho"))
83 fixedValueFvPatchVectorField(pivpvf),
96 fixedValueFvPatchVectorField(pivpvf, iF),
134 <<
"dimensions of phi are not correct"
135 <<
"\n on patch " << this->patch().name()
141 fixedValueFvPatchVectorField::updateCoeffs();
148 writeEntryIfDifferent<word>(os,
"phi",
"phi", phiName_);
149 writeEntryIfDifferent<word>(os,
"rho",
"rho", rhoName_);
150 writeEntry(
"value", os);
156 void Foam::pressureInletVelocityFvPatchVectorField::operator=
virtual void write(Ostream &) const
Write.
virtual void operator=(const UList< Type > &)
A class for handling words, derived from string.
A class for managing temporary objects.
const dimensionSet dimVelocity
const dimensionSet dimDensity
rDeltaT dimensionedInternalField()
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
word rhoName_
Density field name.
const dimensionSet dimArea(sqr(dimLength))
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
pressureInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
volVectorField vectorField(fieldObject, mesh)
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 any number of values (e....
Macros for easy insertion into run-time selection tables.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.
word phiName_
Flux field name.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void write(Ostream &) const
Write.