This velocity inlet/outlet boundary condition is applied to pressure boundaries where the pressure is specified. A zero-gradient condtion is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with the specified inlet direction. More...
Public Member Functions | |
TypeName ("pressureDirectedInletOutletVelocity") | |
Runtime type information. More... | |
pressureDirectedInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
pressureDirectedInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
pressureDirectedInletOutletVelocityFvPatchVectorField (const pressureDirectedInletOutletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
pressureDirectedInletOutletVelocityFvPatchVectorField (const pressureDirectedInletOutletVelocityFvPatchVectorField &) | |
Construct as copy. More... | |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone. More... | |
pressureDirectedInletOutletVelocityFvPatchVectorField (const pressureDirectedInletOutletVelocityFvPatchVectorField &, 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 | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. More... | |
virtual void | rmap (const fvPatchVectorField &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField. 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... | |
vectorField | inletDir_ |
Inlet direction. More... | |
This velocity inlet/outlet boundary condition is applied to pressure boundaries where the pressure is specified. A zero-gradient condtion is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with the specified inlet direction.
Property | Description | Required | Default value |
---|---|---|---|
phi | flux field name | no | phi |
rho | density field name | no | rho |
inletDirection | inlet direction per patch face | yes |
Example of the boundary condition specification:
myPatch { type pressureDirectedInletOutletVelocity; phi phi; rho rho; inletDirection uniform (1 0 0); value uniform 0; }
Definition at line 105 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
pressureDirectedInletOutletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 36 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
pressureDirectedInletOutletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 70 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
References dict, p, and vectorField().
pressureDirectedInletOutletVelocityFvPatchVectorField | ( | const pressureDirectedInletOutletVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
pressureDirectedInletOutletVelocityFvPatchVectorField onto a new patch
Definition at line 54 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
pressureDirectedInletOutletVelocityFvPatchVectorField | ( | const pressureDirectedInletOutletVelocityFvPatchVectorField & | pivpvf | ) |
Construct as copy.
Definition at line 90 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
pressureDirectedInletOutletVelocityFvPatchVectorField | ( | const pressureDirectedInletOutletVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 103 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
TypeName | ( | "pressureDirectedInletOutletVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 162 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 182 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 202 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
References pressureDirectedInletOutletVelocityFvPatchVectorField::rhoName_.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 208 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
References pressureDirectedInletOutletVelocityFvPatchVectorField::rhoName_.
|
inline |
Return the name of phi.
Definition at line 214 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
References pressureDirectedInletOutletVelocityFvPatchVectorField::phiName_.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 220 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
References pressureDirectedInletOutletVelocityFvPatchVectorField::phiName_.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 118 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 128 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
References pressureDirectedInletOutletVelocityFvPatchVectorField::inletDir_.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 143 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
References Foam::dimArea, Foam::dimDensity, dimensionedInternalField(), Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, pressureDirectedInletOutletVelocityFvPatchVectorField::inletDir_, n, phi, pressureDirectedInletOutletVelocityFvPatchVectorField::phiName_, Foam::pos(), and pressureDirectedInletOutletVelocityFvPatchVectorField::rhoName_.
|
virtual |
Write.
Definition at line 187 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
References fvPatchField::write().
|
virtual |
Definition at line 202 of file pressureDirectedInletOutletVelocityFvPatchVectorField.C.
|
private |
Flux field name.
Definition at line 112 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
Referenced by pressureDirectedInletOutletVelocityFvPatchVectorField::phiName(), and pressureDirectedInletOutletVelocityFvPatchVectorField::updateCoeffs().
|
private |
Density field name.
Definition at line 115 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
Referenced by pressureDirectedInletOutletVelocityFvPatchVectorField::rhoName(), and pressureDirectedInletOutletVelocityFvPatchVectorField::updateCoeffs().
|
private |
Inlet direction.
Definition at line 118 of file pressureDirectedInletOutletVelocityFvPatchVectorField.H.
Referenced by pressureDirectedInletOutletVelocityFvPatchVectorField::rmap(), and pressureDirectedInletOutletVelocityFvPatchVectorField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.