Last updated:
0 purchases
cgnswrapper 0.5.2
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.