Go to the documentation of this file.
40 #ifndef smoothSolver_H
41 #define smoothSolver_H
const lduInterfaceFieldPtrsList & interfaces() const
A class for handling words, derived from string.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
const lduMatrix & matrix() const
Abstract base-class for lduMatrix solvers.
TypeName("smoothSolver")
Runtime type information.
virtual ~smoothSolver()
Destructor.
virtual void readControls()
Read the control parameters from the controlDict_.
virtual solverPerformance solve(scalarField &psi, const scalarField &source, const direction cmpt=0) const
Solve the matrix with this solver.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
smoothSolver(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const dictionary &solverControls)
Construct from matrix components and solver controls.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
label nSweeps_
Number of sweeps before the evaluation of residual.
const volScalarField & psi
const FieldField< Field, scalar > & interfaceBouCoeffs() const
const word & fieldName() const
const FieldField< Field, scalar > & interfaceIntCoeffs() const
Iterative solver for symmetric and asymetric matrices which uses a run-time selected smoother e....