Go to the documentation of this file.
37 lduMatrix::smoother::addsymMatrixConstructorToTable<DICGaussSeidelSmoother>
46 const word& fieldName,
90 dicSmoother_.smooth(
psi, source, cmpt, nSweeps);
91 gsSmoother_.smooth(
psi, source, cmpt, nSweeps);
103 dicSmoother_.scalarSmooth(
psi, source, cmpt, nSweeps);
104 gsSmoother_.scalarSmooth(
psi, source, cmpt, nSweeps);
A class for handling words, derived from Foam::string.
DICGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
A field of fields is a PtrList of fields with reference counting.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
lduMatrix::smoother::addsymMatrixConstructorToTable< DICGaussSeidelSmoother > addDICGaussSeidelSmootherSymMatrixConstructorToTable_
virtual void scalarSmooth(solveScalarField &psi, const solveScalarField &Source, const direction cmpt, const label nSweeps) const
Generic templated field type.
virtual void smooth(solveScalarField &psi, const scalarField &Source, const direction cmpt, const label nSweeps) const
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
Combined DIC/GaussSeidel smoother for symmetric matrices in which DIC smoothing is followed by GaussS...
const volScalarField & psi
defineTypeNameAndDebug(combustionModel, 0)