|
[Sponsors] |
What does Foam::fvMatrix<Type>::solveSegregatedOrCoupled do? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 16, 2022, 10:54 |
What does Foam::fvMatrix<Type>::solveSegregatedOrCoupled do?
|
#1 |
New Member
Dmo
Join Date: Sep 2021
Posts: 1
Rep Power: 0 |
Hi,
Could someone shed some light on this function: Code:
SolverPerformance<Type> solveSegregatedOrCoupled(const dictionary&) It seems to be always called when solve is called, and called explicitly in some of the motion solvers (apparently to "bypass all matrix manipulation"). I understood OpenFOAM always solved equations in a segregated fashion and I'm not sure what coupled means in terms of a single matrix (i.e. single equation). Thanks |
|
Tags |
fvmatrix, solve, solvesegregatedorcoupled |
|
|