nbons / pyhyp

pyHyp generates volume meshes from surface meshes using hyperbolic marching.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyHyp

pyHyp uses hyperbolic volume mesh marching schemes to extrude structured surface meshes into volume meshes. pyHyp is used as a preprocessing step in the geometry and mesh-creation process prior to an optimization.

Documentation

Please see the documentation for installation details and API documentation.

To locally build the documentation, enter the doc folder and enter make html in terminal. You can then view the built documentation in the _build folder.

Citation

pyHyp is based on the theory presented in "Enhancements of a three-dimensional hyperbolic grid generation scheme." For more background, theory, and figures, see the original journal article.

How pyHyp fits within MACH

pyHyp takes structured surface meshes and extrudes them into structured volume meshes. This is done as a pre-processing step. Generally, the surface meshes come from ICEM. The pyHyp-generated volume meshes are then used in ADflow to perform CFD. An example XDSM for an optimization setup that uses pyHyp is shown below.

pySurf XDSM diagram

License

Copyright 2019 MDO Lab. See the LICENSE file for details.

About

pyHyp generates volume meshes from surface meshes using hyperbolic marching.

License:Other


Languages

Language:Fortran 81.6%Language:Python 14.1%Language:Makefile 4.3%