36Foam::pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::
37pressurePermeableAlphaInletOutletVelocityFvPatchVectorField
43 mixedFvPatchVectorField(
p, iF),
51 valueFraction() = 1.0;
55Foam::pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::
56pressurePermeableAlphaInletOutletVelocityFvPatchVectorField
64 mixedFvPatchVectorField(ptf,
p, iF, mapper),
65 phiName_(ptf.phiName_),
66 rhoName_(ptf.rhoName_),
67 alphaName_(ptf.alphaName_),
68 alphaMin_(ptf.alphaMin_)
72Foam::pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::
73pressurePermeableAlphaInletOutletVelocityFvPatchVectorField
80 mixedFvPatchVectorField(
p, iF),
81 phiName_(
dict.getOrDefault<
word>(
"phi",
"phi")),
82 rhoName_(
dict.getOrDefault<
word>(
"rho",
"rho")),
83 alphaName_(
dict.getOrDefault<
word>(
"alpha",
"none")),
84 alphaMin_(
dict.getOrDefault<scalar>(
"alphaMin", 1))
90 valueFraction() = 1.0;
94Foam::pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::
95pressurePermeableAlphaInletOutletVelocityFvPatchVectorField
100 mixedFvPatchVectorField(pivpvf),
101 phiName_(pivpvf.phiName_),
102 rhoName_(pivpvf.rhoName_),
103 alphaName_(pivpvf.alphaName_),
104 alphaMin_(pivpvf.alphaMin_)
108Foam::pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::
109pressurePermeableAlphaInletOutletVelocityFvPatchVectorField
115 mixedFvPatchVectorField(pivpvf, iF),
116 phiName_(pivpvf.phiName_),
117 rhoName_(pivpvf.rhoName_),
118 alphaName_(pivpvf.alphaName_),
119 alphaMin_(pivpvf.alphaMin_)
143 refValue() = (phip/patch().magSf())*
n;
150 refValue() = (phip/(rhop*patch().magSf()))*
n;
155 <<
"dimensions of phi are not correct"
156 <<
"\n on patch " << this->patch().name()
157 <<
" of field " << this->internalField().name()
158 <<
" in file " << this->internalField().objectPath()
162 valueFraction() = 1.0 -
pos0(phip);
164 if (alphaName_ !=
"none")
170 valueFraction() =
max(alphaCut, valueFraction());
173 if (valueFraction()[faceI] == 1.0)
175 refValue()[faceI] =
Zero;
180 mixedFvPatchVectorField::updateCoeffs();
189 mixedFvPatchVectorField::write(
os);
199void Foam::pressurePermeableAlphaInletOutletVelocityFvPatchVectorField
209 valueFraction()*(
n()*(
n() & pvf))
210 + (1 - valueFraction())*pvf
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const dimensionSet & dimensions() const
Return dimensions.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
Write a keyword/value entry only when the two values differ.
void size(const label n)
Older name for setAddressableSize.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
T getOrDefault(const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const
virtual bool write()
Write the output fields.
A FieldMapper for finite-volume patch fields.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void operator=(const UList< vector > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
The pressurePermeableAlphaInletOutletVelocity is a velocity inlet-outlet boundary condition which can...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
static const word null
An empty word.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
OBJstream os(runTime.globalPath()/outputName)
#define makePatchTypeField(PatchTypeField, typePatchTypeField)
dimensionedScalar pos(const dimensionedScalar &ds)
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
dimensionedScalar pos0(const dimensionedScalar &ds)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet dimArea(sqr(dimLength))
const dimensionSet dimVelocity
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Field< vector > vectorField
Specialisation of Field<T> for vector.
static constexpr const zero Zero
Global zero (0)
const dimensionSet dimDensity
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define forAll(list, i)
Loop across all elements in list.