Skip to content

Python package for OpenFLUID

License

Notifications You must be signed in to change notification settings

OpenFLUID/pyopenfluid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This package allows to load, parameterize, run and analyze OpenFLUID simulations from Python.

It is compatible with Python 3 and requires that the OpenFLUID platform is already installed

Currently, this package is in early development stage and has only be tested on Linux system

Installation

from PyPI

TODO

from sources

Classic installation (main usage)

pip3 install .

Installation linked to the current sources (usually for development purposes)

pip3 install -e .

Development

Run the following commands from the root of the sources tree.

Check

python3 setup.py check

Build

python3 setup.py build

Test

python3 setup.py build test

Packaging

python3 setup.py sdist bdist

Misc resources

About

Python package for OpenFLUID

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published