Skip to content
/ pymech Public
forked from eX-Mech/pymech

Python scripts for nek5000 and simson

License

Notifications You must be signed in to change notification settings

exabl/pymech

 
 

Repository files navigation

Tests Status Coverage Status Documentation Status

pymech

A Python suite of routines for Nek5000 and Simson. Install with:

pip install pymech

Read the full documentation at Pymech doc.

Getting started

For some quick wins, download some sample data

curl -LO https://github.com/eX-Mech/pymech/raw/master/tests/nek/channel3D_0.f00001

Fire up a Python / IPython console and execute:

import matplotlib.pyplot as plt
import pymech as pm

ds = pm.open_dataset('channel3D_0.f00001')
ds.mean(['x', 'z']).ux.plot()
plt.show()

You should see something like

For an overview of how to use pymech, follow the usage documentation.

Contributing

Found something that does not work? Want to add a new feature to pymech? Have a look at contributing guidelines.

About

Python scripts for nek5000 and simson

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%