Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 423
    • Issues 423
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1733
Closed
Open
Issue created Jun 18, 2020 by Mattijs Janssens@MattijsMaintainer

fvDOM with PBiCGStab solver for Ii

Summary

fvDOM matrix not very convergent

Steps to reproduce

take /tutorials/heatTransfer/buoyantPimpleFoam/thermocoupleTestCase

Change in system/fvSolution the solver for the radiation to:

        solver          PBiCGStab;
        preconditioner  DILU;

        tolerance           1e-4;
        relTol              0;
        minIter             10;

It works with minIter set to 1.

@Sergio

Edited Jun 18, 2020 by Mattijs Janssens
Assignee
Assign to
Time tracking