ipselium / fdgrid

Grid generator for nsfds2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Grid generator for nsfds2

License:GNU General Public License v3.0


Languages

Language:Python 100.0%