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 fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
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 &) | |
Construct as copy. More... | |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone. More... | |
pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Construct as copy 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; }
Definition at line 100 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
pressureInletOutletParSlipVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 38 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References Foam::Zero.
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 55 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 70 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References dict, dictionary::getOrDefault(), word::null, fvPatchField< vector >::operator=(), p, UList< T >::size(), and Foam::Zero.
pressureInletOutletParSlipVelocityFvPatchVectorField | ( | const pressureInletOutletParSlipVelocityFvPatchVectorField & | pivpvf | ) |
Construct as copy.
Definition at line 90 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
pressureInletOutletParSlipVelocityFvPatchVectorField | ( | const pressureInletOutletParSlipVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 102 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
TypeName | ( | "pressureInletOutletParSlipVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 154 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 173 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inlinevirtual |
Return true: this patch field is altered by assignment.
Definition at line 194 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inline |
Return the name of rho.
Definition at line 203 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of rho to allow adjustment.
Definition at line 209 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inline |
Return the name of phi.
Definition at line 215 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
inline |
Return reference to the name of phi to allow adjustment.
Definition at line 221 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 117 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References Foam::dimArea, Foam::dimDensity, DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, Foam::nl, phi, and Foam::pos0().
|
virtual |
Write.
Definition at line 164 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References os(), ObukhovLength::write(), and Ostream::writeEntryIfDifferent().
|
virtual |
Definition at line 178 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.
References fvPatchField< Type >::operator=().