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

jumpCyclicFvPatchField< Type > Class Template Reference

Foam::jumpCyclicFvPatchField. More...

#include <finiteVolume/jumpCyclicFvPatchField.H>


Detailed Description

template<class Type>
class Foam::jumpCyclicFvPatchField< Type >

Foam::jumpCyclicFvPatchField.

Source files

Definition at line 50 of file jumpCyclicFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName ("jumpCyclic")
 Runtime type information.
 jumpCyclicFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 jumpCyclicFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 jumpCyclicFvPatchField (const jumpCyclicFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given jumpCyclicFvPatchField onto a new patch.
 jumpCyclicFvPatchField (const jumpCyclicFvPatchField< Type > &)
 Construct as copy.
 jumpCyclicFvPatchField (const jumpCyclicFvPatchField< Type > &, const DimensionedField< Type, volMesh > &)
 Construct as copy setting internal field reference.
virtual const word &  interfaceFieldType () const
 Return the interface type.
virtual tmp< Field< scalar > >  jump () const =0
 Return the "jump" across the patch as a "half" field.
tmp< Field< Type > >  patchNeighbourField () const
 Return neighbour coupled given internal cell data.
virtual void  updateInterfaceMatrix (const scalarField &psiInternal, scalarField &result, const lduMatrix &, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const
 Update result field based on interface functionality.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 37 of file jumpCyclicFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 61 of file jumpCyclicFvPatchField.C.

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

Construct by mapping given jumpCyclicFvPatchField onto a new patch.

Definition at line 48 of file jumpCyclicFvPatchField.C.

jumpCyclicFvPatchField ( const jumpCyclicFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 76 of file jumpCyclicFvPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 87 of file jumpCyclicFvPatchField.C.


Member Function Documentation

TypeName ( "jumpCyclic"    )

Runtime type information.

virtual const word& interfaceFieldType (  ) const [inline, virtual]

Return the interface type.

Reimplemented from lduInterfaceField.

Definition at line 106 of file jumpCyclicFvPatchField.H.

References Foam::type().

virtual tmp<Field<scalar> > jump (  ) const [pure virtual]

Return the "jump" across the patch as a "half" field.

Implemented in fanFvPatchField< Type >.

tmp< Field< Type > > patchNeighbourField (  ) const [virtual]

Return neighbour coupled given internal cell data.

Reimplemented from cyclicFvPatchField< Type >.

Definition at line 99 of file jumpCyclicFvPatchField.C.

References Foam::transform().

void updateInterfaceMatrix ( const scalarField &   psiInternal,
scalarField &   result,
const lduMatrix &   ,
const scalarField &   coeffs,
const direction   cmpt,
const Pstream::commsTypes   commsType  
) const [virtual]

Update result field based on interface functionality.

Reimplemented from cyclicFvPatchField< Type >.

Definition at line 142 of file jumpCyclicFvPatchField.C.

References forAll.


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