Foam::movingWallVelocityFvPatchVectorField. More...
#include <finiteVolume/movingWallVelocityFvPatchVectorField.H>
Foam::movingWallVelocityFvPatchVectorField.
Definition at line 50 of file movingWallVelocityFvPatchVectorField.H.
Public Member Functions | |
TypeName ("movingWallVelocity") | |
Runtime type information.
| |
movingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field.
| |
movingWallVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given movingWallVelocityFvPatchVectorField.
| |
movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &) | |
Construct as copy.
| |
virtual tmp< fvPatchVectorField > | clone () const |
Construct and return a clone.
| |
movingWallVelocityFvPatchVectorField (const movingWallVelocityFvPatchVectorField &, 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.
| |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field.
| |
virtual void | write (Ostream &) const |
Write.
|
movingWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 40 of file movingWallVelocityFvPatchVectorField.C.
Referenced by movingWallVelocityFvPatchVectorField::clone().
movingWallVelocityFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 62 of file movingWallVelocityFvPatchVectorField.C.
References fvPatchField< Type >::operator=(), and fvPatch::size().
movingWallVelocityFvPatchVectorField | ( | const movingWallVelocityFvPatchVectorField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given movingWallVelocityFvPatchVectorField.
onto a new patch
Definition at line 50 of file movingWallVelocityFvPatchVectorField.C.
movingWallVelocityFvPatchVectorField | ( | const movingWallVelocityFvPatchVectorField & | pivpvf ) |
Construct as copy.
Definition at line 75 of file movingWallVelocityFvPatchVectorField.C.
movingWallVelocityFvPatchVectorField | ( | const movingWallVelocityFvPatchVectorField & | pivpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 84 of file movingWallVelocityFvPatchVectorField.C.
TypeName | ( | "movingWallVelocity" | ) |
Runtime type information.
virtual tmp<fvPatchVectorField> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Definition at line 95 of file movingWallVelocityFvPatchVectorField.H.
References movingWallVelocityFvPatchVectorField::movingWallVelocityFvPatchVectorField().
virtual tmp<fvPatchVectorField> clone | ( | const DimensionedField< vector, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Definition at line 112 of file movingWallVelocityFvPatchVectorField.H.
References movingWallVelocityFvPatchVectorField::movingWallVelocityFvPatchVectorField().
void updateCoeffs | ( | ) | [virtual]
|
Update the coefficients associated with the patch field.
Definition at line 95 of file movingWallVelocityFvPatchVectorField.C.
References TimeState::deltaT(), polyPatch::faceCentres(), forAll, fvPatch::magSf(), mesh, Foam::fvc::meshPhi(), fvPatch::nf(), polyMesh::oldPoints(), Field< Type >::operator=(), fvPatch::patch(), fvPatch::patchField(), fvMesh::time(), U, and dimensioned< Type >::value().
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Definition at line 131 of file movingWallVelocityFvPatchVectorField.C.