Foam::genericPointPatchField. More...
#include <genericPatchFields/genericPointPatchField.H>
Definition at line 51 of file genericPointPatchField.H.
Public Member Functions | |
TypeName ("generic") | |
Runtime type information.
| |
genericPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
Construct from patch and internal field.
| |
genericPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
genericPointPatchField (const genericPointPatchField< 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.
| |
genericPointPatchField (const genericPointPatchField< 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.
| |
virtual void | autoMap (const pointPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object.
| |
virtual void | rmap (const pointPatchField< Type > &, const labelList &) |
Reverse map the given pointPatchField onto this pointPatchField.
| |
virtual void | write (Ostream &) const |
Write.
|
genericPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 38 of file genericPointPatchField.C.
References notImplemented.
genericPointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 55 of file genericPointPatchField.C.
References token::compoundToken(), Foam::dynamicCast(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, token::isCompound(), token::isLabel(), token::isWord(), token::labelToken(), List< T >::size(), List< T >::transfer(), token::transferCompoundToken(), and token::wordToken().
genericPointPatchField | ( | const genericPointPatchField< 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 349 of file genericPointPatchField.C.
References HashTable< T, Key, Hash >::begin(), and HashTable< T, Key, Hash >::end().
genericPointPatchField | ( | const genericPointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 427 of file genericPointPatchField.C.
TypeName | ( | "generic" | ) |
Runtime type information.
virtual autoPtr<pointPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Reimplemented from calculatedPointPatchField< Type >.
Definition at line 100 of file genericPointPatchField.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 calculatedPointPatchField< Type >.
Definition at line 120 of file genericPointPatchField.H.
void autoMap | ( | const pointPatchFieldMapper & | m ) | [virtual]
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from pointPatchField< Type >.
Definition at line 447 of file genericPointPatchField.C.
References HashTable< T, Key, Hash >::begin().
void rmap | ( | const pointPatchField< Type > & | ptf, |
const labelList & | addr | ||
) | [virtual]
|
Reverse map the given pointPatchField onto this pointPatchField.
Reimplemented from pointPatchField< Type >.
Definition at line 507 of file genericPointPatchField.C.
References HashTable< T, Key, Hash >::begin(), HashTable< T *, Key, Hash >::end(), and HashTable< T, Key, Hash >::find().
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from pointPatchField< Type >.
Definition at line 600 of file genericPointPatchField.C.
References token::END_STATEMENT, Foam::nl, and Ostream::writeKeyword().