Skip to content
Snippets Groups Projects
  • Henry Weller's avatar
    postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities · e4dc50dc
    Henry Weller authored
    with the more general and flexible 'postProcess' utility and '-postProcess' solver option
    
    Rationale
    ---------
    
    Both the 'postProcess' utility and '-postProcess' solver option use the
    same extensive set of functionObjects available for data-processing
    during the run avoiding the substantial code duplication necessary for
    the 'foamCalc' and 'postCalc' utilities and simplifying maintenance.
    Additionally consistency is guaranteed between solver data processing
    and post-processing.
    
    The functionObjects have been substantially re-written and generalized
    to simplify development and encourage contribution.
    
    Configuration
    -------------
    
    An extensive set of simple functionObject configuration files are
    provided in
    
    OpenFOAM-dev/etc/caseDicts/postProcessing
    
    and more will be added in the future.  These can either be copied into
    '<case>/system' directory and included into the 'controlDict.functions'
    sub-dictionary or included directly from 'etc/caseDict...
    e4dc50dc