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

coupledFvPatchField< Type > Class Template Reference

Foam::coupledFvPatchField. More...

#include <finiteVolume/coupledFvPatchField.H>


Detailed Description

template<class Type>
class Foam::coupledFvPatchField< Type >

Foam::coupledFvPatchField.

Source files

Definition at line 52 of file coupledFvPatchField.H.

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

List of all members.

Public Member Functions

 TypeName (coupledFvPatch::typeName_())
 Runtime type information.
 coupledFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &)
 Construct from patch and internal field.
 coupledFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const Field< Type > &)
 Construct from patch and internal field and patch field.
 coupledFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 coupledFvPatchField (const coupledFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping the given coupledFvPatchField onto a new patch.
 coupledFvPatchField (const coupledFvPatchField< Type > &)
 Construct as copy.
virtual tmp< fvPatchField< Type > >  clone () const =0
 Construct and return a clone.
 coupledFvPatchField (const coupledFvPatchField< Type > &, const DimensionedField< Type, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< Type > >  clone (const DimensionedField< Type, volMesh > &) const =0
 Construct and return a clone.
virtual bool  coupled () const
 Return true if this patch field is derived from.
virtual tmp< Field< Type > >  patchNeighbourField () const =0
 Return neighbour field of internal field.
virtual tmp< Field< Type > >  snGrad () const
 Return patch-normal gradient.
virtual void  initEvaluate (const Pstream::commsTypes commsType)
 Initialise the evaluation of the patch field.
virtual void  evaluate (const Pstream::commsTypes commsType)
 Evaluate the patch field.
virtual tmp< Field< Type > >  valueInternalCoeffs (const tmp< scalarField > &) const
 Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > >  valueBoundaryCoeffs (const tmp< scalarField > &) const
 Return the matrix source coefficients corresponding to the.
virtual tmp< Field< Type > >  gradientInternalCoeffs () const
 Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > >  gradientBoundaryCoeffs () const
 Return the matrix source coefficients corresponding to the.
virtual void  updateInterfaceMatrix (const scalarField &psiInternal, scalarField &result, const lduMatrix &, const scalarField &coeffs, const direction, const Pstream::commsTypes commsType) const =0
 Update result field based on interface functionality.
virtual void  write (Ostream &) const
 Write.

Constructor & Destructor Documentation

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

Construct from patch and internal field.

Definition at line 37 of file coupledFvPatchField.C.

coupledFvPatchField ( const fvPatch &   p,
const DimensionedField< Type, volMesh > &   iF,
const Field< Type > &   f  
)

Construct from patch and internal field and patch field.

Definition at line 49 of file coupledFvPatchField.C.

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

Construct from patch, internal field and dictionary.

Definition at line 76 of file coupledFvPatchField.C.

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

Construct by mapping the given coupledFvPatchField onto a new patch.

Definition at line 62 of file coupledFvPatchField.C.

coupledFvPatchField ( const coupledFvPatchField< Type > &   ptf  )

Construct as copy.

Definition at line 89 of file coupledFvPatchField.C.

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

Construct as copy setting internal field reference.

Definition at line 100 of file coupledFvPatchField.C.


Member Function Documentation

TypeName ( coupledFvPatch::   typeName_()  )

Runtime type information.

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

Construct and return a clone.

Reimplemented from fvPatchField< Type >.

Implemented in cyclicFvPatchField< Type >, processorFvPatchField< Type >, and fanFvPatchField< Type >.

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

Construct and return a clone.

Reimplemented from fvPatchField< Type >.

Implemented in cyclicFvPatchField< Type >, processorFvPatchField< Type >, and fanFvPatchField< Type >.

virtual bool coupled (  ) const [inline, virtual]

Return true if this patch field is derived from.

coupledFvPatchField<Type>.

Reimplemented from fvPatchField< Type >.

Reimplemented in processorFvPatchField< Type >.

Definition at line 127 of file coupledFvPatchField.H.

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

Return neighbour field of internal field.

Reimplemented from fvPatchField< Type >.

Implemented in cyclicFvPatchField< Type >, jumpCyclicFvPatchField< Type >, and processorFvPatchField< Type >.

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

Return patch-normal gradient.

Reimplemented from fvPatchField< Type >.

Reimplemented in processorFvPatchField< Type >.

Definition at line 113 of file coupledFvPatchField.C.

void initEvaluate ( const Pstream::commsTypes   commsType  ) [virtual]

Initialise the evaluation of the patch field.

Reimplemented from fvPatchField< Type >.

Reimplemented in processorFvPatchField< Type >.

Definition at line 122 of file coupledFvPatchField.C.

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

Evaluate the patch field.

Reimplemented from fvPatchField< Type >.

Reimplemented in processorFvPatchField< Type >.

Definition at line 132 of file coupledFvPatchField.C.

References fvPatchField< Type >::evaluate().

tmp< Field< Type > > valueInternalCoeffs ( const tmp< scalarField > &   w  ) const [virtual]

Return the matrix diagonal coefficients corresponding to the.

evaluation of the value of this patchField with given weights

Reimplemented from fvPatchField< Type >.

Definition at line 151 of file coupledFvPatchField.C.

tmp< Field< Type > > valueBoundaryCoeffs ( const tmp< scalarField > &   w  ) const [virtual]

Return the matrix source coefficients corresponding to the.

evaluation of the value of this patchField with given weights

Reimplemented from fvPatchField< Type >.

Definition at line 160 of file coupledFvPatchField.C.

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

Return the matrix diagonal coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Definition at line 168 of file coupledFvPatchField.C.

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

Return the matrix source coefficients corresponding to the.

evaluation of the gradient of this patchField

Reimplemented from fvPatchField< Type >.

Definition at line 175 of file coupledFvPatchField.C.

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

Write.

Reimplemented from fvPatchField< Type >.

Reimplemented in fanFvPatchField< Type >.

Definition at line 182 of file coupledFvPatchField.C.

References fvPatchField< Type >::write().


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