Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
/ simphony-ui Public archive

Graphical User Interface for SimPhoNy jobs as specified by established use-cases.

Notifications You must be signed in to change notification settings

simphony/simphony-ui

Repository files navigation

Simphony-ui

A GUI which allows one to run a computation using Liggghts and OpenFOAM and visualize the result with Mayavi

Build status Coverage status

Repository

Simphony-ui is hosted on github: https://github.com/simphony/simphony-ui

Requirements

  • futures
  • simphony-framework == 0.3.1

Optional requirements

To support the documentation built you need the following packages:

  • sphinx >= 1.3.1

Installation

The package requires python 2.7.x, installation is based on setuptools:

# build and install
python setup.py install

or:

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

Quick start:

Once installed, you can run SimPhoNy-UI with:

# run simphony-ui
openfoam_liggghts_ui

Testing

To run the full test-suite run:

python -m unittest discover

Directory structure

The module is structured as following:

  • simphony_ui -- Core of the simphony_ui module
    • liggghts_model -- The Liggghts trait model and wrapper creation
    • openfoam_model -- The OpenFOAM trait model and wrapper creation
    • couple_openfoam_liggghts -- Main routine which run the calculation
    • ui -- Main trait model which contains the whole UI with the Mayavi view
  • doc -- Documentation related files
    • source -- Sphinx rst source files
    • build -- Documentation build directory, if documentation has been generated using the make script in the doc directory.

EDM packages

The repository supports generation of EDM packages with the command:

python edmsetup.py egg

Check the simphony/buildrecipes-common documentation for more information.

About

Graphical User Interface for SimPhoNy jobs as specified by established use-cases.

Resources

Stars

Watchers

Forks

Packages

No packages published