diff --git a/examples/thermal-binary/cfg/cfg.yaml b/examples/thermal-binary/cfg/cfg.yaml index 692ef64..3b09f46 100644 --- a/examples/thermal-binary/cfg/cfg.yaml +++ b/examples/thermal-binary/cfg/cfg.yaml @@ -16,7 +16,7 @@ simulation: scene: sun: position: - !cartesian [1.5e11, 0.0, 0.0] + !cartesian [1.5e8, 0.0, 0.0] bodies: - id: body @@ -60,4 +60,4 @@ bodies: frame: body control: 5.2e11 record: - columns: [114] \ No newline at end of file + columns: [114] diff --git a/examples/thermal-didymos-system-spice/cfg/cfg.yaml b/examples/thermal-didymos-system-spice/cfg/cfg.yaml new file mode 100644 index 0000000..f1e0d30 --- /dev/null +++ b/examples/thermal-didymos-system-spice/cfg/cfg.yaml @@ -0,0 +1,70 @@ +window: + colormap: + name: inferno + vmax: 400.0 + scalar: temperature + +spice: + kernel: C:\data\spice\hera\kernels\mk\hera_study_PO_EMA_2024.tm + frame: J2000 + +simulation: + routines: thermal + start: 2025-01-01 00:00 + step: 600 + duration: 99661440 # 1.5 Didy year + export: + step: 60 + duration: 42960 + period: 4296000 + + +scene: + sun: + position: + !spice + +bodies: + + - id: DIDYMOS + mesh: + # factor: [0.4095, 0.4005, 0.3035] + shape: C:\data\spice\hera\kernels\dsk\g_50677mm_rad_obj_didy_0000n00000_v001.obj + material: + albedo: 0.1 + emissivity: 0.9 + thermal_inertia: 500.0 + density: 2100.0 + heat_capacity: 600.0 + color: data + interior: + type: linear + size: 40 + a: 2e-2 + state: + !spice + frame: DIDYMOS_FIXED + record: + columns: [114] + + - id: DIMORPHOS + mesh: + # factor: [0.0895165, 0.0825, 0.0575] + shape: C:\data\spice\hera\kernels\dsk\g_08438mm_lgt_obj_dimo_0000n00000_v002.obj + material: + albedo: 0.1 + emissivity: 0.9 + thermal_inertia: 500.0 + density: 2100.0 + heat_capacity: 600.0 + color: data + interior: + type: linear + size: 40 + a: 2e-2 + state: + !spice + frame: DIMORPHOS_FIXED + origin: DIDYMOS + record: + columns: [114] diff --git a/examples/thermal-triangle/cfg/cfg.yaml b/examples/thermal-triangle/cfg/cfg.yaml index af1439b..2306f88 100644 --- a/examples/thermal-triangle/cfg/cfg.yaml +++ b/examples/thermal-triangle/cfg/cfg.yaml @@ -16,7 +16,7 @@ simulation: scene: sun: position: - !cartesian [0.0, 0.0, 1.5e11] + !cartesian [0.0, 0.0, 1.5e8] camera: position: !cartesian [0.0, 3.0, 3.0] @@ -38,4 +38,4 @@ bodies: spin: period: 7200 record: - columns: [0] \ No newline at end of file + columns: [0]