This velocity inlet boundary condition is applied to patches where the pressure is specified. The inflow velocity is obtained from the flux with a direction normal to the patch faces. More...
Public Member Functions | |
TypeName ("pressureInletVelocity") | |
Runtime type information. More... | |
pressureInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
pressureInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given pressureInletVelocityFvPatchVectorField. More... | |
pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &)=delete | |
Disallow copy without setting internal field reference. More... | |
pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &, 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 | 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 a direction normal to the patch faces.
<patchName> { type pressureInletVelocity; phi phi; rho rho; value uniform 0; }
Note: If reverse flow is possible or expected use the pressureInletOutletVelocityFvPatchVectorField condition instead.
Definition at line 71 of file pressureInletVelocityFvPatchVectorField.H.
pressureInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 35 of file pressureInletVelocityFvPatchVectorField.C.
Referenced by pressureInletVelocityFvPatchVectorField::clone(), and pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().
pressureInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file pressureInletVelocityFvPatchVectorField.C.
References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().
pressureInletVelocityFvPatchVectorField | ( | const pressureInletVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given pressureInletVelocityFvPatchVectorField.
onto a new patch
Definition at line 62 of file pressureInletVelocityFvPatchVectorField.C.
References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().
|
delete |
Disallow copy without setting internal field reference.
pressureInletVelocityFvPatchVectorField | ( | const pressureInletVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 77 of file pressureInletVelocityFvPatchVectorField.C.
TypeName | ( | "pressureInletVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 132 of file pressureInletVelocityFvPatchVectorField.H.
References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().
|
inlinevirtual |
Return true: this patch field is altered by assignment.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 148 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 157 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 163 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of phi.
Definition at line 169 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 175 of file pressureInletVelocityFvPatchVectorField.H.
References pressureInletVelocityFvPatchVectorField::operator=(), pressureInletVelocityFvPatchVectorField::updateCoeffs(), and pressureInletVelocityFvPatchVectorField::write().
|
virtual |
Update the coefficients associated with the patch field.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 90 of file pressureInletVelocityFvPatchVectorField.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimFlux, Foam::dimMassFlux, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, Foam::operator==(), and phi.
Referenced by pressureInletVelocityFvPatchVectorField::phiName(), and pressureInletUniformVelocityFvPatchVectorField::updateCoeffs().
|
virtual |
Write.
Definition at line 131 of file pressureInletVelocityFvPatchVectorField.C.
References fvPatchField< Type >::write(), and Foam::writeEntry().
Referenced by pressureInletVelocityFvPatchVectorField::phiName().
|
virtual |
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 143 of file pressureInletVelocityFvPatchVectorField.C.
References Foam::makePatchTypeField(), and fvPatchField< Type >::operator=().
Referenced by pressureInletVelocityFvPatchVectorField::phiName().