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

DICGaussSeidelSmoother Class Reference

Combined DIC/GaussSeidel smoother for symmetric matrices in which DIC smoothing is followed by GaussSeidel to ensure that any "spikes" created by the DIC sweeps are smoothed-out. More...

#include <OpenFOAM/DICGaussSeidelSmoother.H>


Detailed Description

Combined DIC/GaussSeidel smoother for symmetric matrices in which DIC smoothing is followed by GaussSeidel to ensure that any "spikes" created by the DIC sweeps are smoothed-out.

Source files

Definition at line 52 of file DICGaussSeidelSmoother.H.

Inheritance diagram for DICGaussSeidelSmoother:
Collaboration diagram for DICGaussSeidelSmoother:

List of all members.

Public Member Functions

 TypeName ("DICGaussSeidel")
 Runtime type information.
 DICGaussSeidelSmoother (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
 Construct from matrix components.
virtual void  smooth (scalarField &psi, const scalarField &Source, const direction cmpt, const label nSweeps) const
 Smooth the solution for a given number of sweeps.

Constructor & Destructor Documentation

DICGaussSeidelSmoother ( const word &   fieldName,
const lduMatrix &   matrix,
const FieldField< Field, scalar > &   interfaceBouCoeffs,
const FieldField< Field, scalar > &   interfaceIntCoeffs,
const lduInterfaceFieldPtrsList &   interfaces  
)

Construct from matrix components.

Definition at line 42 of file DICGaussSeidelSmoother.C.


Member Function Documentation

TypeName ( "DICGaussSeidel"    )

Runtime type information.

void smooth ( scalarField &   psi,
const scalarField &   Source,
const direction   cmpt,
const label   nSweeps  
) const [virtual]

Smooth the solution for a given number of sweeps.

Implements lduMatrix::smoother.

Definition at line 80 of file DICGaussSeidelSmoother.C.


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