Foam::slipPointPatchField. More...
#include <OpenFOAM/slipPointPatchField.H>
Definition at line 50 of file slipPointPatchField.H.
Inheritance diagram for slipPointPatchField< Type >:
Collaboration diagram for slipPointPatchField< Type >:Public Member Functions | |
| TypeName ("slip") | |
| Runtime type information.
| |
| slipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
| Construct from patch and internal field.
| |
| slipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary.
| |
| slipPointPatchField (const slipPointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
| Construct by mapping given patchField<Type> onto a new patch.
| |
| virtual autoPtr < pointPatchField< Type > > | clone () const |
| Construct and return a clone.
| |
| slipPointPatchField (const slipPointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
| Construct as copy setting internal field reference.
| |
| virtual autoPtr < pointPatchField< Type > > | clone (const DimensionedField< Type, pointMesh > &iF) const |
| Construct and return a clone setting internal field reference.
| |
| slipPointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 37 of file slipPointPatchField.C.
| slipPointPatchField | ( | const pointPatch & | p, |
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file slipPointPatchField.C.
| slipPointPatchField | ( | const slipPointPatchField< Type > & | ptf, |
| const pointPatch & | p, | ||
| const DimensionedField< Type, pointMesh > & | iF, | ||
| const pointPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 60 of file slipPointPatchField.C.
| slipPointPatchField | ( | const slipPointPatchField< Type > & | ptf, |
| const DimensionedField< Type, pointMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 73 of file slipPointPatchField.C.
| TypeName | ( | "slip" | ) |
Runtime type information.
| virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from basicSymmetryPointPatchField< Type >.
Reimplemented in fixedNormalSlipPointPatchField< Type >.
Definition at line 88 of file slipPointPatchField.H.
| virtual autoPtr<pointPatchField<Type> > clone | ( | const DimensionedField< Type, pointMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from basicSymmetryPointPatchField< Type >.
Reimplemented in fixedNormalSlipPointPatchField< Type >.
Definition at line 108 of file slipPointPatchField.H.