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...
Public Member Functions | |
TypeName ("pressureInletOutletParSlipVelocity") | |
Runtime type information. More... | |
pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fieldMapper &) | |
Construct by mapping given. More... | |
pressureInletOutletParSlipVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &)=delete | |
Disallow copy without setting internal field reference. More... | |
pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Copy constructor 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/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; }
Note: Sign conventions:
Definition at line 95 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
pressureInletOutletParSlipVelocityFvPatchVectorField | ( | const pressureInletOutletParSlipVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fieldMapper & | mapper | ||
) |
Construct by mapping given.
pressureInletOutletParSlipVelocityFvPatchVectorField onto a new patch
Definition at line 56 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
pressureInletOutletParSlipVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 34 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References dict, DimensionedField< Type, GeoMesh >::dimensions(), fvPatchField< Type >::operator, p, and Foam::Zero.
|
delete |
Disallow copy without setting internal field reference.
pressureInletOutletParSlipVelocityFvPatchVectorField | ( | const pressureInletOutletParSlipVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 71 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
TypeName | ( | "pressureInletOutletParSlipVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 149 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inlinevirtual |
Return true: this patch field is altered by assignment.
Definition at line 170 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 179 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 185 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inline |
Return the name of phi.
Definition at line 191 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 197 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 86 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimMassFlux, Foam::dimVolumetricFlux, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, Foam::neg(), and Foam::nl.
|
virtual |
Write.
Definition at line 133 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References fvPatchField< Type >::write(), and Foam::writeEntry().
|
virtual |
Definition at line 147 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References fvPatchField< Type >::operator=().