Foam::cellMotionFvPatchField. More...
#include <fvMotionSolvers/cellMotionFvPatchField.H>
Definition at line 51 of file cellMotionFvPatchField.H.
Inheritance diagram for cellMotionFvPatchField< Type >:
Collaboration diagram for cellMotionFvPatchField< Type >:Public Member Functions | |
| TypeName ("cellMotion") | |
| Runtime type information.
| |
| cellMotionFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
| Construct from patch and internal field.
| |
| cellMotionFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| cellMotionFvPatchField (const cellMotionFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given cellMotionFvPatchField.
| |
| cellMotionFvPatchField (const cellMotionFvPatchField< Type > &) | |
| Construct as copy.
| |
| virtual tmp< fvPatchField< Type > > | clone () const |
| Construct and return a clone.
| |
| cellMotionFvPatchField (const cellMotionFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
| Construct as copy setting internal field reference.
| |
| virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, 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.
| |
| cellMotionFvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 40 of file cellMotionFvPatchField.C.
| cellMotionFvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 64 of file cellMotionFvPatchField.C.
References fvPatchField< Type >::operator=(), and fvPatch::size().
| cellMotionFvPatchField | ( | const cellMotionFvPatchField< Type > & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< Type, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given cellMotionFvPatchField.
onto a new patch
Definition at line 51 of file cellMotionFvPatchField.C.
| cellMotionFvPatchField | ( | const cellMotionFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 78 of file cellMotionFvPatchField.C.
| cellMotionFvPatchField | ( | const cellMotionFvPatchField< Type > & | ptf, |
| const DimensionedField< Type, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 88 of file cellMotionFvPatchField.C.
| TypeName | ( | "cellMotion" | ) |
Runtime type information.
| virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from fixedValueFvPatchField< Type >.
Definition at line 96 of file cellMotionFvPatchField.H.
| virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from fixedValueFvPatchField< Type >.
Definition at line 113 of file cellMotionFvPatchField.H.
| void updateCoeffs | ( | ) | [virtual]
|
Update the coefficients associated with the patch field.
Reimplemented from fvPatchField< Type >.
Definition at line 100 of file cellMotionFvPatchField.C.
References forAll, mesh, fvPatch::patch(), polyMesh::points(), points, string::replace(), and fvPatchField< Type >::updateCoeffs().
| void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from fixedValueFvPatchField< Type >.
Definition at line 132 of file cellMotionFvPatchField.C.
References fvPatchField< Type >::write().