- Jun 25, 2018
-
-
Mark OLESEN authored
- split off boilerplate OpenFOAM settings as CMakeLists-OpenFOAM.txt DOC: lowercase names for email addresses (request !2)
-
Simone Bna authored
-
- Jun 23, 2018
-
-
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.
-
- May 18, 2018
-
-
Mark OLESEN authored
-
- May 11, 2018
-
-
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
-