Commit Graph

11 Commits

Author SHA1 Message Date
53053fed78 STYLE: Consistency update in OpenCFD copyright text 2015-12-08 22:29:28 +00:00
6838df9cd2 ENH: Multiple updates to function objects
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
2015-11-25 17:19:06 +00:00
e8c239ed2f ENH: Function object documentation updates for evaluateControl 2015-10-06 14:53:56 +01:00
d648760ead Update headers 2014-01-30 13:02:02 +00:00
ee4e19ef85 Renamed folder -> directory for consistency with POSIX and the rest of OpenFOAM 2014-01-30 13:01:04 +00:00
ea94da2168 ENH: Documentation updates 2013-06-13 12:58:03 +01:00
1f864599cd ENH: Added new function object doxy group for FV tools 2012-11-28 15:56:49 +00:00
77189860de ENH: Updated function object documentation 2012-08-20 12:24:40 +01:00
536c4aa210 ENH: Updated function object documentation 2012-08-13 14:29:42 +01:00
b44f84ad39 ENH: Further updates to doxygen docs 2012-07-13 16:17:48 +01:00
e2ed990347 ENH: relocated functionObject doc file to doc sub-folder 2012-07-13 16:15:14 +01:00