v0.1-sprint0: Esqueleto completo AR-ShipDesign

- Estructura completa de carpetas (236 módulos stub + implementados)
- pyproject.toml, requirements, .gitignore, LICENSE (propietario)
- core/project.py: serialización .arsd (ZIP con JSON)
- core/units.py: conversiones SI <-> imperial completas
- ui/main_window.py: layout DELFTship-style con todos los paneles
  - Árbol de proyecto (dock izquierda)
  - Tabs de módulos (centro)
  - Panel de propiedades (dock derecha)
  - Panel hidrostáticos en vivo (inferior, fijo)
- ui/i18n: español e inglés
- ui/themes: tema claro y oscuro
- utils/logger.py, settings.py, validation.py
- data/liquids.json: 15 líquidos navales
- data/stability_criteria.json: IMO IS Code 2008, A.749(18), USCG
- tests/test_startup.py: 12 tests, todos PASSED
- Módulo scantling/ ISO 12215 (stubs Sprint 2.5)
- Módulo fabrication/molds/ para moldes FRP (stubs Sprint 13B)
- Módulo fabrication/ para CNC plasma/router/laser (stubs Sprint 13)
This commit is contained in:
2026-05-26 22:10:18 -04:00
commit 0dbc2a4518
266 changed files with 4249 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
# arshipdesign/systems
@@ -0,0 +1 @@
# systems/anchoring
@@ -0,0 +1,2 @@
"""Ancla. Stub — Sprint 8."""
raise NotImplementedError("anchor_selection — Sprint 8")
@@ -0,0 +1,2 @@
"""Molinete. Stub — Sprint 8."""
raise NotImplementedError("windlass — Sprint 8")
+1
View File
@@ -0,0 +1 @@
# systems/ballast
@@ -0,0 +1,2 @@
"""Lastre. Stub — Sprint 7."""
raise NotImplementedError("ballast_system — Sprint 7")
+1
View File
@@ -0,0 +1 @@
# systems/bilge
@@ -0,0 +1,2 @@
"""Achique. Stub — Sprint 7."""
raise NotImplementedError("bilge_system — Sprint 7")
@@ -0,0 +1,2 @@
"""Separador sentinas OWS. Stub — Sprint 7."""
raise NotImplementedError("oily_water_separator — Sprint 7")
@@ -0,0 +1 @@
# systems/electrical
@@ -0,0 +1,2 @@
"""Baterías. Stub — Sprint 7."""
raise NotImplementedError("battery_sizing — Sprint 7")
@@ -0,0 +1,2 @@
"""Cables. Stub — Sprint 7."""
raise NotImplementedError("cable_sizing — Sprint 7")
@@ -0,0 +1,2 @@
"""Generadores. Stub — Sprint 7."""
raise NotImplementedError("generator_sizing — Sprint 7")
@@ -0,0 +1,2 @@
"""EPLA. Stub — Sprint 7."""
raise NotImplementedError("load_analysis — Sprint 7")
@@ -0,0 +1,2 @@
"""Diagrama unifilar. Stub — Sprint 7."""
raise NotImplementedError("one_line_diagram — Sprint 7")
@@ -0,0 +1 @@
# systems/firefighting
@@ -0,0 +1,2 @@
"""CO2. Stub — Sprint 8."""
raise NotImplementedError("co2_system — Sprint 8")
@@ -0,0 +1,2 @@
"""Detección incendios. Stub — Sprint 8."""
raise NotImplementedError("detection — Sprint 8")
@@ -0,0 +1,2 @@
"""CI agua salada. Stub — Sprint 8."""
raise NotImplementedError("fire_main — Sprint 8")
@@ -0,0 +1 @@
# systems/freshwater
@@ -0,0 +1,2 @@
"""Agua dulce. Stub — Sprint 7."""
raise NotImplementedError("fw_system — Sprint 7")
@@ -0,0 +1,2 @@
"""Osmosis inversa. Stub — Sprint 7."""
raise NotImplementedError("watermaker — Sprint 7")
+1
View File
@@ -0,0 +1 @@
# systems/fuel
+2
View File
@@ -0,0 +1,2 @@
"""Autonomía. Stub — Sprint 7."""
raise NotImplementedError("autonomy — Sprint 7")
+2
View File
@@ -0,0 +1,2 @@
"""Tanque diario. Stub — Sprint 7."""
raise NotImplementedError("day_tank — Sprint 7")
+2
View File
@@ -0,0 +1,2 @@
"""Combustible. Stub — Sprint 7."""
raise NotImplementedError("fuel_system — Sprint 7")
+1
View File
@@ -0,0 +1 @@
# systems/hvac
@@ -0,0 +1,2 @@
"""Chiller. Stub — Sprint 8."""
raise NotImplementedError("chiller_sizing — Sprint 8")
@@ -0,0 +1,2 @@
"""Balance térmico. Stub — Sprint 8."""
raise NotImplementedError("heat_balance — Sprint 8")
@@ -0,0 +1 @@
# systems/steering
@@ -0,0 +1,2 @@
"""Timón. Stub — Sprint 8."""
raise NotImplementedError("rudder_design — Sprint 8")
@@ -0,0 +1,2 @@
"""Servo. Stub — Sprint 8."""
raise NotImplementedError("steering_gear — Sprint 8")
@@ -0,0 +1,2 @@
"""Thruster. Stub — Sprint 8."""
raise NotImplementedError("thrusters — Sprint 8")