This velocity inlet boundary condition is applied to patches where the pressure is specified. The inflow velocity is obtained from the flux with the specified inlet direction" direction. More...
Public Member Functions | |
TypeName ("pressureDirectedInletVelocity") | |
Runtime type information. More... | |
pressureDirectedInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
pressureDirectedInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
pressureDirectedInletVelocityFvPatchVectorField (const pressureDirectedInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given. More... | |
pressureDirectedInletVelocityFvPatchVectorField (const pressureDirectedInletVelocityFvPatchVectorField &) | |
Construct as copy. More... | |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone. More... | |
pressureDirectedInletVelocityFvPatchVectorField (const pressureDirectedInletVelocityFvPatchVectorField &, 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 boundary condition is applied to patches where the pressure is specified. The inflow velocity is obtained from the flux with the specified inlet direction" 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 pressureDirectedInletVelocity; phi phi; rho rho; inletDirection uniform (1 0 0); value uniform 0; }
Definition at line 104 of file pressureDirectedInletVelocityFvPatchVectorField.H.
pressureDirectedInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file pressureDirectedInletVelocityFvPatchVectorField.C.
Referenced by pressureDirectedInletVelocityFvPatchVectorField::clone().
pressureDirectedInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 67 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References dict, p, and vectorField().
pressureDirectedInletVelocityFvPatchVectorField | ( | const pressureDirectedInletVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
pressureDirectedInletVelocityFvPatchVectorField onto a new patch
Definition at line 51 of file pressureDirectedInletVelocityFvPatchVectorField.C.
pressureDirectedInletVelocityFvPatchVectorField | ( | const pressureDirectedInletVelocityFvPatchVectorField & | pivpvf | ) |
Construct as copy.
Definition at line 84 of file pressureDirectedInletVelocityFvPatchVectorField.C.
pressureDirectedInletVelocityFvPatchVectorField | ( | const pressureDirectedInletVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 97 of file pressureDirectedInletVelocityFvPatchVectorField.C.
TypeName | ( | "pressureDirectedInletVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 161 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References pressureDirectedInletVelocityFvPatchVectorField::pressureDirectedInletVelocityFvPatchVectorField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 178 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 198 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References pressureDirectedInletVelocityFvPatchVectorField::rhoName_.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 204 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References pressureDirectedInletVelocityFvPatchVectorField::rhoName_.
|
inline |
Return the name of phi.
Definition at line 210 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References pressureDirectedInletVelocityFvPatchVectorField::phiName_.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 216 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References pressureDirectedInletVelocityFvPatchVectorField::phiName_.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 112 of file pressureDirectedInletVelocityFvPatchVectorField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 122 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References pressureDirectedInletVelocityFvPatchVectorField::inletDir_.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 136 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References Foam::dimArea, Foam::dimDensity, dimensionedInternalField(), Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, pressureDirectedInletVelocityFvPatchVectorField::inletDir_, n, Foam::operator==(), phi, pressureDirectedInletVelocityFvPatchVectorField::phiName_, and pressureDirectedInletVelocityFvPatchVectorField::rhoName_.
|
virtual |
Write.
Definition at line 178 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References fvPatchField::write().
|
virtual |
Definition at line 193 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References fvPatchField::operator=().
|
private |
Flux field name.
Definition at line 111 of file pressureDirectedInletVelocityFvPatchVectorField.H.
Referenced by pressureDirectedInletVelocityFvPatchVectorField::phiName(), and pressureDirectedInletVelocityFvPatchVectorField::updateCoeffs().
|
private |
Density field name.
Definition at line 114 of file pressureDirectedInletVelocityFvPatchVectorField.H.
Referenced by pressureDirectedInletVelocityFvPatchVectorField::rhoName(), and pressureDirectedInletVelocityFvPatchVectorField::updateCoeffs().
|
private |
Inlet direction.
Definition at line 117 of file pressureDirectedInletVelocityFvPatchVectorField.H.
Referenced by pressureDirectedInletVelocityFvPatchVectorField::rmap(), and pressureDirectedInletVelocityFvPatchVectorField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.