Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O OpenFOAM-plus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • OpenFOAM-plus
  • Merge requests
  • !231

Function object updates

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrew Heather requested to merge feature-solver-info into develop Jan 31, 2019
  • Overview 0
  • Commits 2
  • Changes 7

Renamed the residuals function object to solverInfo since it now generates:

  • residual fields
  • solver type
  • initial residual
  • final residual
  • number of solver iterations
  • convergecnce flag

Added new continuityError function object. Example usage:

continuityError1
{
    type        continuityError;
    libs        ("libfieldFunctionObjects.so");
    ...
    writeToFile yes;
    log         yes;
    phi         phi;
}
\endverbatim
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-solver-info