Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 660 Bytes

FluidSpectraIG

Calculate the kinetic energy spectra of fluids in irregular geometry using Pytorch.

Documentation is available online at https://fluidnumerics.github.io/FluidSpectraIG

Quick Installation

If you'd like to install an experimental version of xnma, you can clone the xnma repository to your workstation and install with pip.

Install pre-requisites

Install fluidspectraig

git clone https://github.com/fluidnumerics/FluidSpectraIG ~/FluidSpectraIG
cd ~/FluidSpectraIG
git checkout <branch>
pip install . --user --upgrade

In the above example, you can change <branch> to the desired branch you want to experiment with.