OASYS1-PaNOSC

OASYS extension for PaNOSC


Keywords
PaNOSC, WP5, simulations, oasys1
License
GPL-3.0
Install
pip install OASYS1-PaNOSC==0.3.2

Documentation

OASYS1-PaNOSC

OASYS extensions for PaNOSC

This repository contains extensions to Oasys developed by PaNOSC.

Install as user

To install the add-on as user:

  • In the Oasys window, open "Options->Add-ons..."
  • click the button "Add more" and enter "OASYS1-PaNOSC". You will see a new entry "PaNOSC" in the add-on list. Check it and click "OK"
  • Restart Oasys.

addon menu

Once it is installed, it should populate the widget bar on the side.

side menu

Install as developper

To install it as developper, download it from github:

git clone  https://github.com/PaNOSC-ViNYL/OASYS1-PaNOSC
cd OASYS1-PaNOSC

Then link the source code to your Oasys python (note that you must use the python that Oasys uses):

python -m pip install -e . --no-deps --no-binary :all:

When restarting Oasys, you will see the PaNOSC addons there.