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

basicSymmetryPointPatchField< Type > Class Template Reference

A Symmetry boundary condition for pointField. More...

#include <OpenFOAM/basicSymmetryPointPatchField.H>


Detailed Description

template<class Type>
class Foam::basicSymmetryPointPatchField< Type >

A Symmetry boundary condition for pointField.

Source files

Definition at line 50 of file basicSymmetryPointPatchField.H.

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

List of all members.

Public Member Functions

 basicSymmetryPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &)
 Construct from patch and internal field.
 basicSymmetryPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 basicSymmetryPointPatchField (const basicSymmetryPointPatchField< 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.
 basicSymmetryPointPatchField (const basicSymmetryPointPatchField< 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  evaluate (const Pstream::commsTypes commsType=Pstream::blocking)
 Update the patch field.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 38 of file basicSymmetryPointPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 49 of file basicSymmetryPointPatchField.C.

basicSymmetryPointPatchField ( const basicSymmetryPointPatchField< 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 61 of file basicSymmetryPointPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 74 of file basicSymmetryPointPatchField.C.


Member Function Documentation

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

Construct and return a clone.

Implements pointPatchField< Type >.

Reimplemented in symmetryPointPatchField< Type >, fixedNormalSlipPointPatchField< Type >, and slipPointPatchField< Type >.

Definition at line 84 of file basicSymmetryPointPatchField.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 symmetryPointPatchField< Type >, fixedNormalSlipPointPatchField< Type >, and slipPointPatchField< Type >.

Definition at line 104 of file basicSymmetryPointPatchField.H.

void evaluate ( const Pstream::commsTypes   commsType = Pstream::blocking  ) [virtual]

Update the patch field.

Reimplemented from pointPatchField< Type >.

Reimplemented in fixedNormalSlipPointPatchField< Type >.

Definition at line 86 of file basicSymmetryPointPatchField.C.

References Foam::I, and Foam::transform().


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