fvMatrix< Type >::fvSolver Class Reference

Public Member Functions

 fvSolver (fvMatrix< Type > &fvMat, autoPtr< lduMatrix::solver > &&sol)
 
SolverPerformance< Type > solve (const dictionary &solverControls)
 Solve returning the solution statistics. More...
 
SolverPerformance< Type > solve ()
 Solve returning the solution statistics. More...
 
template<>
Foam::solverPerformance solve (const dictionary &solverControls)
 
template<>
solverPerformance solve (const dictionary &)
 

Detailed Description

template<class Type>
class Foam::fvMatrix< Type >::fvSolver

Solver class returned by the solver function used for systems in which it is useful to cache the solver for reuse.

E.g. if the solver is potentially expensive to construct (AMG) and can be used several times (PISO)

Definition at line 258 of file fvMatrix.H.

Constructor & Destructor Documentation

◆ fvSolver()

fvSolver ( fvMatrix< Type > &  fvMat,
autoPtr< lduMatrix::solver > &&  sol 
)
inline

Definition at line 268 of file fvMatrix.H.

Member Function Documentation

◆ solve() [1/4]

SolverPerformance<Type> solve ( const dictionary solverControls)

Solve returning the solution statistics.

Solver controls read from dictionary

◆ solve() [2/4]

Foam::SolverPerformance< Type > solve ( )

Solve returning the solution statistics.

Solver controls read from fvSolution

Definition at line 336 of file fvMatrixSolve.C.

◆ solve() [3/4]

Foam::solverPerformance solve ( const dictionary solverControls)

Definition at line 117 of file fvScalarMatrix.C.

References Foam::expressions::patchExpr::debug, dictionary::getOrDefault(), Foam::Info, messageStream::masterStream(), SolverPerformance< Type >::print(), and psi.

Here is the call graph for this function:

◆ solve() [4/4]

solverPerformance solve ( const dictionary )

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