Calculate the kinetic energy spectra of fluids in irregular geometry using Pytorch.
Documentation is available online at https://fluidnumerics.github.io/FluidSpectraIG
If you'd like to install an experimental version of xnma, you can clone the xnma repository to your workstation and install with pip
.
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.