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 426
    • Issues 426
    • 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
  • Merge requests
  • !231

Function object updates

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Admin 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