Foam::rotatingWallVelocityFvPatchVectorField. More...
#include <finiteVolume/rotatingWallVelocityFvPatchVectorField.H>
Foam::rotatingWallVelocityFvPatchVectorField.
Definition at line 49 of file rotatingWallVelocityFvPatchVectorField.H.
Public Member Functions | |
TypeName ("rotatingWallVelocity") | |
Runtime type information.
| |
rotatingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field.
| |
rotatingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
rotatingWallVelocityFvPatchVectorField (const rotatingWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given rotatingWallVelocityFvPatchVectorField.
| |
rotatingWallVelocityFvPatchVectorField (const rotatingWallVelocityFvPatchVectorField &) | |
Construct as copy.
| |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone.
| |
rotatingWallVelocityFvPatchVectorField (const rotatingWallVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, volMesh > &iF) const |
Construct and return a clone setting internal field reference.
| |
const vector & | origin () const |
Return the origin of the rotation.
| |
const vector & | axis () const |
Return the axis of the rotation.
| |
const scalar & | omega () const |
Return the rotational speed.
| |
vector & | origin () |
Return non-const access to the origin of the rotation.
| |
vector & | axis () |
Return non-const access to the axis of the rotation.
| |
scalar & | omega () |
Return non-const access to the rotational speed.
| |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field.
| |
virtual void | write (Ostream &) const |
Write.
|
rotatingWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 39 of file rotatingWallVelocityFvPatchVectorField.C.
Referenced by rotatingWallVelocityFvPatchVectorField::clone().
rotatingWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 67 of file rotatingWallVelocityFvPatchVectorField.C.
rotatingWallVelocityFvPatchVectorField | ( | const rotatingWallVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given rotatingWallVelocityFvPatchVectorField.
onto a new patch
Definition at line 52 of file rotatingWallVelocityFvPatchVectorField.C.
rotatingWallVelocityFvPatchVectorField | ( | const rotatingWallVelocityFvPatchVectorField & | pivpvf ) |
Construct as copy.
Definition at line 84 of file rotatingWallVelocityFvPatchVectorField.C.
rotatingWallVelocityFvPatchVectorField | ( | const rotatingWallVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 96 of file rotatingWallVelocityFvPatchVectorField.C.
TypeName | ( | "rotatingWallVelocity" | ) |
Runtime type information.
virtual tmp<fvPatchVectorField> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Definition at line 105 of file rotatingWallVelocityFvPatchVectorField.H.
References rotatingWallVelocityFvPatchVectorField::rotatingWallVelocityFvPatchVectorField().
virtual tmp<fvPatchVectorField> clone | ( | const DimensionedField< vector, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Definition at line 122 of file rotatingWallVelocityFvPatchVectorField.H.
References rotatingWallVelocityFvPatchVectorField::rotatingWallVelocityFvPatchVectorField().
const vector& origin | ( | ) | const [inline]
|
Return the origin of the rotation.
Definition at line 139 of file rotatingWallVelocityFvPatchVectorField.H.
const vector& axis | ( | ) | const [inline]
|
Return the axis of the rotation.
Definition at line 145 of file rotatingWallVelocityFvPatchVectorField.H.
const scalar& omega | ( | ) | const [inline]
|
Return the rotational speed.
Definition at line 151 of file rotatingWallVelocityFvPatchVectorField.H.
vector& origin | ( | ) | [inline]
|
Return non-const access to the origin of the rotation.
Definition at line 157 of file rotatingWallVelocityFvPatchVectorField.H.
vector& axis | ( | ) | [inline]
|
Return non-const access to the axis of the rotation.
Definition at line 163 of file rotatingWallVelocityFvPatchVectorField.H.
scalar& omega | ( | ) | [inline]
|
Return non-const access to the rotational speed.
Definition at line 169 of file rotatingWallVelocityFvPatchVectorField.H.
void updateCoeffs | ( | ) | [virtual]
|
Update the coefficients associated with the patch field.
Definition at line 110 of file rotatingWallVelocityFvPatchVectorField.C.
References Foam::mag(), and Field< Type >::operator=().
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Definition at line 129 of file rotatingWallVelocityFvPatchVectorField.C.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().