Foam::slipFvPatchField. More...
#include <finiteVolume/slipFvPatchField.H>
Definition at line 50 of file slipFvPatchField.H.
Public Member Functions | |
TypeName ("slip") | |
Runtime type information.
| |
slipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
slipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
slipFvPatchField (const slipFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given slipFvPatchField onto a new patch.
| |
slipFvPatchField (const slipFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
slipFvPatchField (const slipFvPatchField< 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.
|
slipFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file slipFvPatchField.C.
slipFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 61 of file slipFvPatchField.C.
slipFvPatchField | ( | const slipFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given slipFvPatchField onto a new patch.
Definition at line 48 of file slipFvPatchField.C.
slipFvPatchField | ( | const slipFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 84 of file slipFvPatchField.C.
slipFvPatchField | ( | const slipFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 73 of file slipFvPatchField.C.
TypeName | ( | "slip" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from basicSymmetryFvPatchField< Type >.
Reimplemented in surfaceSlipDisplacementFvPatchField< Type >.
Definition at line 94 of file slipFvPatchField.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 basicSymmetryFvPatchField< Type >.
Reimplemented in surfaceSlipDisplacementFvPatchField< Type >.
Definition at line 111 of file slipFvPatchField.H.