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


Public Member Functions | |
| TypeName ("pressureInletOutletParSlipVelocity") | |
| Runtime type information. | |
| pressureInletOutletParSlipVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. | |
| pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. | |
| pressureInletOutletParSlipVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &) | |
| Construct as copy. | |
| pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &, 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 for pressure boundary where the pressure is specified. A zero-gradient is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with the specified inlet direction.
A slip condition is applied tangential to the patch.
| 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 pressureInletOutletParSlipVelocity;
value uniform 0;
}
Definition at line 96 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
| pressureInletOutletParSlipVelocityFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 31 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References p, and Foam::Zero.
Referenced by pressureInletOutletParSlipVelocityFvPatchVectorField(), pressureInletOutletParSlipVelocityFvPatchVectorField(), pressureInletOutletParSlipVelocityFvPatchVectorField(), and TypeName().

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

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

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

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

| TypeName | ( | "pressureInletOutletParSlipVelocity" | ) |
Runtime type information.
References pressureInletOutletParSlipVelocityFvPatchVectorField().

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

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

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

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

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