Foam::zeroGradientPointPatchField. More...
#include <OpenFOAM/zeroGradientPointPatchField.H>
Foam::zeroGradientPointPatchField.
Definition at line 50 of file zeroGradientPointPatchField.H.
Public Member Functions | |
TypeName ("zeroGradient") | |
Runtime type information.
| |
zeroGradientPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field.
| |
zeroGradientPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
zeroGradientPointPatchField (const zeroGradientPointPatchField< 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.
| |
zeroGradientPointPatchField (const zeroGradientPointPatchField< 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.
|
zeroGradientPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file zeroGradientPointPatchField.C.
zeroGradientPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 48 of file zeroGradientPointPatchField.C.
zeroGradientPointPatchField | ( | const zeroGradientPointPatchField< Type > & | ptf, |
const pointPatch & | p, | ||
const DimensionedField< Type, pointMesh > & | iF, | ||
const pointPatchFieldMapper & | |||
) |
Construct by mapping given patchField<Type> onto a new patch.
Definition at line 60 of file zeroGradientPointPatchField.C.
zeroGradientPointPatchField | ( | const zeroGradientPointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 73 of file zeroGradientPointPatchField.C.
TypeName | ( | "zeroGradient" | ) |
Runtime type information.
virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements pointPatchField< Type >.
Definition at line 88 of file zeroGradientPointPatchField.H.
virtual autoPtr<pointPatchField<Type> > clone | ( | const DimensionedField< Type, pointMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Implements pointPatchField< Type >.
Definition at line 108 of file zeroGradientPointPatchField.H.