/comsol-wrapper

A testing of a comsol wrapper for the APACHE project.

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This wrapper is under development. Do not expect the code in this repository to be functional or even useful yet.

Compatible with OSP-core v3.3.2.

COMSOL Dummy Simulation Wrapper

A very simple simulation wrapper, that can be used as an example for wrapper development.

Installation

The package requires python 3 (tested for 3.6), installation is based on setuptools.

# build and install
python setup.py install

or

# build for in-place development
python3 setup.py develop