Grid generator


License
GPL-2.0+
Install
pip install fdgrid==0.11.1

Documentation

Introducing fdgrid

Pypi Package Build Licence

https://github.com/ipselium/fdgrid/blob/master/docs/source/images/fdgrid.png

fdgrid provides some tools to create regular, adaptative or curvilinear 2D grids. fdgrid has been designed to work with nsfds2 but can also be used alone. fdgrid provides tool to:

  • generate 2D meshes : x and z coordinates,
  • subdivide the grid into Subdomain objects used by nsfds2.

Requirements

python: >= 3.7
matplotlib: >= 3.0
numpy: >= 1.1
scipy: >= 1.1
ofdlib2: >= 0.8
mplutils: >= 0.3

Installation

Clone the github repo and

$ python setup.py install

or install via Pypi

$ pip install fdgrid

Links