Skip to content
Snippets Groups Projects

Function object updates

Merged Andrew Heather requested to merge feature-solver-info into develop

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

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply