cgns-wrapper

Using CGNS in Python


Keywords
Math
License
MIT
Install
pip install cgns-wrapper==0.5.2

Documentation

CGNS Python Interface

https://travis-ci.org/chiao45/cgns_wrapper.svg?branch=master https://img.shields.io/pypi/v/cgns_wrapper.svg?branch=master

Introduction

CGNS Wrapper (cgns_wrapper) provides you a Python interface for CFD General Notation System (CGNS), one of the popular CFD data representations.

cgns_wrapper is a module wrapper of pyCGNS. Particularly speaking, cgns_wrapper wraps pyCGNS.MAP as cgns_wrapper.io and pyCGNS.PAT.cgnslib as cgns_wrapper.cgnslib.

Then core motivation of this project is to glue CGNS and PyPI, so that people can easily install it through pip.

NOTE If you already have manually configured and installed pyCGNS, then this package has no benefits.

NOTE This package doesn't require you install CGNS, but having it is still useful and, in most cases, necessary.

Documentation

Please refer to original CGNS and pyCGNS documentation.

Installation

$ pip install cgns_wrapper --user

License

MIT License

Copyright (c) 2018 Qiao Chen