Go to the documentation of this file.
45 mixedFvPatchVectorField(
p, iF),
51 valueFraction() = 0.0;
64 mixedFvPatchVectorField(ptf,
p, iF, mapper),
65 phiName_(ptf.phiName_),
66 rhoName_(ptf.rhoName_)
78 mixedFvPatchVectorField(
p, iF),
79 phiName_(
dict.getOrDefault<
word>(
"phi",
"phi")),
80 rhoName_(
dict.getOrDefault<
word>(
"rho",
"rho"))
86 valueFraction() = 0.0;
96 mixedFvPatchVectorField(pivpvf),
97 phiName_(pivpvf.phiName_),
98 rhoName_(pivpvf.rhoName_)
109 mixedFvPatchVectorField(pivpvf, iF),
110 phiName_(pivpvf.phiName_),
111 rhoName_(pivpvf.rhoName_)
127 const fvsPatchField<scalar>& phip =
130 tmp<vectorField>
n =
patch().nf();
131 const Field<scalar>& magS =
patch().magSf();
135 refValue() =
n*phip/magS;
139 const fvPatchField<scalar>& rhop =
142 refValue() =
n*phip/(rhop*magS);
147 <<
"dimensions of phi are not correct"
148 <<
"\n on patch " << this->
patch().name()
149 <<
" of field " << this->internalField().name()
150 <<
" in file " << this->internalField().objectPath()
154 valueFraction() = 1.0 -
pos0(phip);
156 mixedFvPatchVectorField::updateCoeffs();
168 writeEntry(
"value",
os);
174 void Foam::pressureNormalInletOutletVelocityFvPatchVectorField::operator=
181 valueFraction()*(
patch().nf()*(
patch().nf() & pvf))
182 + (1 - valueFraction())*pvf
194 pressureNormalInletOutletVelocityFvPatchVectorField
virtual void write(Ostream &) const
virtual void operator=(const UList< Type > &)
This velocity inlet/outlet boundary condition is applied to patches where the pressure is specified....
A class for handling words, derived from Foam::string.
pressureNormalInletOutletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
A class for managing temporary objects.
static constexpr const zero Zero
const dimensionSet dimVelocity
const dimensionSet dimDensity
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
dimensionedScalar pos0(const dimensionedScalar &ds)
Field< vector > vectorField
Specialisation of Field<T> for vector.
const dimensionSet dimArea(sqr(dimLength))
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)
fvPatchField< vector > fvPatchVectorField
#define FatalErrorInFunction
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
virtual void updateCoeffs()
Ostream & writeEntry(const keyType &key, const T &value)
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...
virtual void write(Ostream &) const