Caelus Python Library (CPL) v2.0.0
-
Introduce support for OpenFOAM environment management and build infrastructure within CPL. This allows the user to manage and interact with multiple OpenFOAM or CML versions via python. See docs for more details.
-
Add user-defined functions to parametric run interface. Allows user to customize the behavior of various stages (e.g.,
prep
,post
) via hooks. Also allows user to completely bypass built-in steps.