46#ifndef Foam_smoothSolver_H
47#define Foam_smoothSolver_H
A field of fields is a PtrList of fields with reference counting.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base-class for lduMatrix solvers.
const FieldField< Field, scalar > & interfaceIntCoeffs() const noexcept
const lduInterfaceFieldPtrsList & interfaces() const noexcept
const lduMatrix & matrix() const noexcept
const FieldField< Field, scalar > & interfaceBouCoeffs() const noexcept
const word & fieldName() const noexcept
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
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.
virtual ~smoothSolver()=default
Destructor.
label nSweeps_
Number of sweeps before the evaluation of residual.
TypeName("smoothSolver")
Runtime type information.
virtual void readControls()
Read the control parameters from the controlDict_.
A class for handling words, derived from Foam::string.
const volScalarField & psi
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
UPtrList< const lduInterfaceField > lduInterfaceFieldPtrsList
List of coupled interface fields to be used in coupling.
SolverPerformance< scalar > solverPerformance
SolverPerformance instantiated for a scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.