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
This velocity inlet/outlet boundary condition is applied to patches where the pressure is specified...
pressureNormalInletOutletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
fvPatchField< vector > fvPatchVectorField
errorManipArg< error, int > exit(error &err, const int errNo=1)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
error FatalError
Error stream (stdout output on all processes), with additional 'FOAM FATAL ERROR' header text and sta...
A list of keyword definitions, which are a keyword followed by a number of values (eg...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
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...
Ostream & writeEntry(const keyType &key, const T &value)
Write a keyword/value entry.
virtual void write(Ostream &) const
Write.
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A class for handling words, derived from Foam::string.
A FieldMapper for finite-volume patch fields.
static const word null
An empty word.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
dimensionedScalar pos0(const dimensionedScalar &ds)
OBJstream os(runTime.globalPath()/outputName)
const dimensionSet dimDensity
virtual void operator=(const UList< Type > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const std::string patch
OpenFOAM patch number as a std::string.
Field< vector > vectorField
Specialisation of Field<T> for vector.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
virtual void write(Ostream &) const
Write.
const dimensionSet dimArea(sqr(dimLength))
static constexpr const zero Zero
Global zero (0)
const dimensionSet dimVelocity