A calculated boundary condition for pointField. More...
#include <OpenFOAM/calculatedPointPatchField.H>
A calculated boundary condition for pointField.
Definition at line 50 of file calculatedPointPatchField.H.
Public Member Functions | |
TypeName ("calculated") | |
Runtime type information.
| |
calculatedPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field.
| |
calculatedPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
calculatedPointPatchField (const calculatedPointPatchField< 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.
| |
calculatedPointPatchField (const calculatedPointPatchField< 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.
|
calculatedPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 44 of file calculatedPointPatchField.C.
calculatedPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 55 of file calculatedPointPatchField.C.
calculatedPointPatchField | ( | const calculatedPointPatchField< 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 67 of file calculatedPointPatchField.C.
calculatedPointPatchField | ( | const calculatedPointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 80 of file calculatedPointPatchField.C.
TypeName | ( | "calculated" | ) |
Runtime type information.
virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements pointPatchField< Type >.
Reimplemented in genericPointPatchField< Type >.
Definition at line 88 of file calculatedPointPatchField.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 >.
Reimplemented in genericPointPatchField< Type >.
Definition at line 108 of file calculatedPointPatchField.H.