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

calculatedPointPatchField< Type > Class Template Reference

A calculated boundary condition for pointField. More...

#include <OpenFOAM/calculatedPointPatchField.H>


Detailed Description

template<class Type>
class Foam::calculatedPointPatchField< Type >

A calculated boundary condition for pointField.

Source files

Definition at line 50 of file calculatedPointPatchField.H.

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

List of all members.

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.

Constructor & Destructor Documentation

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.


Member Function Documentation

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.


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