Skip to content

Commit 946b196

Browse files
authored
Add files via upload
1 parent 02e8b88 commit 946b196

2 files changed

Lines changed: 74 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# NX Master Model Tree Plan
2+
3+
1. Part attributes and units
4+
2. Global expressions
5+
3. Absolute coordinate system
6+
4. Vehicle centreline
7+
5. Station datum planes
8+
6. Ring rotation axes and envelope sketches
9+
7. Spine and service-tunnel envelopes
10+
8. Solar-array hinge axes and swept envelopes
11+
9. Radiator hinge axes and swept envelopes
12+
10. Propulsion-pod coordinate systems and plume cones
13+
11. Docking envelopes
14+
12. Skimmer body and control-surface envelopes
15+
13. Maintenance and keep-out zones
16+
14. Interface points and bolt-circle sketches
17+
15. Published geometry for WAVE linking
18+
19+
## Modelling rule
20+
21+
Detailed parts must consume published geometry from the skeleton. They should not drive the master model.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# ASTERION NX MASTER MODEL EXPRESSIONS — VERSION 0.1
2+
# Units should be assigned explicitly in NX.
3+
4+
vehicle_length = 42000 mm
5+
spine_length = 42000 mm
6+
spine_outer_radius = 900 mm
7+
spine_truss_radius = 1200 mm
8+
9+
ring_outer_diameter = 26000 mm
10+
ring_outer_radius = ring_outer_diameter / 2
11+
ring_occupied_radius = 12000 mm
12+
ring_width = 3200 mm
13+
ring_depth = 2800 mm
14+
ring_sector_count = 12
15+
ring_sector_angle = 360 deg / ring_sector_count
16+
ring_spacing = 5000 mm
17+
ring_rotation_speed = 4.3 rpm
18+
ring_target_gravity = 0.25
19+
20+
solar_wing_count = 4
21+
solar_wing_length = 20500 mm
22+
solar_wing_width = 4200 mm
23+
solar_hinge_offset = 8500 mm
24+
solar_deployed_span = 58000 mm
25+
26+
radiator_count = 6
27+
radiator_length = 9000 mm
28+
radiator_width = 2800 mm
29+
radiator_deploy_angle = 70 deg
30+
31+
propulsion_pod_count = 6
32+
thrusters_per_pod = 2
33+
thruster_cant_angle = 3 deg
34+
propulsion_frame_station = -16000 mm
35+
36+
skimmer_length = 8000 mm
37+
skimmer_width = 5500 mm
38+
skimmer_height = 2100 mm
39+
skimmer_dock_station = 21000 mm
40+
41+
module_pitch = 2500 mm
42+
primary_docking_diameter = 1600 mm
43+
service_tunnel_diameter = 1200 mm
44+
45+
# Station coordinates along +X
46+
sta_00 = -21000 mm
47+
sta_10 = -16000 mm
48+
sta_20 = -8000 mm
49+
sta_30 = -2500 mm
50+
sta_40 = 2500 mm
51+
sta_50 = 9000 mm
52+
sta_60 = 15000 mm
53+
sta_70 = 21000 mm

0 commit comments

Comments
 (0)