Skip to content
Snippets Groups Projects
  1. Jun 25, 2018
  2. Jun 23, 2018
    • Mark OLESEN's avatar
      ENH: improve direct use of cmake (issue #5) · 5afad06e
      Mark OLESEN authored
      - allows cmake override of the default output library directory,
        which is normally $FOAM_LIBBIN
      
      ENH: additional debug verbosity
      
      - extra information (in parallel) when debug level > 1, which can help
        when isolating problems.
      5afad06e
  3. May 18, 2018
  4. May 11, 2018
    • Mark OLESEN's avatar
      ENH: unified catalyst function object (closes #3) · 4f692e4d
      Mark OLESEN authored
      - previously had separate function objects for each category of source
        (finite volume, finite area, lagrangian). This lead to isolation of
        the individual input sources, which highly restricted the flexibility.
      
      - now have a single catalyst function object with an arbitrary number
        of inputs (sources). The catalyst channel name is that of the
        corresponds dictionary name. For volume mesh sources, it is possible
        to address "mesh" and "patches" sub-channels.
      
        Eg,
            mesh = coprocessor.CreateProducer(datadescription, 'myregion/mesh')
      
        This restructuring also aims at integration of other OpenFOAM content
        (eg, surfMesh, sampled probes, sampled surfaces) as a future
        development.
      
      - the output directory (by default "<case>/insitu") is passed onto
        catalyst as its working directory, using the upstream patches that
        now close issue #4
      4f692e4d