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


Public Member Functions | |
| TypeName ("pressureDirectedInletVelocity") | |
| Runtime type information. | |
| pressureDirectedInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| pressureDirectedInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| pressureDirectedInletVelocityFvPatchVectorField (const pressureDirectedInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| pressureDirectedInletVelocityFvPatchVectorField (const pressureDirectedInletVelocityFvPatchVectorField &) | |
| Construct as copy. | |
| pressureDirectedInletVelocityFvPatchVectorField (const pressureDirectedInletVelocityFvPatchVectorField &, 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 | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. | |
| virtual void | rmap (const fvPatchVectorField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. | |
| 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 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;
}
Definition at line 101 of file pressureDirectedInletVelocityFvPatchVectorField.H.
| pressureDirectedInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 31 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References p.
Referenced by pressureDirectedInletVelocityFvPatchVectorField(), pressureDirectedInletVelocityFvPatchVectorField(), pressureDirectedInletVelocityFvPatchVectorField(), rmap(), and TypeName().

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

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

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

| TypeName | ( | "pressureDirectedInletVelocity" | ) |
Runtime type information.
References pressureDirectedInletVelocityFvPatchVectorField().

|
inlinevirtual |
Return a clone.
Definition at line 186 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 194 of file pressureDirectedInletVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
True: this patch field is altered by assignment.
Definition at line 208 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 216 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 224 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return the name of phi.
Definition at line 232 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 240 of file pressureDirectedInletVelocityFvPatchVectorField.H.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 105 of file pressureDirectedInletVelocityFvPatchVectorField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 115 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References pressureDirectedInletVelocityFvPatchVectorField(), and Foam::refCast().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 130 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, and Foam::operator==().

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

|
virtual |
Definition at line 181 of file pressureDirectedInletVelocityFvPatchVectorField.C.
References fvPatchField< Type >::operator=().
