This boundary condition describes an inlet vector boundary condition in swirl coordinates given a central axis, central point, axial, radial and tangential velocity profiles. More...
Public Member Functions | |
TypeName ("swirlInletVelocity") | |
swirlInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
swirlInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
swirlInletVelocityFvPatchVectorField (const swirlInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
swirlInletVelocityFvPatchVectorField (const swirlInletVelocityFvPatchVectorField &) | |
virtual tmp< fvPatchVectorField > | clone () const |
swirlInletVelocityFvPatchVectorField (const swirlInletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, volMesh > &iF) const |
virtual void | updateCoeffs () |
virtual void | write (Ostream &) const |
This boundary condition describes an inlet vector boundary condition in swirl coordinates given a central axis, central point, axial, radial and tangential velocity profiles.
Property | Description | Required | Default value |
---|---|---|---|
axis | Axis of rotation | yes | |
origin | Origin of rotation | yes | |
axialVelocity | Axial velocity profile [m/s] | yes | |
radialVelocity | Radial velocity profile [m/s] | yes | |
tangentialVelocity | tangential velocity profile [m/s] | yes |
Example of the boundary condition specification:
<patchName> { type swirlInletVelocity; axis (0 0 1); origin (0 0 0); axialVelocity constant 30; radialVelocity constant 10; tangentialVelocity constant 100; }
axialVelocity
, radialVelocity
and tangentialVelocity
entries are Function1 types, able to describe time varying functions. The example above gives the usage for supplying constant values.Definition at line 113 of file swirlInletVelocityFvPatchVectorField.H.
swirlInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Definition at line 29 of file swirlInletVelocityFvPatchVectorField.C.
Referenced by swirlInletVelocityFvPatchVectorField::clone().
swirlInletVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 63 of file swirlInletVelocityFvPatchVectorField.C.
swirlInletVelocityFvPatchVectorField | ( | const swirlInletVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Definition at line 45 of file swirlInletVelocityFvPatchVectorField.C.
Definition at line 86 of file swirlInletVelocityFvPatchVectorField.C.
swirlInletVelocityFvPatchVectorField | ( | const swirlInletVelocityFvPatchVectorField & | ptf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Definition at line 101 of file swirlInletVelocityFvPatchVectorField.C.
TypeName | ( | "swirlInletVelocity" | ) |
|
inlinevirtual |
Definition at line 176 of file swirlInletVelocityFvPatchVectorField.H.
References swirlInletVelocityFvPatchVectorField::swirlInletVelocityFvPatchVectorField().
|
inlinevirtual |
Definition at line 193 of file swirlInletVelocityFvPatchVectorField.H.
References swirlInletVelocityFvPatchVectorField::swirlInletVelocityFvPatchVectorField().
|
virtual |
Definition at line 117 of file swirlInletVelocityFvPatchVectorField.C.
References Foam::mag(), Foam::foamVersion::patch, and fvPatchField< Type >::updateCoeffs().
|
virtual |
Definition at line 147 of file swirlInletVelocityFvPatchVectorField.C.
References os(), fvPatchField::write(), and Ostream::writeEntry().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.