OpenFOAM logo
Open Source CFD Toolkit

CoupledTetPointPatchField Class Template Reference

Inheritance diagram for CoupledTetPointPatchField:

Inheritance graph
[legend]
List of all members.

template<template< class > class PatchField, class PointPatch, class Type>
class Foam::CoupledTetPointPatchField< PatchField, PointPatch, Type >


Public Member Functions

 CoupledTetPointPatchField (const PointPatch &, const Field< Type > &)
 Construct from patch and internal field.
 CoupledTetPointPatchField (const CoupledTetPointPatchField< PatchField, PointPatch, Type > &, const PointPatch &, const Field< Type > &, const TetPointPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
virtual autoPtr< PatchField<
Type > > 
clone () const =0
 Construct and return a clone.
 CoupledTetPointPatchField (const CoupledTetPointPatchField< PatchField, PointPatch, Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual autoPtr< PatchField<
Type > > 
clone (const Field< Type > &iF) const =0
 Construct and return a clone setting internal field reference.
virtual bool coupled () const
 Return true if this patch field is derived from.
virtual void evaluate ()=0
 Evaluate the patch field.
virtual void addField (Field< Type > &) const =0
 Add field to internal field.
virtual void addDiag (scalarField &) const =0
 Add diagonal/source contributions.
virtual void addSource (scalarField &) const =0
virtual void addUpperLower (scalarField &) const =0
 Add upper/lower contributions.
virtual void eliminateUpperLower (scalarField &) const =0
virtual tmp< scalarFieldcutBouCoeffs (const lduMatrix &) const =0
 Get the cut edge coefficients in Amul order.
virtual tmp< scalarFieldcutIntCoeffs (const lduMatrix &) const =0
 Get the cut edge coefficients in Tmul order.
virtual void initInterfaceMatrixUpdate (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction, const bool) const
 Initialise neighbour matrix update.
virtual void updateInterfaceMatrix (const scalarField &, scalarField &, const lduMatrix &, const scalarField &, const direction) const =0
 Update result field based on interface functionality.

Constructor & Destructor Documentation

CoupledTetPointPatchField const PointPatch &  ,
const Field< Type > & 
 

Construct from patch and internal field.

CoupledTetPointPatchField const CoupledTetPointPatchField< PatchField, PointPatch, Type > &  ,
const PointPatch &  ,
const Field< Type > &  ,
const TetPointPatchFieldMapper
 

Construct by mapping given patchField<Type> onto a new patch.

CoupledTetPointPatchField const CoupledTetPointPatchField< PatchField, PointPatch, Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.


Member Function Documentation

virtual void addDiag scalarField  )  const [pure virtual]
 

Add diagonal/source contributions.

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual void addField Field< Type > &   )  const [pure virtual]
 

Add field to internal field.

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual void addSource scalarField  )  const [pure virtual]
 

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual void addUpperLower scalarField  )  const [pure virtual]
 

Add upper/lower contributions.

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual autoPtr<PatchField<Type> > clone const Field< Type > &  iF  )  const [pure virtual]
 

Construct and return a clone setting internal field reference.

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual autoPtr<PatchField<Type> > clone  )  const [pure virtual]
 

Construct and return a clone.

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual bool coupled  )  const [inline, virtual]
 

Return true if this patch field is derived from.

CoupledTetPointPatchField<PatchField, PointPatch, Type>.

Definition at line 107 of file CoupledTetPointPatchField.H.

References Foam::scalarField.

virtual tmp<scalarField> cutBouCoeffs const lduMatrix  )  const [pure virtual]
 

Get the cut edge coefficients in Amul order.

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual tmp<scalarField> cutIntCoeffs const lduMatrix  )  const [pure virtual]
 

Get the cut edge coefficients in Tmul order.

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual void eliminateUpperLower scalarField  )  const [pure virtual]
 

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual void evaluate  )  [pure virtual]
 

Evaluate the patch field.

Implemented in GlobalProcessorTetPointPatchField, and ProcessorTetPointPatchField.

virtual void initInterfaceMatrixUpdate const scalarField ,
scalarField ,
const lduMatrix ,
const scalarField ,
const   direction,
const   bool
const [inline, virtual]
 

Initialise neighbour matrix update.

Definition at line 141 of file CoupledTetPointPatchField.H.

References Foam::direction, and Foam::scalarField.

virtual void updateInterfaceMatrix const scalarField ,
scalarField ,
const lduMatrix ,
const scalarField ,
const   direction
const [pure virtual]
 

Update result field based on interface functionality.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org