Code Monkey home page Code Monkey logo

robin-surface-mesh's Introduction

robin-surface-mesh

A program to generate a mesh of the ROBIN body - a generic helicopter body shape

screenshot

Publication

A full write-up was published as a Technical Note: Robust and Corrected Coefficients for the ROtor-Body-INteraction Body, AIAA Journal, Vol. 59, No. 10, October 2021.

Cibin Joseph created genROBIN, a Python implementation that exports to more file formats than this version.

Usage

Here is how you can build and run the program on Linux (or OSX with g++ installed with Homebrew):

git clone https://github.com/Applied-Scientific-Research/robin-surface-mesh.git
cd robin-surface-mesh
make
./makerobin 24 16 12 12

The final command can be used to make the geometry that appears in the image above. The order of command-line arguments is:

./makerobin [nx fuselage] [nt fuselage] [nx pylon] [nt pylon]

Where nx is the number of lengthwise and nt is the number of circumferential elements. Output is to two triangle mesh files in OBJ format containing the fuselage and the pylon.

Notes

The formulas and coefficients available in the literature are incorrect! They will not only generate NaN values but also not create the correct shape. It seems that no authors mention this, despite echoing the same formulae and coefficients as in the original paper. This program contains the correct coefficients and formulae, and it is hoped that this brings some clarity to the field. Here is the original report, note equation 5 and the tables on page 8. Some corrections are made in a subsequent report, but still the formulae and many coefficients are erroneous.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.