FMU4FOAM with testsuite and documenation
Edit me
FMU4FOAM
Install library OpenFOAM
pip install oftest conan==1.58.0
./build-ECI4FOAM.sh # init submodules
./Allwmake
run example FMU
requires that OpenFOAM is build on that machine
cd example/TempControlFlange
./Allrun
python test-omsim.py > log
FMU4FOAM to quickly generate a library with testsuite and hosted documenation
zip or clone this library and edit it from there
Installation OpenFOAM
pip install fmu4foam
Installation Testsuite
install oftest to automatically test OpenFOAM with py.test
pip install oftest
run the test enviroment
py.test