Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 729 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 729 Bytes

LM-MHD-Toolbox

A package for validation of liquid-metal magnetohydrodynamics codes against known solutions

Installation

The recommended installation method for this package is to create a virtual environment

python -m venv venv

This environment can be activated with

source venv/bin/activate

This package can be downloaded using

git clone git@github.com:aurora-multiphysics/LM-MHD-Toolbox.git

To install the package in the virtual environment, navigate to LM-MHD-Toolbox with the environment active, and run

pip install .

This can instead be installed in development mode using pip install -e , to allow the user to modify this package without needing to reinstall it after each change.