Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ijunxyz123:master# PyTurbo_Aero 3D Design Tutorial
In this tutorial you will learn how to construct a 3D Blade by stacking 2D designs on top of each other using a stacking line defined at the leading edge, centroid or trailing edge. Lets begin!
PyTurbo_Aero 3D Design Tutorial
In this tutorial you will learn how to construct a 3D Blade by stacking 2D designs on top of each other using a stacking line defined at the leading edge, centroid or trailing edge. Lets begin!https://colab.research.google.com/github/nasa/pyturbo-aero/blob/main/tutorials/3D_DesignTutorial.ipynb#scrollTo=TvsH0TTBpPfW## Adding Lean and Sweep
Lean and Sweep can be added by calling
lean_add
andsweep
. Both lean and sweep are defined using bezier curve control points.You can use lean and sweep with each other.# PyTurbo_Aero 3D Design Tutorial
In this tutorial you will learn how to construct a 3D Blade by stacking 2D designs on top of each other using a stacking line defined at the leading edge, centroid or trailing edge. Lets begin!