OpenFOAM logo
Open Source CFD Toolkit

ProcessorTetPointPatchField Class Template Reference

Inheritance diagram for ProcessorTetPointPatchField:

Inheritance graph
[legend]
Collaboration diagram for ProcessorTetPointPatchField:

Collaboration graph
[legend]
List of all members.

template<template< class > class PatchField, class PointPatch, class ProcessorPointPatch, class Type>
class Foam::ProcessorTetPointPatchField< PatchField, PointPatch, ProcessorPointPatch, Type >


Public Member Functions

 TypeName (ProcessorPointPatch::typeName_())
 Runtime type information.
 ProcessorTetPointPatchField (const PointPatch &, const Field< Type > &)
 Construct from patch and internal field.
 ProcessorTetPointPatchField (const PointPatch &, const Field< Type > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 ProcessorTetPointPatchField (const ProcessorTetPointPatchField< PatchField, PointPatch, ProcessorPointPatch, 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.
 ProcessorTetPointPatchField (const ProcessorTetPointPatchField< PatchField, PointPatch, ProcessorPointPatch, 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.
 ~ProcessorTetPointPatchField ()
virtual void evaluate ()
 Evaluate the patch field.
virtual void initAddField () const
 Init add field to internal 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 initAddDiag (const scalarField &) const
 Add diagonal/source contributions.
virtual void initAddSource (const scalarField &) const
virtual void addDiag (scalarField &) const
 Add diagonal/source contributions.
virtual void addSource (scalarField &) const
virtual void initAddUpperLower (const scalarField &) const
 Add upper/lower contributions.
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 void initNbrColour (const labelField &, const bool bufferdTransfer) const
 Initialise neighbour colouring transfer.
virtual tmp< labelFieldnbrColour (const labelField &) const
 Return neighbour colouring.
virtual void initInterfaceMatrixUpdate (const scalarField &psiInternal, scalarField &result, const lduMatrix &m, const scalarField &coeffs, const direction cmpt, const bool bufferdTransfer) const
 Initialise neighbour matrix update.
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

ProcessorTetPointPatchField const PointPatch &  ,
const Field< Type > & 
 

Construct from patch and internal field.

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

Construct from patch, internal field and dictionary.

ProcessorTetPointPatchField const ProcessorTetPointPatchField< PatchField, PointPatch, ProcessorPointPatch, Type > &  ,
const PointPatch &  ,
const Field< Type > &  ,
const TetPointPatchFieldMapper
 

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

ProcessorTetPointPatchField const ProcessorTetPointPatchField< PatchField, PointPatch, ProcessorPointPatch, Type > &  ,
const Field< Type > & 
 

Construct as copy setting internal field reference.

~ProcessorTetPointPatchField  ) 
 


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 154 of file ProcessorTetPointPatchField.H.

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

Construct and return a clone.

Implements CoupledTetPointPatchField.

Definition at line 133 of file ProcessorTetPointPatchField.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 178 of file ProcessorTetPointPatchField.H.

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

virtual void initAddDiag const scalarField  )  const [virtual]
 

Add diagonal/source contributions.

virtual void initAddField  )  const [virtual]
 

Init add field to internal field.

virtual void initAddSource const scalarField  )  const [virtual]
 

virtual void initAddUpperLower const scalarField  )  const [virtual]
 

Add upper/lower contributions.

virtual void initInterfaceMatrixUpdate const scalarField psiInternal,
scalarField result,
const lduMatrix m,
const scalarField coeffs,
const direction  cmpt,
const bool  bufferdTransfer
const [virtual]
 

Initialise neighbour matrix update.

virtual void initNbrColour const labelField ,
const bool  bufferdTransfer
const [virtual]
 

Initialise neighbour colouring transfer.

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 ProcessorPointPatch::  typeName_()  ) 
 

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