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

symmetryPointPatchField< Type > Class Template Reference

A Symmetry boundary condition for pointField. More...

#include <OpenFOAM/symmetryPointPatchField.H>


Detailed Description

template<class Type>
class Foam::symmetryPointPatchField< Type >

A Symmetry boundary condition for pointField.

Source files

Definition at line 51 of file symmetryPointPatchField.H.

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

List of all members.

Public Member Functions

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

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

Construct from patch and internal field.

Definition at line 37 of file symmetryPointPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 48 of file symmetryPointPatchField.C.

References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.

symmetryPointPatchField ( const symmetryPointPatchField< 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 76 of file symmetryPointPatchField.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, and FatalErrorIn.

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

Construct as copy setting internal field reference.

Definition at line 107 of file symmetryPointPatchField.C.


Member Function Documentation

TypeName ( symmetryPointPatch::   typeName_()  )

Runtime type information.

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

Construct and return a clone.

Reimplemented from basicSymmetryPointPatchField< Type >.

Definition at line 89 of file symmetryPointPatchField.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 basicSymmetryPointPatchField< Type >.

Definition at line 109 of file symmetryPointPatchField.H.


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