Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 390
    • Issues 390
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1437

Closed
Open
Created Sep 12, 2019 by Mattijs Janssens@MattijsMaintainer

overset: normalisation of new matrix entries for interpolated/hole cells does not include remote contributions

Summary

Division by zero (producing sigfpe) in the linear solver for p in some decompositions.

Steps to reproduce

basic/overPotentialFoam/cylinder/cylinderAndBackground and use e.g.

//- The total number of domains (mandatory)
numberOfSubdomains  30;

//- The decomposition method (mandatory)
method          random;

The idea is that it creates cells where all the neighbours are on other processors. This leads to a zero normalisation in the matrix rewrite.

Environment information

  • OpenFOAM version : v1906, develop

Possible fixes

When inserting the new matrix 'rows' for interpolated and/or hole cells make sure to use a normalisation that includes the remote contributions.

Assignee
Assign to
Time tracking