28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"schema": "lunar-port-buffer-v1",
|
||
|
|
"author": "Jonathan Ryan",
|
||
|
|
"date": "2026-07-17",
|
||
|
|
"location": "Intracoastal Waterway Node",
|
||
|
|
"constants": {
|
||
|
|
"gravitational_acceleration_lunar_ms2": 1.62,
|
||
|
|
"gravitational_acceleration_earth_ms2": 9.81,
|
||
|
|
"gravity_ratio": 0.165,
|
||
|
|
"hull_material": "CNT-Reinforced Alloy",
|
||
|
|
"youngs_modulus_TPa": 1.5,
|
||
|
|
"thermal_expansion_coefficient_ppm_K": 0.5,
|
||
|
|
"port_altitude_km": 12.5,
|
||
|
|
"atmospheric_density_kg_m3": 0.00014,
|
||
|
|
"solar_constant_W_m2": 1361,
|
||
|
|
"albedo_port_surface": 0.12
|
||
|
|
},
|
||
|
|
"formulas": {
|
||
|
|
"optimal_release_window_sec": "(sqrt(2 * cargo_mass_kg * lunar_grav_ms2) / sqrt(atmospheric_drag_coeff)) * solar_elevation_factor",
|
||
|
|
"thermal_stress_margin_percent": "(max_operational_temp_K - ambient_temp_K) / max_operational_temp_K * 100",
|
||
|
|
"collision_risk_probability": "exp(-1 * (release_precision_degrees / 0.001) * port_traffic_density)"
|
||
|
|
},
|
||
|
|
"constraints": {
|
||
|
|
"min_solar_elevation_degrees": 5.0,
|
||
|
|
"max_cargo_mass_kg": 150000,
|
||
|
|
"max_thermal_gradient_K_per_min": 45.0
|
||
|
|
}
|
||
|
|
}
|