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 &)=delete | |
Disallow copy without setting internal field reference. More... | |
pressureDirectedInletVelocityFvPatchVectorField (const pressureDirectedInletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Copy constructor 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... | |
virtual bool | assignable () const |
Return true: this patch field is altered by assignment. 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 | reset (const fvPatchVectorField &) |
Reset the fvPatchField to the given 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) |
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:
<patchName> { type pressureDirectedInletVelocity; phi phi; rho rho; inletDirection uniform (1 0 0); value uniform 0; }
Note: If reverse flow is possible or expected use the pressureDirectedInletOutletVelocityFvPatchVectorField condition instead.
Definition at line 99 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(), and pressureDirectedInletVelocityFvPatchVectorField::pressureDirectedInletVelocityFvPatchVectorField().
pressureDirectedInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 51 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References pressureDirectedInletVelocityFvPatchVectorField::pressureDirectedInletVelocityFvPatchVectorField().
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 66 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References pressureDirectedInletVelocityFvPatchVectorField::pressureDirectedInletVelocityFvPatchVectorField().
|
delete |
Disallow copy without setting internal field reference.
pressureDirectedInletVelocityFvPatchVectorField | ( | const pressureDirectedInletVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 82 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References pressureDirectedInletVelocityFvPatchVectorField::autoMap().
TypeName | ( | "pressureDirectedInletVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 164 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References pressureDirectedInletVelocityFvPatchVectorField::pressureDirectedInletVelocityFvPatchVectorField().
|
inlinevirtual |
Return true: this patch field is altered by assignment.
Definition at line 184 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 192 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 198 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of phi.
Definition at line 204 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 210 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References pressureDirectedInletVelocityFvPatchVectorField::autoMap(), pressureDirectedInletVelocityFvPatchVectorField::operator=(), pressureDirectedInletVelocityFvPatchVectorField::reset(), pressureDirectedInletVelocityFvPatchVectorField::rmap(), pressureDirectedInletVelocityFvPatchVectorField::updateCoeffs(), and pressureDirectedInletVelocityFvPatchVectorField::write().
|
virtual |
Map (and resize as needed) from self given a mapping object.
Used to update fields following mesh topology change
Definition at line 97 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References pressureDirectedInletVelocityFvPatchVectorField::rmap().
Referenced by pressureDirectedInletVelocityFvPatchVectorField::phiName(), and pressureDirectedInletVelocityFvPatchVectorField::pressureDirectedInletVelocityFvPatchVectorField().
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Used to reconstruct fields
Definition at line 107 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References pressureDirectedInletVelocityFvPatchVectorField::reset(), and pressureDirectedInletVelocityFvPatchVectorField::rmap().
Referenced by pressureDirectedInletVelocityFvPatchVectorField::autoMap(), pressureDirectedInletVelocityFvPatchVectorField::phiName(), and pressureDirectedInletVelocityFvPatchVectorField::rmap().
|
virtual |
Reset the fvPatchField to the given fvPatchField.
Used for mesh to mesh mapping
Definition at line 122 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References pressureDirectedInletVelocityFvPatchVectorField::reset().
Referenced by pressureDirectedInletVelocityFvPatchVectorField::phiName(), pressureDirectedInletVelocityFvPatchVectorField::reset(), and pressureDirectedInletVelocityFvPatchVectorField::rmap().
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 135 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimFlux, Foam::dimMassFlux, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, Foam::operator==(), phi, and pressureDirectedInletVelocityFvPatchVectorField::write().
Referenced by pressureDirectedInletVelocityFvPatchVectorField::phiName().
|
virtual |
Write.
Definition at line 177 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References fvPatchField< Type >::write(), and Foam::writeEntry().
Referenced by pressureDirectedInletVelocityFvPatchVectorField::phiName(), and pressureDirectedInletVelocityFvPatchVectorField::updateCoeffs().
|
virtual |
Definition at line 192 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References Foam::makePatchTypeField(), and fvPatchField< Type >::operator=().
Referenced by pressureDirectedInletVelocityFvPatchVectorField::phiName().