This velocity inlet/outlet boundary condition is applied to patches where the pressure is specified. A zero-gradient condition is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with a direction normal to the patch faces. More...
#include <pressureNormalInletOutletVelocityFvPatchVectorField.H>


Public Member Functions | |
| TypeName ("pressureNormalInletOutletVelocity") | |
| Runtime type information. | |
| pressureNormalInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| pressureNormalInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &) | |
| Construct as copy. | |
| pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &, 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/outlet boundary condition is applied to patches where the pressure is specified. A zero-gradient condition is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with a direction normal to the patch faces.
| Property | Description | Required | Default value |
|---|---|---|---|
phi | flux field name | no | phi |
rho | density field name | no | rho |
Example of the boundary condition specification:
<patchName>
{
type pressureNormalInletOutletVelocity;
phi phi;
rho rho;
value uniform 0;
}
Definition at line 95 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
| pressureNormalInletOutletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 31 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
References p, and Foam::Zero.
Referenced by pressureNormalInletOutletVelocityFvPatchVectorField(), pressureNormalInletOutletVelocityFvPatchVectorField(), pressureNormalInletOutletVelocityFvPatchVectorField(), and TypeName().

| pressureNormalInletOutletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 63 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
References dict, IOobjectOption::MUST_READ, p, fvPatchFieldBase::readDict(), and Foam::Zero.

| pressureNormalInletOutletVelocityFvPatchVectorField | ( | const pressureNormalInletOutletVelocityFvPatchVectorField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given.
pressureNormalInletOutletVelocityFvPatchVectorField onto a new patch
Definition at line 48 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
References p, and pressureNormalInletOutletVelocityFvPatchVectorField().

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

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

| TypeName | ( | "pressureNormalInletOutletVelocity" | ) |
Runtime type information.
References pressureNormalInletOutletVelocityFvPatchVectorField().

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

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

|
inlinevirtual |
True: this patch field is altered by assignment.
Definition at line 197 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 205 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 213 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
|
inline |
Return the name of phi.
Definition at line 221 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 230 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 110 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
References Foam::dimMass, Foam::dimTime, Foam::dimVolume, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, and Foam::neg().

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

|
virtual |
Definition at line 162 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.
References Foam::lerp(), and n.
