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 415
    • Issues 415
    • 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
  • Merge requests
  • !12

Feature function objects

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Admin requested to merge feature-functionObjects into develop Nov 25, 2015
  • Overview 0
  • Commits 5
  • Changes

Lots of code migrated from internal development line, code tidying and a few fixes

Updated objects

  • corrected Peclet number for compressible cases
  • propagated log flag and resultName across objects

New function objects

  • new fluxSummary:
    • calculates positive, negative, absolute and net flux across face zones
  • new runTimeControl
    • abort the calculation when a user-defined metric is achieved. Available options include:
      • average value remains unchanged wrt a given threshold
      • equation initial residual exceeds a threshold - useful to abort diverging cases
      • equation max iterations exceeds a threshold - useful to abort diverging cases
      • min/max of a function object value
      • min time step exceeds a threshold - useful to abort diverging cases
  • new valueAverage:
    • average singular values from other function objects, e.g. Cd, Cl and Cm from the forceCoeffs function object
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-functionObjects