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 &) | |
| Construct as copy. More... | |
| virtual tmp< fvPatchVectorField > | clone () const |
| Construct and return a clone. More... | |
| pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &, 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... | |
| 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;
}
Definition at line 74 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 63 of file pressureInletVelocityFvPatchVectorField.C.
References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField(), fvPatch::size(), and vectorField().

| 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 48 of file pressureInletVelocityFvPatchVectorField.C.
References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().

Construct as copy.
Definition at line 79 of file pressureInletVelocityFvPatchVectorField.C.
References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().

| pressureInletVelocityFvPatchVectorField | ( | const pressureInletVelocityFvPatchVectorField & | pivpvf, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 91 of file pressureInletVelocityFvPatchVectorField.C.
| TypeName | ( | "pressureInletVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 127 of file pressureInletVelocityFvPatchVectorField.H.
References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 144 of file pressureInletVelocityFvPatchVectorField.H.
References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().

|
inlinevirtual |
Return true: this patch field is altered by assignment.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 160 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 169 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 175 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of phi.
Definition at line 181 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 187 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 104 of file pressureInletVelocityFvPatchVectorField.C.
References Foam::dimArea, Foam::dimDensity, DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, Foam::operator==(), and phi.
Referenced by pressureInletVelocityFvPatchVectorField::phiName(), and pressureInletUniformVelocityFvPatchVectorField::updateCoeffs().


|
virtual |
Write.
Definition at line 145 of file pressureInletVelocityFvPatchVectorField.C.
References fvPatchField< Type >::write().
Referenced by pressureInletVelocityFvPatchVectorField::phiName().


|
virtual |
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 157 of file pressureInletVelocityFvPatchVectorField.C.
References Foam::makePatchTypeField(), and fvPatchField< Type >::operator=().
Referenced by pressureInletVelocityFvPatchVectorField::phiName().


1.8.11