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...
#include <pressureInletVelocityFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("pressureInletVelocity") | |
| Runtime type information. | |
| pressureInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| pressureInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given pressureInletVelocityFvPatchVectorField. | |
| pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &) | |
| Construct as copy. | |
| pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchField< vector > > | clone () const |
| Return a clone. | |
| virtual tmp< fvPatchField< vector > > | clone (const DimensionedField< vector, volMesh > &iF) const |
| Clone with an internal field reference. | |
| virtual bool | assignable () const |
| True: this patch field is altered by assignment. | |
| const word & | rhoName () const |
| Return the name of rho. | |
| word & | rhoName () |
| Return reference to the name of rho to allow adjustment. | |
| const word & | phiName () const |
| Return the name of phi. | |
| word & | phiName () |
| Return reference to the name of phi to allow adjustment. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
| 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 72 of file pressureInletVelocityFvPatchVectorField.H.
| pressureInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 29 of file pressureInletVelocityFvPatchVectorField.C.
References p.
Referenced by pressureInletUniformVelocityFvPatchVectorField::pressureInletUniformVelocityFvPatchVectorField(), pressureInletUniformVelocityFvPatchVectorField::pressureInletUniformVelocityFvPatchVectorField(), pressureInletUniformVelocityFvPatchVectorField::pressureInletUniformVelocityFvPatchVectorField(), pressureInletUniformVelocityFvPatchVectorField::pressureInletUniformVelocityFvPatchVectorField(), pressureInletUniformVelocityFvPatchVectorField::pressureInletUniformVelocityFvPatchVectorField(), pressureInletVelocityFvPatchVectorField(), pressureInletVelocityFvPatchVectorField(), pressureInletVelocityFvPatchVectorField(), and TypeName().

| pressureInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 57 of file pressureInletVelocityFvPatchVectorField.C.
| 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 42 of file pressureInletVelocityFvPatchVectorField.C.
References p, and pressureInletVelocityFvPatchVectorField().

| pressureInletVelocityFvPatchVectorField | ( | const pressureInletVelocityFvPatchVectorField & | pivpvf | ) |
Construct as copy.
Definition at line 71 of file pressureInletVelocityFvPatchVectorField.C.
References pressureInletVelocityFvPatchVectorField().

| pressureInletVelocityFvPatchVectorField | ( | const pressureInletVelocityFvPatchVectorField & | pivpvf, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 83 of file pressureInletVelocityFvPatchVectorField.C.
References pressureInletVelocityFvPatchVectorField().

| TypeName | ( | "pressureInletVelocity" | ) |
Runtime type information.
References pressureInletVelocityFvPatchVectorField().

|
inlinevirtual |
Return a clone.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 151 of file pressureInletVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 159 of file pressureInletVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
True: this patch field is altered by assignment.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 173 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 181 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 189 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of phi.
Definition at line 197 of file pressureInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 205 of file pressureInletVelocityFvPatchVectorField.H.
|
virtual |
Update the coefficients associated with the patch field.
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 98 of file pressureInletVelocityFvPatchVectorField.C.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, and Foam::operator==().
Referenced by pressureInletUniformVelocityFvPatchVectorField::updateCoeffs().


|
virtual |
Write.
Definition at line 134 of file pressureInletVelocityFvPatchVectorField.C.
References os(), fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().

|
virtual |
Reimplemented in pressureInletUniformVelocityFvPatchVectorField.
Definition at line 145 of file pressureInletVelocityFvPatchVectorField.C.
References fvPatchField< Type >::operator=().
