Skip to content

mdolab/idwarp

Repository files navigation

IDWarp

Build Status Documentation Status codecov

IDWarp uses an inverse distance method to modify the location of mesh volume nodes given a perturbation of the surface nodes.

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

If you use IDWarp in any publication for which you find it useful, please cite this paper.

N. Secco, G. K. W. Kenway, P. He, C. A. Mader, and J. R. R. A. Martins, “Efficient Mesh Generation and Deformation for Aerodynamic Shape Optimization”, AIAA Journal, 2021. doi:10.2514/1.J059491

@article{Secco2021,
    title = {Efficient Mesh Generation and Deformation for Aerodynamic Shape Optimization},
    author = {Ney Secco and Gaetan K. W. Kenway and Ping He and Charles A. Mader and Joaquim R. R. A. Martins},
    doi = {10.2514/1.J059491},
    journal = {AIAA Journal},
    year = {2021}
}

License

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