This velocity inlet/outlet boundary condition is applied to patches where the pressure is specified. A zero-gradient condition is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with a direction normal to the patch faces. More...
Public Member Functions | |
TypeName ("pressureNormalInletOutletVelocity") | |
Runtime type information. More... | |
pressureNormalInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
pressureNormalInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &) | |
Construct as copy. More... | |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone. More... | |
pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
const word & | rhoName () const |
Return the name of rho. More... | |
word & | rhoName () |
Return reference to the name of rho to allow adjustment. More... | |
const word & | phiName () const |
Return the name of phi. More... | |
word & | phiName () |
Return reference to the name of phi to allow adjustment. More... | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
virtual void | operator= (const fvPatchField< vector > &pvf) |
Private Attributes | |
word | phiName_ |
Flux field name. More... | |
word | rhoName_ |
Density field name. More... | |
This velocity inlet/outlet boundary condition is applied to patches where the pressure is specified. A zero-gradient condition is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with a direction normal to the patch faces.
Property | Description | Required | Default value |
---|---|---|---|
phi | flux field name | no | phi |
rho | density field name | no | rho |
Example of the boundary condition specification:
myPatch { type pressureNormalInletOutletVelocity; phi phi; rho rho; value uniform 0; }
Definition at line 98 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
pressureNormalInletOutletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
pressureNormalInletOutletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 69 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
References dict, p, and vectorField().
pressureNormalInletOutletVelocityFvPatchVectorField | ( | const pressureNormalInletOutletVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
pressureNormalInletOutletVelocityFvPatchVectorField onto a new patch
Definition at line 54 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
pressureNormalInletOutletVelocityFvPatchVectorField | ( | const pressureNormalInletOutletVelocityFvPatchVectorField & | pivpvf | ) |
Construct as copy.
Definition at line 88 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
pressureNormalInletOutletVelocityFvPatchVectorField | ( | const pressureNormalInletOutletVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 100 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
TypeName | ( | "pressureNormalInletOutletVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 152 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 172 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 192 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
References pressureNormalInletOutletVelocityFvPatchVectorField::rhoName_.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 198 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
References pressureNormalInletOutletVelocityFvPatchVectorField::rhoName_.
|
inline |
Return the name of phi.
Definition at line 204 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
References pressureNormalInletOutletVelocityFvPatchVectorField::phiName_.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 211 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
References pressureNormalInletOutletVelocityFvPatchVectorField::phiName_.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 113 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
References Foam::dimArea, Foam::dimDensity, dimensionedInternalField(), Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, phi, pressureNormalInletOutletVelocityFvPatchVectorField::phiName_, Foam::pos(), and pressureNormalInletOutletVelocityFvPatchVectorField::rhoName_.
|
virtual |
Write.
Definition at line 157 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
References token::END_STATEMENT, Foam::nl, fvPatchField::write(), and Ostream::writeKeyword().
|
virtual |
Definition at line 171 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
|
private |
Flux field name.
Definition at line 105 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
Referenced by pressureNormalInletOutletVelocityFvPatchVectorField::phiName(), and pressureNormalInletOutletVelocityFvPatchVectorField::updateCoeffs().
|
private |
Density field name.
Definition at line 108 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
Referenced by pressureNormalInletOutletVelocityFvPatchVectorField::rhoName(), and pressureNormalInletOutletVelocityFvPatchVectorField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.