Skip to content

DLR-RY/ECI4FOAM

Repository files navigation

ECI4I4FOAM

External Coupling Interface 4 FOAM ECI4FOAM provides an interface for coupling external tools and software to OpenFOAM

Documentation

Documentation

Installation

requires OpenFOAM of2212 or higher sourced and installed and python 3.7+ (conda is highly recommended)

./build-ECI4FOAM.sh # will install conan zmq oftest

Note: Older version are supported on v1.0.1

Testsuite

install oftest to automatically test OpenFOAM with py.test

pip install oftest

run the test enviroment

py.test

Build Documentation

The documentation is based on the Jekyll Documentation Theme

cd docs
jekyll serve