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

fixedNormalSlipPointPatchField< Type > Class Template Reference

slip with user-specified normal More...

#include <OpenFOAM/fixedNormalSlipPointPatchField.H>


Detailed Description

template<class Type>
class Foam::fixedNormalSlipPointPatchField< Type >

slip with user-specified normal

Source files

Definition at line 63 of file fixedNormalSlipPointPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("fixedNormalSlip")
 Runtime type information.
 fixedNormalSlipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &)
 Construct from patch and internal field.
 fixedNormalSlipPointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 fixedNormalSlipPointPatchField (const fixedNormalSlipPointPatchField< 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.
 fixedNormalSlipPointPatchField (const fixedNormalSlipPointPatchField< 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.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 37 of file fixedNormalSlipPointPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 49 of file fixedNormalSlipPointPatchField.C.

fixedNormalSlipPointPatchField ( const fixedNormalSlipPointPatchField< 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 62 of file fixedNormalSlipPointPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 76 of file fixedNormalSlipPointPatchField.C.


Member Function Documentation

TypeName ( "fixedNormalSlip"    )

Runtime type information.

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

Construct and return a clone.

Reimplemented from slipPointPatchField< Type >.

Definition at line 106 of file fixedNormalSlipPointPatchField.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 slipPointPatchField< Type >.

Definition at line 126 of file fixedNormalSlipPointPatchField.H.

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

Update the patch field.

Reimplemented from basicSymmetryPointPatchField< Type >.

Definition at line 89 of file fixedNormalSlipPointPatchField.C.

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

void write ( Ostream &   os  ) const [virtual]

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