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>& magSf =
patch().magSf();
135 Ut -=
n()*(Ut &
n());
139 refValue() = Ut +
n*phip/magSf;
143 const fvPatchField<scalar>& rhop =
146 refValue() = Ut +
n*phip/(rhop*magSf);
151 <<
"dimensions of phi are not correct" <<
nl
152 <<
" on patch " << this->
patch().name()
153 <<
" of field " << this->internalField().name()
154 <<
" in file " << this->internalField().objectPath()
158 valueFraction() = 1.0 -
pos0(phip);
160 mixedFvPatchVectorField::updateCoeffs();
172 writeEntry(
"value",
os);
178 void Foam::pressureInletOutletParSlipVelocityFvPatchVectorField::operator=
194 pressureInletOutletParSlipVelocityFvPatchVectorField
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.
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...
pressureInletOutletParSlipVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
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)
This velocity inlet/outlet boundary condition for pressure boundary where the pressure is specified....
fvPatchField< vector > fvPatchVectorField
#define FatalErrorInFunction
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
virtual void updateCoeffs()
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 write(Ostream &) const
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...