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

slipFvPatchField< Type > Class Template Reference

Foam::slipFvPatchField. More...

#include <finiteVolume/slipFvPatchField.H>


Detailed Description

template<class Type>
class Foam::slipFvPatchField< Type >

Foam::slipFvPatchField.

Source files

Definition at line 50 of file slipFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("slip")
 Runtime type information.
 slipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 slipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 slipFvPatchField (const slipFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given slipFvPatchField onto a new patch.
 slipFvPatchField (const slipFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const
 Construct and return a clone.
 slipFvPatchField (const slipFvPatchField< Type > &, const DimensionedField< Type, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< Type > >  clone (const DimensionedField< Type, volMesh > &iF) const
 Construct and return a clone setting internal field reference.

Constructor & Destructor Documentation

slipFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF  
)

Construct from patch and internal field.

Definition at line 37 of file slipFvPatchField.C.

slipFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const dictionary &   dict  
)

Construct from patch, internal field and dictionary.

Definition at line 61 of file slipFvPatchField.C.

slipFvPatchField ( const slipFvPatchField< Type > &   ptf,
const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const fvPatchFieldMapper &   mapper  
)

Construct by mapping given slipFvPatchField onto a new patch.

Definition at line 48 of file slipFvPatchField.C.

slipFvPatchField ( const slipFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 84 of file slipFvPatchField.C.

slipFvPatchField ( const slipFvPatchField< Type > &   ptf,
const DimensionedField< Type, volMesh > &   iF  
)

Construct as copy setting internal field reference.

Definition at line 73 of file slipFvPatchField.C.


Member Function Documentation

TypeName ( "slip"    )

Runtime type information.

virtual tmp<fvPatchField<Type> > clone (  ) const [inline, virtual]

Construct and return a clone.

Reimplemented from basicSymmetryFvPatchField< Type >.

Reimplemented in surfaceSlipDisplacementFvPatchField< Type >.

Definition at line 94 of file slipFvPatchField.H.

virtual tmp<fvPatchField<Type> > clone ( const DimensionedField< Type, volMesh > &   iF  ) const [inline, virtual]

Construct and return a clone setting internal field reference.

Reimplemented from basicSymmetryFvPatchField< Type >.

Reimplemented in surfaceSlipDisplacementFvPatchField< Type >.

Definition at line 111 of file slipFvPatchField.H.


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