Skip to content
Snippets Groups Projects

Function object updates

Merged Admin 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
  • Admin mentioned in commit 9042bc2b8222eeb17e94b502c5d495c2a96cd4b1

    mentioned in commit 9042bc2b8222eeb17e94b502c5d495c2a96cd4b1

    By Andrew Heather on 2019-01-31T17:00:02 (imported from GitLab project)

  • merged

    By Andrew Heather on 2019-01-31T17:00:02 (imported from GitLab project)

Please register or sign in to reply