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

zeroGradientPointPatchField< Type > Class Template Reference

Foam::zeroGradientPointPatchField. More...

#include <OpenFOAM/zeroGradientPointPatchField.H>


Detailed Description

template<class Type>
class Foam::zeroGradientPointPatchField< Type >

Foam::zeroGradientPointPatchField.

Source files

Definition at line 50 of file zeroGradientPointPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("zeroGradient")
 Runtime type information.
 zeroGradientPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &)
 Construct from patch and internal field.
 zeroGradientPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 zeroGradientPointPatchField (const zeroGradientPointPatchField< 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.
 zeroGradientPointPatchField (const zeroGradientPointPatchField< 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

zeroGradientPointPatchField ( const pointPatch &   p,
const DimensionedField< Type, pointMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 37 of file zeroGradientPointPatchField.C.

zeroGradientPointPatchField ( const pointPatch &   p,
const DimensionedField< Type, pointMesh > &   iF,
const dictionary &   dict  
)

Construct from patch, internal field and dictionary.

Definition at line 48 of file zeroGradientPointPatchField.C.

zeroGradientPointPatchField ( const zeroGradientPointPatchField< 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 60 of file zeroGradientPointPatchField.C.

zeroGradientPointPatchField ( const zeroGradientPointPatchField< Type > &   ptf,
const DimensionedField< Type, pointMesh > &   iF  
)

Construct as copy setting internal field reference.

Definition at line 73 of file zeroGradientPointPatchField.C.


Member Function Documentation

TypeName ( "zeroGradient"    )

Runtime type information.

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

Construct and return a clone.

Implements pointPatchField< Type >.

Definition at line 88 of file zeroGradientPointPatchField.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 >.

Definition at line 108 of file zeroGradientPointPatchField.H.


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