You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openaerostruct/docs/user_reference/mesh_surface_dict.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,14 @@ The surface dict will be provided to Groups, including ``Geometry``, ``AeroPoint
91
91
- np.array([0, 5])
92
92
- deg
93
93
- B-spline control points for twist distribution. Array convention is ``[wing tip, ..., root]`` in symmetry cases, and ``[tip, ..., root, ... tip]`` when ``symmetry = False``.
94
+
* - chord_cp
95
+
- np.array([0.1, 5])
96
+
- m
97
+
- B-spline control points for chord distribution. Array convention is the same than ``twist_cp``.
98
+
* - chord_scaling_pos
99
+
- 0.25
100
+
-
101
+
- Chord position at which the chord scaling factor is applied. 1 is the trailing edge, 0 is the leading edge.
0 commit comments