OpenFOAM logo
Open Source CFD Toolkit

pointPatchField Class Template Reference

Inheritance diagram for pointPatchField:

Inheritance graph
[legend]
Collaboration diagram for pointPatchField:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::pointPatchField< Type >


Public Member Functions

 pointPatchField (const pointPatch &, const Field< Type > &)
 Construct from patch and internal field.
 pointPatchField (const pointPatchField< Type > &)
 Construct as copy.
virtual autoPtr< pointPatchField<
Type > > 
clone () const
 Construct and return a clone.
 pointPatchField (const pointPatchField< Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual autoPtr< pointPatchField<
Type > > 
clone (const Field< Type > &iF) const
 Construct and return a clone setting internal field reference.
virtual ~pointPatchField ()
virtual void operator= (const Type &t)

Constructor & Destructor Documentation

pointPatchField const pointPatch ,
const Field< Type > & 
 

Construct from patch and internal field.

pointPatchField const pointPatchField< Type > &   ) 
 

Construct as copy.

pointPatchField const pointPatchField< Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.

virtual ~pointPatchField  )  [inline, virtual]
 

Definition at line 106 of file pointPatchField.H.


Member Function Documentation

virtual autoPtr<pointPatchField<Type> > clone const Field< Type > &  iF  )  const [inline, virtual]
 

Construct and return a clone setting internal field reference.

Implements PointPatchField< pointPatchField, pointPatch, Type >.

Definition at line 95 of file pointPatchField.H.

virtual autoPtr<pointPatchField<Type> > clone  )  const [inline, virtual]
 

Construct and return a clone.

Implements PointPatchField< pointPatchField, pointPatch, Type >.

Definition at line 82 of file pointPatchField.H.

virtual void operator= const Type &  t  )  [inline, virtual]
 

Reimplemented from PointPatchField< pointPatchField, pointPatch, Type >.

Definition at line 112 of file pointPatchField.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org