FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

genericPointPatchField< Type > Class Template Reference

Foam::genericPointPatchField. More...

#include <genericPatchFields/genericPointPatchField.H>


Detailed Description

template<class Type>
class Foam::genericPointPatchField< Type >

Foam::genericPointPatchField.

Source files

Definition at line 51 of file genericPointPatchField.H.

Inheritance diagram for genericPointPatchField< Type >:
Collaboration diagram for genericPointPatchField< Type >:

List of all members.

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.

Constructor & Destructor Documentation

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 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.


Member Function Documentation

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]
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().


The documentation for this class was generated from the following files: