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 413
    • Issues 413
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1736
Closed
Open
Issue created Jun 19, 2020 by Mark OLESEN@markMaintainer

fluxSummary regression

  • seems to be related to c3571b73

Searching for cellZoneDirection returns zero regions. This cascades further, since the lists are now zero-sized and makes all further accesses segfault.

For testing - added tutorial test angledDuct/implicit

fluxSummary
{
    type    fluxSummary;
    libs    (fieldFunctionObjects);

    scaleFactor     1.205;
    write           yes;
    log             yes;
    mode            cellZoneAndDirection;
    cellZoneAndDirection
    (
        (porosity (1 1 0))
    );
}

@Prashant @Mattijs

Assignee
Assign to
Time tracking