design#
As the child keyword of CS design#
Basic design setup of the structure.
cs:
- name: "my_cs"
design:
base_file: "..."
...
...
Specification#
- Parent keyword:
- Arguments:
None
- Default:
None
Child keywords#
Keyword |
Requirements |
Description |
---|---|---|
Required |
File name of the cross-sectional base design |
Example#
1structure:
2 name: "uh60_blade_1"
3 parameter:
4 cs_template: 'airfoil_gbox_uni.xml.tmp'
5 airfoil: 'SC1095.dat'
6 a2p1: 0.8
7 a2p3: 0.6
8 airfoil_point_order: -1
9 lam_skin: "T300 15k/976_0.0053"
10 lam_cap: "Aluminum 8009_0.01"
11 lam_spar: "T300 15k/976_0.0053"
12 lam_front: "T300 15k/976_0.0053"
13 lam_back: "T300 15k/976_0.0053"
14 ssc_spar: "[-45/0/45/90]"
15 design:
16 type: 'discrete'
17 dim: 1
18 cs_assignment:
19 all: 'main_cs'
20 cs:
21 main_cs:
22 base: 'cs'
23 model: 'md1'
As the child keyword of CS model specification#
Name of CS design.
structure:
cs:
- name: "my_cs_model"
design: "my_cs"
...
...
Specification#
- Parent keyword:
- Arguments:
String
- Default:
None