OpenFOAM logo
Open Source CFD Toolkit

GlobalProcessorTetPointPatchField Class Template Reference

Inheritance diagram for GlobalProcessorTetPointPatchField:

Inheritance graph
[legend]
Collaboration diagram for GlobalProcessorTetPointPatchField:

Collaboration graph
[legend]
List of all members.

template<template< class > class PatchField, class PointPatch, class GlobalProcessorPointPatch, class Type>
class Foam::GlobalProcessorTetPointPatchField< PatchField, PointPatch, GlobalProcessorPointPatch, Type >


Public Member Functions

 TypeName ("globalProcessor")
 Runtime type information.
 GlobalProcessorTetPointPatchField (const PointPatch &, const Field< Type > &)
 Construct from patch and internal field.
 GlobalProcessorTetPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 GlobalProcessorTetPointPatchField (const GlobalProcessorTetPointPatchField< PatchField, PointPatch, GlobalProcessorPointPatch, Type > &, const PointPatch &, const Field< Type > &, const TetPointPatchFieldMapper &)
 Construct by mapping given patchField<Type> onto a new patch.
virtual autoPtr< PatchField<
Type > > 
clone () const
 Construct and return a clone.
 GlobalProcessorTetPointPatchField (const GlobalProcessorTetPointPatchField< PatchField, PointPatch, GlobalProcessorPointPatch, Type > &, const Field< Type > &)
 Construct as copy setting internal field reference.
virtual autoPtr< PatchField<
Type > > 
clone (const Field< Type > &iF) const
 Construct and return a clone setting internal field reference.
 ~GlobalProcessorTetPointPatchField ()
virtual void evaluate ()
 Evaluate the patch field.
virtual void addField (Field< Type > &) const
 Add field to internal field.
virtual void setBoundaryCondition (Map< constraint< Type > > &) const
 Set boundary condition to matrix. Used to save the processor.
virtual void addDiag (scalarField &) const
 Add diagonal/source contributions.
virtual void addSource (scalarField &) const
virtual void addUpperLower (scalarField &) const
 Add upper/lower contributions.
virtual void eliminateUpperLower (scalarField &) const
virtual tmp< scalarFieldcutBouCoeffs (const lduMatrix &) const
 Get the cut edge coefficients in Amul order.
virtual tmp< scalarFieldcutIntCoeffs (const lduMatrix &) const
 Get the cut edge coefficients in Tmul order.
virtual tmp< labelFieldnbrColour (const labelField &) const
 Return neighbour colouring.
virtual void updateInterfaceMatrix (const scalarField &psiInternal, scalarField &result, const lduMatrix &m, const scalarField &coeffs, const direction cmpt) const
 Update result field based on interface functionality.

Constructor & Destructor Documentation

GlobalProcessorTetPointPatchField const PointPatch &  ,
const Field< Type > & 
 

Construct from patch and internal field.

GlobalProcessorTetPointPatchField const PointPatch &  ,
const Field< Type > &  ,
const dictionary
 

Construct from patch, internal field and dictionary.

GlobalProcessorTetPointPatchField const GlobalProcessorTetPointPatchField< PatchField, PointPatch, GlobalProcessorPointPatch, Type > &  ,
const PointPatch &  ,
const Field< Type > &  ,
const TetPointPatchFieldMapper
 

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

GlobalProcessorTetPointPatchField const GlobalProcessorTetPointPatchField< PatchField, PointPatch, GlobalProcessorPointPatch, Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.

~GlobalProcessorTetPointPatchField  ) 
 


Member Function Documentation

virtual void addDiag scalarField  )  const [virtual]
 

Add diagonal/source contributions.

Implements CoupledTetPointPatchField.

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

Add field to internal field.

Implements CoupledTetPointPatchField.

virtual void addSource scalarField  )  const [virtual]
 

Implements CoupledTetPointPatchField.

virtual void addUpperLower scalarField  )  const [virtual]
 

Add upper/lower contributions.

Implements CoupledTetPointPatchField.

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

Construct and return a clone setting internal field reference.

Implements CoupledTetPointPatchField.

Definition at line 141 of file GlobalProcessorTetPointPatchField.H.

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

Construct and return a clone.

Implements CoupledTetPointPatchField.

Definition at line 120 of file GlobalProcessorTetPointPatchField.H.

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

Get the cut edge coefficients in Amul order.

Implements CoupledTetPointPatchField.

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

Get the cut edge coefficients in Tmul order.

Implements CoupledTetPointPatchField.

virtual void eliminateUpperLower scalarField  )  const [virtual]
 

Implements CoupledTetPointPatchField.

virtual void evaluate  )  [inline, virtual]
 

Evaluate the patch field.

Implements CoupledTetPointPatchField.

Definition at line 165 of file GlobalProcessorTetPointPatchField.H.

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

virtual tmp<labelField> nbrColour const labelField  )  const [virtual]
 

Return neighbour colouring.

virtual void setBoundaryCondition Map< constraint< Type > > &   )  const [virtual]
 

Set boundary condition to matrix. Used to save the processor.

patch off-diagonal coefficients

TypeName "globalProcessor"   ) 
 

Runtime type information.

virtual void updateInterfaceMatrix const scalarField psiInternal,
scalarField result,
const lduMatrix m,
const scalarField coeffs,
const direction  cmpt
const [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