@jjlmoya/utils-science 1.50.0 → 1.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/category/i18n/es.ts +3 -4
- package/src/category/i18n/fr.ts +2 -2
- package/src/category/i18n/it.ts +2 -2
- package/src/category/i18n/pt.ts +2 -2
- package/src/category/index.ts +25 -25
- package/src/components/PreviewNavSidebar.astro +1 -1
- package/src/components/PreviewToolbar.astro +1 -1
- package/src/data.ts +1 -1
- package/src/env.d.ts +1 -1
- package/src/layouts/PreviewLayout.astro +1 -1
- package/src/pages/index.astro +1 -1
- package/src/tests/bibliography_wellformed_export.test.ts +46 -0
- package/src/tests/category_seo_quality.test.ts +76 -0
- package/src/tests/faq_count.test.ts +19 -19
- package/src/tests/i18n_coverage.test.ts +36 -36
- package/src/tests/mocks/astro_mock.js +1 -1
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/script_density.test.ts +94 -94
- package/src/tests/seo_length.test.ts +24 -24
- package/src/tests/seo_parity.test.ts +5 -5
- package/src/tests/seo_translation_completeness.test.ts +76 -0
- package/src/tests/seo_wellformed_export.test.ts +65 -0
- package/src/tests/spanish_leakage.test.ts +175 -153
- package/src/tool/asteroid-impact/component.astro +251 -251
- package/src/tool/asteroid-impact/helpers.ts +17 -17
- package/src/tool/asteroid-impact/i18n/de.ts +2 -2
- package/src/tool/asteroid-impact/i18n/en.ts +2 -2
- package/src/tool/asteroid-impact/i18n/es.ts +2 -2
- package/src/tool/asteroid-impact/i18n/fr.ts +2 -2
- package/src/tool/asteroid-impact/i18n/id.ts +2 -2
- package/src/tool/asteroid-impact/i18n/it.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ja.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ko.ts +2 -2
- package/src/tool/asteroid-impact/i18n/nl.ts +2 -2
- package/src/tool/asteroid-impact/i18n/pl.ts +2 -2
- package/src/tool/asteroid-impact/i18n/pt.ts +2 -2
- package/src/tool/asteroid-impact/i18n/ru.ts +2 -2
- package/src/tool/asteroid-impact/i18n/sv.ts +2 -2
- package/src/tool/asteroid-impact/i18n/tr.ts +2 -2
- package/src/tool/asteroid-impact/i18n/zh.ts +2 -2
- package/src/tool/asteroid-impact/script.ts +262 -262
- package/src/tool/asteroid-impact/seo.astro +15 -15
- package/src/tool/asteroid-impact/ui.ts +69 -69
- package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +249 -241
- package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +252 -247
- package/src/tool/black-hole-event-horizon-simulator/i18n/id.ts +259 -259
- package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +255 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +254 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ko.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +256 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/pl.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +256 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/ru.ts +258 -258
- package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +257 -252
- package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +256 -251
- package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +261 -252
- package/src/tool/cellular-renewal/component.astro +126 -126
- package/src/tool/cellular-renewal/i18n/de.ts +1 -1
- package/src/tool/cellular-renewal/i18n/en.ts +1 -1
- package/src/tool/cellular-renewal/i18n/es.ts +1 -1
- package/src/tool/cellular-renewal/i18n/fr.ts +1 -1
- package/src/tool/cellular-renewal/i18n/id.ts +1 -1
- package/src/tool/cellular-renewal/i18n/it.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ja.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ko.ts +1 -1
- package/src/tool/cellular-renewal/i18n/nl.ts +1 -1
- package/src/tool/cellular-renewal/i18n/pl.ts +1 -1
- package/src/tool/cellular-renewal/i18n/pt.ts +1 -1
- package/src/tool/cellular-renewal/i18n/ru.ts +1 -1
- package/src/tool/cellular-renewal/i18n/sv.ts +1 -1
- package/src/tool/cellular-renewal/i18n/tr.ts +1 -1
- package/src/tool/cellular-renewal/i18n/zh.ts +1 -1
- package/src/tool/cellular-renewal/seo.astro +15 -15
- package/src/tool/colony-counter/i18n/de.ts +1 -1
- package/src/tool/colony-counter/i18n/en.ts +1 -1
- package/src/tool/colony-counter/i18n/es.ts +1 -1
- package/src/tool/colony-counter/i18n/fr.ts +1 -1
- package/src/tool/colony-counter/i18n/id.ts +1 -1
- package/src/tool/colony-counter/i18n/it.ts +1 -1
- package/src/tool/colony-counter/i18n/ja.ts +1 -1
- package/src/tool/colony-counter/i18n/ko.ts +1 -1
- package/src/tool/colony-counter/i18n/nl.ts +1 -1
- package/src/tool/colony-counter/i18n/pl.ts +1 -1
- package/src/tool/colony-counter/i18n/pt.ts +1 -1
- package/src/tool/colony-counter/i18n/ru.ts +1 -1
- package/src/tool/colony-counter/i18n/sv.ts +1 -1
- package/src/tool/colony-counter/i18n/tr.ts +1 -1
- package/src/tool/colony-counter/i18n/zh.ts +1 -1
- package/src/tool/colony-counter/seo.astro +15 -15
- package/src/tool/conway-life-rule-lab/component.astro +1 -1
- package/src/tool/conway-life-rule-lab/i18n/de.ts +145 -141
- package/src/tool/conway-life-rule-lab/i18n/es.ts +146 -142
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +146 -142
- package/src/tool/conway-life-rule-lab/i18n/id.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/it.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +146 -145
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +147 -145
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +147 -145
- package/src/tool/conway-life-rule-lab/logic/LifeLabRuntime.ts +2 -2
- package/src/tool/cosmic-inflation/i18n/ru.ts +105 -105
- package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +1 -1
- package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +217 -217
- package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +217 -217
- package/src/tool/double-slit-decoherence/i18n/de.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/fr.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/id.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/it.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/ja.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/ko.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/nl.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/pl.ts +181 -181
- package/src/tool/double-slit-decoherence/i18n/pt.ts +178 -174
- package/src/tool/double-slit-decoherence/i18n/ru.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/sv.ts +176 -172
- package/src/tool/double-slit-decoherence/i18n/tr.ts +180 -180
- package/src/tool/double-slit-decoherence/i18n/zh.ts +181 -181
- package/src/tool/dyson-sphere-energy-capture/component.astro +253 -253
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/en.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/id.ts +195 -195
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +194 -194
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +194 -190
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +194 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/nl.ts +197 -197
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +168 -166
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +194 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +195 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +195 -193
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +168 -166
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +194 -193
- package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/it.ts +346 -346
- package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -347
- package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -347
- package/src/tool/exoplanet-biosignature-detector/i18n/de.ts +186 -186
- package/src/tool/exoplanet-biosignature-detector/i18n/en.ts +195 -195
- package/src/tool/exoplanet-biosignature-detector/i18n/es.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/fr.ts +183 -183
- package/src/tool/exoplanet-biosignature-detector/i18n/id.ts +193 -193
- package/src/tool/exoplanet-biosignature-detector/i18n/it.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/ja.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/ko.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/nl.ts +194 -194
- package/src/tool/exoplanet-biosignature-detector/i18n/pl.ts +144 -144
- package/src/tool/exoplanet-biosignature-detector/i18n/pt.ts +146 -146
- package/src/tool/exoplanet-biosignature-detector/i18n/ru.ts +143 -143
- package/src/tool/exoplanet-biosignature-detector/i18n/sv.ts +144 -144
- package/src/tool/exoplanet-biosignature-detector/i18n/tr.ts +145 -145
- package/src/tool/exoplanet-biosignature-detector/i18n/zh.ts +194 -194
- package/src/tool/global-albedo-snowball-simulator/component.astro +1 -1
- package/src/tool/global-albedo-snowball-simulator/i18n/de.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/fr.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/id.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/it.ts +87 -87
- package/src/tool/global-albedo-snowball-simulator/i18n/ja.ts +87 -87
- package/src/tool/global-albedo-snowball-simulator/i18n/ko.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/nl.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/pl.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/pt.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +165 -161
- package/src/tool/global-albedo-snowball-simulator/i18n/sv.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/tr.ts +169 -169
- package/src/tool/global-albedo-snowball-simulator/i18n/zh.ts +169 -169
- package/src/tool/lorenz-attractor/i18n/de.ts +144 -143
- package/src/tool/lorenz-attractor/i18n/fr.ts +144 -144
- package/src/tool/lorenz-attractor/i18n/id.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/it.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/ja.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/ko.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/nl.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/pl.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/pt.ts +142 -141
- package/src/tool/lorenz-attractor/i18n/ru.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/sv.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/tr.ts +149 -149
- package/src/tool/lorenz-attractor/i18n/zh.ts +149 -149
- package/src/tool/mandelbrot-fractal/i18n/de.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/id.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/it.ts +155 -151
- package/src/tool/mandelbrot-fractal/i18n/ja.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/ko.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/nl.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +157 -153
- package/src/tool/mandelbrot-fractal/i18n/pt.ts +158 -158
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +159 -150
- package/src/tool/mandelbrot-fractal/i18n/tr.ts +159 -159
- package/src/tool/mandelbrot-fractal/i18n/zh.ts +159 -159
- package/src/tool/microwave-detector/component.astro +238 -238
- package/src/tool/microwave-detector/i18n/de.ts +1 -1
- package/src/tool/microwave-detector/i18n/en.ts +1 -1
- package/src/tool/microwave-detector/i18n/es.ts +1 -1
- package/src/tool/microwave-detector/i18n/fr.ts +1 -1
- package/src/tool/microwave-detector/i18n/id.ts +1 -1
- package/src/tool/microwave-detector/i18n/it.ts +1 -1
- package/src/tool/microwave-detector/i18n/ja.ts +1 -1
- package/src/tool/microwave-detector/i18n/ko.ts +1 -1
- package/src/tool/microwave-detector/i18n/nl.ts +1 -1
- package/src/tool/microwave-detector/i18n/pl.ts +1 -1
- package/src/tool/microwave-detector/i18n/pt.ts +1 -1
- package/src/tool/microwave-detector/i18n/ru.ts +1 -1
- package/src/tool/microwave-detector/i18n/sv.ts +1 -1
- package/src/tool/microwave-detector/i18n/tr.ts +1 -1
- package/src/tool/microwave-detector/i18n/zh.ts +1 -1
- package/src/tool/microwave-detector/seo.astro +15 -15
- package/src/tool/natural-selection-drift/component.astro +135 -135
- package/src/tool/natural-selection-drift/i18n/de.ts +164 -160
- package/src/tool/natural-selection-drift/i18n/fr.ts +204 -204
- package/src/tool/natural-selection-drift/i18n/id.ts +156 -154
- package/src/tool/natural-selection-drift/i18n/it.ts +197 -193
- package/src/tool/natural-selection-drift/i18n/ja.ts +155 -154
- package/src/tool/natural-selection-drift/i18n/ko.ts +155 -154
- package/src/tool/natural-selection-drift/i18n/nl.ts +164 -163
- package/src/tool/natural-selection-drift/i18n/pl.ts +168 -166
- package/src/tool/natural-selection-drift/i18n/pt.ts +200 -195
- package/src/tool/natural-selection-drift/i18n/ru.ts +186 -184
- package/src/tool/natural-selection-drift/i18n/sv.ts +157 -154
- package/src/tool/natural-selection-drift/i18n/tr.ts +186 -184
- package/src/tool/natural-selection-drift/i18n/zh.ts +160 -154
- package/src/tool/natural-selection-drift/natural-selection-drift.css +563 -563
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +178 -178
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +178 -178
- package/src/tool/phase-diagram-critical-points/i18n/id.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/it.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ja.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ko.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/nl.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/pl.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/pt.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/ru.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/sv.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/tr.ts +179 -179
- package/src/tool/phase-diagram-critical-points/i18n/zh.ts +179 -179
- package/src/tool/planet-atmosphere-survival/i18n/de.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/fr.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/id.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/it.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ja.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ko.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/nl.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/pl.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/pt.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +227 -223
- package/src/tool/planet-atmosphere-survival/i18n/sv.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/tr.ts +255 -255
- package/src/tool/planet-atmosphere-survival/i18n/zh.ts +255 -255
- package/src/tool/radioactive-decay/i18n/de.ts +168 -164
- package/src/tool/radioactive-decay/i18n/fr.ts +76 -75
- package/src/tool/radioactive-decay/i18n/id.ts +169 -165
- package/src/tool/radioactive-decay/i18n/it.ts +76 -74
- package/src/tool/radioactive-decay/i18n/ja.ts +168 -167
- package/src/tool/radioactive-decay/i18n/ko.ts +168 -167
- package/src/tool/radioactive-decay/i18n/nl.ts +170 -168
- package/src/tool/radioactive-decay/i18n/pl.ts +170 -168
- package/src/tool/radioactive-decay/i18n/pt.ts +169 -167
- package/src/tool/radioactive-decay/i18n/ru.ts +170 -168
- package/src/tool/radioactive-decay/i18n/sv.ts +170 -168
- package/src/tool/radioactive-decay/i18n/tr.ts +171 -168
- package/src/tool/radioactive-decay/i18n/zh.ts +171 -167
- package/src/tool/roche-limit-satellite-disruption/i18n/de.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/fr.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/id.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/it.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ja.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ko.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/nl.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +237 -229
- package/src/tool/roche-limit-satellite-disruption/i18n/pt.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/ru.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/sv.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/tr.ts +241 -241
- package/src/tool/roche-limit-satellite-disruption/i18n/zh.ts +241 -241
- package/src/tool/simulation-probability/component.astro +138 -138
- package/src/tool/simulation-probability/i18n/de.ts +1 -1
- package/src/tool/simulation-probability/i18n/en.ts +1 -1
- package/src/tool/simulation-probability/i18n/es.ts +1 -1
- package/src/tool/simulation-probability/i18n/fr.ts +1 -1
- package/src/tool/simulation-probability/i18n/id.ts +1 -1
- package/src/tool/simulation-probability/i18n/it.ts +1 -1
- package/src/tool/simulation-probability/i18n/ja.ts +1 -1
- package/src/tool/simulation-probability/i18n/ko.ts +1 -1
- package/src/tool/simulation-probability/i18n/nl.ts +1 -1
- package/src/tool/simulation-probability/i18n/pl.ts +1 -1
- package/src/tool/simulation-probability/i18n/pt.ts +1 -1
- package/src/tool/simulation-probability/i18n/ru.ts +1 -1
- package/src/tool/simulation-probability/i18n/sv.ts +1 -1
- package/src/tool/simulation-probability/i18n/tr.ts +1 -1
- package/src/tool/simulation-probability/i18n/zh.ts +1 -1
- package/src/tool/simulation-probability/seo.astro +15 -15
- package/src/tool/stellar-habitability-zone/i18n/ru.ts +189 -189
- package/src/tool/temperature-timeline/i18n/de.ts +2 -1
- package/src/tool/temperature-timeline/i18n/fr.ts +177 -177
- package/src/tool/temperature-timeline/i18n/it.ts +142 -141
- package/src/tool/temperature-timeline/i18n/pt.ts +3 -1
- package/src/tool/temperature-timeline/i18n/ru.ts +116 -114
- package/src/tool/three-body-problem/app.ts +4 -4
- package/src/tool/three-body-problem/component.astro +6 -6
- package/src/tool/twin-paradox-visualizer/i18n/de.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/es.ts +165 -165
- package/src/tool/twin-paradox-visualizer/i18n/fr.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/id.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/it.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/ja.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/ko.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/nl.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/pl.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +164 -160
- package/src/tool/twin-paradox-visualizer/i18n/ru.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/sv.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/tr.ts +168 -168
- package/src/tool/twin-paradox-visualizer/i18n/zh.ts +168 -168
- package/src/types.ts +1 -1
|
@@ -1,241 +1,241 @@
|
|
|
1
|
-
import { bibliography } from '../bibliography';
|
|
2
|
-
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
-
|
|
4
|
-
const slug = 'roche-limit-satellite-disruption';
|
|
5
|
-
const title = 'ロシュ限界計算機と衛星破壊シミュレータ';
|
|
6
|
-
const description = '惑星と月のロシュ限界を計算し、流体と剛体の破壊距離を比較し、潮汐力が衛星をどのように環システムに変えるかを可視化します。';
|
|
7
|
-
|
|
8
|
-
const howTo = [
|
|
9
|
-
{
|
|
10
|
-
name: '主天体を選択',
|
|
11
|
-
text: '衛星を引き伸ばしている惑星を選択してください。計算機はその半径、密度、質量をロシュ限界と軌道周期の推定に利用します。',
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: '衛星タイプを選択',
|
|
15
|
-
text: '氷衛星、岩石衛星、ラブルパイル、鉄豊富天体から選んでください。密度と内部凝集力が破壊境界を変化させます。',
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
name: '軌道スライダーを移動',
|
|
19
|
-
text: '軌道距離を内側または外側にドラッグします。視覚的なディスクが衛星がロシュ限界の外にあるか、接触しているか、破片化しているか、すでに環になっているかを示します。',
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
name: '限界値を比較',
|
|
23
|
-
text: '表示値を利用して、古典的な流体ロシュ限界と低い剛体推定値、および凝集力調整後の動作限界を比較してください。',
|
|
24
|
-
},
|
|
25
|
-
];
|
|
26
|
-
|
|
27
|
-
const faq = [
|
|
28
|
-
{
|
|
29
|
-
question: 'ロシュ限界とは何ですか?',
|
|
30
|
-
answer: 'ロシュ限界とは、大質量の主天体からの距離であり、それを超えると周回する小さな天体に働く潮汐力がその小さな天体の自己重力に打ち勝つほど強くなる距離です。この境界の内側では、弱いまたは流体的な衛星は引き裂かれます。',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
question: 'なぜ流体と剛体のロシュ限界があるのですか?',
|
|
34
|
-
answer: '流体衛星は容易に変形するため、潮汐力がその伸長を増幅し、惑星から遠くで破壊させます。剛体衛星は材料強度による抵抗で変形に耐えられるため、単純な剛体推定では破壊を主天体により近くに置きます。',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
question: 'ロシュ限界の内側にある月はすべてすぐに環になりますか?',
|
|
38
|
-
answer: 'いいえ。実際の破壊は自転、組成、亀裂、多孔性、加熱、衝突、材料強度に依存します。このツールは古典的な重力境界を示し、即座の切り替えではなく遷移帯を通じてリスクを伝えます。',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
question: 'なぜ土星の環はロシュ限界の物理と関係しているのですか?',
|
|
42
|
-
answer: '土星の環は、氷物質が1つの大きな月に成長する代わりに粒子として存続できる領域を占めています。ロシュ限界は、環粒子が惑星の近くで分散したままである理由を説明するのに役立ちます。',
|
|
43
|
-
},
|
|
44
|
-
];
|
|
45
|
-
|
|
46
|
-
export const content: ToolLocaleContent = {
|
|
47
|
-
slug,
|
|
48
|
-
title,
|
|
49
|
-
description,
|
|
50
|
-
ui: {
|
|
51
|
-
primaryBody: '主天体',
|
|
52
|
-
satelliteType: '衛星タイプ',
|
|
53
|
-
orbitDistance: '軌道距離',
|
|
54
|
-
rocheBoundary: 'ロシュ境界',
|
|
55
|
-
fluidLimit: '流体限界',
|
|
56
|
-
rigidLimit: '剛体限界',
|
|
57
|
-
activeLimit: '有効限界',
|
|
58
|
-
safetyRatio: '安全率',
|
|
59
|
-
orbitalPeriod: '軌道周期',
|
|
60
|
-
tidalStress: '潮汐応力',
|
|
61
|
-
ringFormation: '環形成',
|
|
62
|
-
stable: '安定軌道',
|
|
63
|
-
grazing: '潮汐接触',
|
|
64
|
-
fragmenting: '破片化',
|
|
65
|
-
ring: '環システム',
|
|
66
|
-
km: 'km',
|
|
67
|
-
hours: '時間',
|
|
68
|
-
density: '密度',
|
|
69
|
-
cohesion: '凝集力',
|
|
70
|
-
planetRadius: '惑星半径',
|
|
71
|
-
reset: 'リセット',
|
|
72
|
-
closePass: '接近通過',
|
|
73
|
-
moonTrack: '月軌道',
|
|
74
|
-
debrisTrack: 'デブリ軌道',
|
|
75
|
-
primaryEarth: '地球',
|
|
76
|
-
primaryMars: '火星',
|
|
77
|
-
primaryJupiter: '木星',
|
|
78
|
-
primarySaturn: '土星',
|
|
79
|
-
primaryNeptune: '海王星',
|
|
80
|
-
satelliteIcyMoon: '氷の月',
|
|
81
|
-
satelliteRockyMoon: '岩石の月',
|
|
82
|
-
satelliteRubblePile: '瓦礫の集合体',
|
|
83
|
-
satelliteIronCore: '鉄に富む月',
|
|
84
|
-
cohesionFluid: '流体',
|
|
85
|
-
cohesionFractured: '破砕',
|
|
86
|
-
cohesionRigid: '剛体',
|
|
87
|
-
},
|
|
88
|
-
seo: [
|
|
89
|
-
{
|
|
90
|
-
type: 'title',
|
|
91
|
-
text: 'ロシュ限界の公式、意味、およびこの計算機の使い方',
|
|
92
|
-
level: 2,
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
type: 'paragraph',
|
|
96
|
-
html: '<strong>ロシュ限界</strong>とは、主に自己重力によってまとまっている衛星が潮汐力によって引き裂かれずにより大きな天体を周回できる最小の軌道距離です。人々は通常、月、彗星、小惑星、または人為的なシナリオが惑星への接近に耐えられるかどうか、あるいは物質が環に広がるかどうかを知りたいときにこれを検索します。この計算機は、惑星半径、惑星密度、衛星密度、および衛星の近似的な内部強度を組み合わせてその質問に答えます。',
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
type: 'paragraph',
|
|
100
|
-
html: '重要な考え方は単純です。重力は衛星全体で均等ではありません。近い側は遠い側よりも強く引かれ、伸張力を生み出します。その潮汐による伸張が衛星の自己重力と材料凝集力より強い場合、天体は亀裂が入り、質量を失い、最終的に破片化する可能性があります。したがってロシュ限界は単なる距離ではなく、外部からの潮汐応力と内部結合の比較です。',
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
type: 'title',
|
|
104
|
-
text: '計算機が使用するロシュ限界の方程式',
|
|
105
|
-
level: 3,
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
type: 'paragraph',
|
|
109
|
-
html: '流体または非常に弱い衛星に対する古典的な近似は <strong>d = 2.44 R (rho_M / rho_m)^(1/3)</strong> です。剛体衛星に対する一般的な近似は <strong>d = 1.26 R (rho_M / rho_m)^(1/3)</strong> です。これらの式において、<strong>d</strong> は惑星中心から測定したロシュ限界、<strong>R</strong> は主天体の半径、<strong>rho_M</strong> は主天体の密度、<strong>rho_m</strong> は衛星の密度です。',
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
type: 'list',
|
|
113
|
-
items: [
|
|
114
|
-
'<strong>主天体半径:</strong> 大きな惑星は密度が類似していてもより大きなロシュ限界距離を生み出します。',
|
|
115
|
-
'<strong>主天体密度:</strong> 密度が高い主天体は半径の倍数における潮汐強度を増加させます。',
|
|
116
|
-
'<strong>衛星密度:</strong> 密度が高い衛星は自己重力が強いため、惑星により近くで生存できます。',
|
|
117
|
-
'<strong>衛星強度:</strong> 流体、氷、破砕、またはラブルパイル天体はコンパクトな剛体天体よりも遠くで破壊します。',
|
|
118
|
-
],
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
type: 'table',
|
|
122
|
-
headers: ['モデル', '式の形状', '使用目的', '結果の意味'],
|
|
123
|
-
rows: [
|
|
124
|
-
['流体ロシュ限界', '2.44 R (rho_M / rho_m)^(1/3)', '氷衛星、溶融天体、ラブルパイル、弱い彗星', '容易に変形する天体に対する保守的な破壊距離。'],
|
|
125
|
-
['剛体ロシュ限界', '1.26 R (rho_M / rho_m)^(1/3)', '材料強度を持つ高密度岩石または金属天体', '材料強度が破壊を遅らせる、より近い下限推定値。'],
|
|
126
|
-
['凝集力調整表示', '流体と剛体の中間', 'このシミュレータでの簡易シナリオ比較', '選択された衛星タイプに対する実用的なリスクラインであり、普遍的な自然法則の切り替えではありません。'],
|
|
127
|
-
],
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
type: 'title',
|
|
131
|
-
text: '事例: 土星近くの氷衛星がなぜ脆弱か',
|
|
132
|
-
level: 3,
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
type: 'paragraph',
|
|
136
|
-
html: '土星は地球よりはるかに密度が低いですが、巨大です。低密度の氷衛星はコンパクトな岩石月と比較して弱い自己重力を持つため、密度比は依然として流体ロシュ限界を土星の雲頂から遠くに置きます。これが、土星が1つの大きな再集合した月ではなく、主に氷粒子からなる広く明るい環システムを維持できる理由の1つです。',
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
type: 'paragraph',
|
|
140
|
-
html: '計算機で土星と氷衛星を選択し、軌道を内側にドラッグして安全率を観察してください。<strong>1.00倍</strong>以上では、選択された軌道は有効ロシュ境界の外側にあります。<strong>1.00倍</strong>付近では、月は質量放出または亀裂が発生し得る潮汐接触領域にあります。<strong>1.00倍</strong>未満では、選択されたモデルが破壊を予測するため、視覚化は破片アークと環形成に移行します。',
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
type: 'title',
|
|
144
|
-
text: '安全率の解釈方法',
|
|
145
|
-
level: 3,
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
type: 'paragraph',
|
|
149
|
-
html: '<strong>安全率</strong>は、現在の軌道距離を選択されたロシュ境界で割った値です。<strong>1.25倍</strong>は軌道が有効破壊推定値より25%外側にあることを意味します。<strong>1.00倍</strong>は軌道が選択されたロシュ境界上に正確にあることを意味します。<strong>0.80倍</strong>は衛星が選択された破壊ゾーンのかなり内側にあることを意味します。',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
type: 'table',
|
|
153
|
-
headers: ['安全率', '表示状態', '実用的な解釈'],
|
|
154
|
-
rows: [
|
|
155
|
-
['1.12倍以上', '安定軌道', '衛星はこの簡略化モデルの選択されたロシュ境界の外側にあります。'],
|
|
156
|
-
['1.00倍~1.12倍', '潮汐接触', '天体は変形、亀裂、表面放出が問題になり得るほど接近しています。'],
|
|
157
|
-
['0.78倍~1.00倍', '破片化', '選択されたモデルでは自己重力がもはや十分ではなく、デブリ流が plausible です。'],
|
|
158
|
-
['0.78倍未満', '環システム', '元の天体は近隣の軌道を追う分散物質として表現されています。'],
|
|
159
|
-
],
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
type: 'paragraph',
|
|
163
|
-
html: '軌道周期の表示が含まれているのは、接近が距離だけの問題ではないからです。破壊ゾーン内の物質は急速でわずかに異なる軌道をたどります。破片が分離すると、軌道シアがそれらを惑星の周りに広げ、衝突がデブリを平坦化して円盤状の環に選別します。',
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
type: 'title',
|
|
167
|
-
text: 'ロシュ限界がなぜ環を生み出すか',
|
|
168
|
-
level: 3,
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
type: 'paragraph',
|
|
172
|
-
html: '衛星がロシュ限界の外側で崩壊すると、破片は最終的に衝突してより小さな月に再集積する可能性があります。ロシュ限界の内側では、近くの破片は潮汐力が物質を引き離し続けるため、1つの安定した自己重力天体に容易に融合できません。結果として、特にデブリが氷質で、衝突性で、小さな衛星や共鳴によって継続的に撹拌される場合、長寿命の環が生じることがあります。',
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
type: 'paragraph',
|
|
176
|
-
html: '環形成は段階的です。破壊された月は最初に伸長し、次に粒子とより大きな破片を放出します。これらの破片はわずかに異なる軌道半径を占めるため、互いより先に進んだり遅れたりします。時間の経過とともに、衝突が垂直運動を減衰させ、物質は薄い円盤に落ち着きます。これがシミュレータが破壊を瞬間的な爆発として扱うのではなく、単一の月からアーク、そしてより完全な環への移行を示す理由です。',
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
type: 'title',
|
|
180
|
-
text: 'このロシュ限界計算機の重要な限界',
|
|
181
|
-
level: 3,
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
type: 'paragraph',
|
|
185
|
-
html: 'この計算機は高速な科学的直感のために設計されており、高忠実度のミッション設計のためではありません。実際の衛星は、自転、軌道離心率、内部層構造、引張強度、多孔性、温度、潮汐加熱、既存の亀裂、衝突、他の衛星との共鳴の影響を受けます。偏心軌道上の回転するラブルパイルは、平均密度が類似していても、円形軌道上の冷たいモノリシック岩石とは異なる仕方で崩壊する可能性があります。',
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
type: 'list',
|
|
189
|
-
items: [
|
|
190
|
-
'<strong>流体限界を使用するのは</strong>天体が弱く、氷質で、溶融し、高度に破砕され、または緩い集合体の場合です。',
|
|
191
|
-
'<strong>剛体限界を使用するのは</strong>意味のある内部強度を持つコンパクトな天体の下限推定値としてです。',
|
|
192
|
-
'<strong>有効限界を読み取るのは</strong>シミュレータが選択された衛星タイプに対して選んだ作業境界としてです。',
|
|
193
|
-
'<strong>結果を</strong>詳細な地球物理モデルなしで実際の月の正確な予測として読まないでください。',
|
|
194
|
-
],
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
type: 'title',
|
|
198
|
-
text: 'このツールが答えるのに役立つ一般的な質問',
|
|
199
|
-
level: 3,
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
type: 'paragraph',
|
|
203
|
-
html: 'このツールは次のような質問を推定したいときに使用してください。月は地球にどれだけ接近してから崩壊するか?なぜ土星の環はロシュ限界領域の内側にあるのか?岩石月は氷衛星より接近しても耐えられるか?密度はロシュ限界をどのように変えるか?流体ロシュ限界と剛体ロシュ限界の違いは何か?コントロールはこれらの比較を中心に構築されているため、1つの変数を変更すると、破壊距離、安全率、環形成の視覚化がどのように応答するかが即座に表示されます。',
|
|
204
|
-
},
|
|
205
|
-
],
|
|
206
|
-
faq,
|
|
207
|
-
bibliography,
|
|
208
|
-
howTo,
|
|
209
|
-
schemas: [
|
|
210
|
-
{
|
|
211
|
-
'@context': 'https://schema.org',
|
|
212
|
-
'@type': 'SoftwareApplication',
|
|
213
|
-
name: title,
|
|
214
|
-
description,
|
|
215
|
-
applicationCategory: 'ScientificApplication',
|
|
216
|
-
operatingSystem: 'Any',
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
'@context': 'https://schema.org',
|
|
220
|
-
'@type': 'FAQPage',
|
|
221
|
-
mainEntity: faq.map((item) => ({
|
|
222
|
-
'@type': 'Question',
|
|
223
|
-
name: item.question,
|
|
224
|
-
acceptedAnswer: {
|
|
225
|
-
'@type': 'Answer',
|
|
226
|
-
text: item.answer,
|
|
227
|
-
},
|
|
228
|
-
})),
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
'@context': 'https://schema.org',
|
|
232
|
-
'@type': 'HowTo',
|
|
233
|
-
name: title,
|
|
234
|
-
step: howTo.map((step) => ({
|
|
235
|
-
'@type': 'HowToStep',
|
|
236
|
-
name: step.name,
|
|
237
|
-
text: step.text,
|
|
238
|
-
})),
|
|
239
|
-
},
|
|
240
|
-
],
|
|
241
|
-
};
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
|
|
4
|
+
const slug = 'roche-limit-satellite-disruption';
|
|
5
|
+
const title = 'ロシュ限界計算機と衛星破壊シミュレータ';
|
|
6
|
+
const description = '惑星と月のロシュ限界を計算し、流体と剛体の破壊距離を比較し、潮汐力が衛星をどのように環システムに変えるかを可視化します。';
|
|
7
|
+
|
|
8
|
+
const howTo = [
|
|
9
|
+
{
|
|
10
|
+
name: '主天体を選択',
|
|
11
|
+
text: '衛星を引き伸ばしている惑星を選択してください。計算機はその半径、密度、質量をロシュ限界と軌道周期の推定に利用します。',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: '衛星タイプを選択',
|
|
15
|
+
text: '氷衛星、岩石衛星、ラブルパイル、鉄豊富天体から選んでください。密度と内部凝集力が破壊境界を変化させます。',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
name: '軌道スライダーを移動',
|
|
19
|
+
text: '軌道距離を内側または外側にドラッグします。視覚的なディスクが衛星がロシュ限界の外にあるか、接触しているか、破片化しているか、すでに環になっているかを示します。',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: '限界値を比較',
|
|
23
|
+
text: '表示値を利用して、古典的な流体ロシュ限界と低い剛体推定値、および凝集力調整後の動作限界を比較してください。',
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
const faq = [
|
|
28
|
+
{
|
|
29
|
+
question: 'ロシュ限界とは何ですか?',
|
|
30
|
+
answer: 'ロシュ限界とは、大質量の主天体からの距離であり、それを超えると周回する小さな天体に働く潮汐力がその小さな天体の自己重力に打ち勝つほど強くなる距離です。この境界の内側では、弱いまたは流体的な衛星は引き裂かれます。',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'なぜ流体と剛体のロシュ限界があるのですか?',
|
|
34
|
+
answer: '流体衛星は容易に変形するため、潮汐力がその伸長を増幅し、惑星から遠くで破壊させます。剛体衛星は材料強度による抵抗で変形に耐えられるため、単純な剛体推定では破壊を主天体により近くに置きます。',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
question: 'ロシュ限界の内側にある月はすべてすぐに環になりますか?',
|
|
38
|
+
answer: 'いいえ。実際の破壊は自転、組成、亀裂、多孔性、加熱、衝突、材料強度に依存します。このツールは古典的な重力境界を示し、即座の切り替えではなく遷移帯を通じてリスクを伝えます。',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
question: 'なぜ土星の環はロシュ限界の物理と関係しているのですか?',
|
|
42
|
+
answer: '土星の環は、氷物質が1つの大きな月に成長する代わりに粒子として存続できる領域を占めています。ロシュ限界は、環粒子が惑星の近くで分散したままである理由を説明するのに役立ちます。',
|
|
43
|
+
},
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
export const content: ToolLocaleContent = {
|
|
47
|
+
slug,
|
|
48
|
+
title,
|
|
49
|
+
description,
|
|
50
|
+
ui: {
|
|
51
|
+
primaryBody: '主天体',
|
|
52
|
+
satelliteType: '衛星タイプ',
|
|
53
|
+
orbitDistance: '軌道距離',
|
|
54
|
+
rocheBoundary: 'ロシュ境界',
|
|
55
|
+
fluidLimit: '流体限界',
|
|
56
|
+
rigidLimit: '剛体限界',
|
|
57
|
+
activeLimit: '有効限界',
|
|
58
|
+
safetyRatio: '安全率',
|
|
59
|
+
orbitalPeriod: '軌道周期',
|
|
60
|
+
tidalStress: '潮汐応力',
|
|
61
|
+
ringFormation: '環形成',
|
|
62
|
+
stable: '安定軌道',
|
|
63
|
+
grazing: '潮汐接触',
|
|
64
|
+
fragmenting: '破片化',
|
|
65
|
+
ring: '環システム',
|
|
66
|
+
km: 'km',
|
|
67
|
+
hours: '時間',
|
|
68
|
+
density: '密度',
|
|
69
|
+
cohesion: '凝集力',
|
|
70
|
+
planetRadius: '惑星半径',
|
|
71
|
+
reset: 'リセット',
|
|
72
|
+
closePass: '接近通過',
|
|
73
|
+
moonTrack: '月軌道',
|
|
74
|
+
debrisTrack: 'デブリ軌道',
|
|
75
|
+
primaryEarth: '地球',
|
|
76
|
+
primaryMars: '火星',
|
|
77
|
+
primaryJupiter: '木星',
|
|
78
|
+
primarySaturn: '土星',
|
|
79
|
+
primaryNeptune: '海王星',
|
|
80
|
+
satelliteIcyMoon: '氷の月',
|
|
81
|
+
satelliteRockyMoon: '岩石の月',
|
|
82
|
+
satelliteRubblePile: '瓦礫の集合体',
|
|
83
|
+
satelliteIronCore: '鉄に富む月',
|
|
84
|
+
cohesionFluid: '流体',
|
|
85
|
+
cohesionFractured: '破砕',
|
|
86
|
+
cohesionRigid: '剛体',
|
|
87
|
+
},
|
|
88
|
+
seo: [
|
|
89
|
+
{
|
|
90
|
+
type: 'title',
|
|
91
|
+
text: 'ロシュ限界の公式、意味、およびこの計算機の使い方',
|
|
92
|
+
level: 2,
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
type: 'paragraph',
|
|
96
|
+
html: '<strong>ロシュ限界</strong>とは、主に自己重力によってまとまっている衛星が潮汐力によって引き裂かれずにより大きな天体を周回できる最小の軌道距離です。人々は通常、月、彗星、小惑星、または人為的なシナリオが惑星への接近に耐えられるかどうか、あるいは物質が環に広がるかどうかを知りたいときにこれを検索します。この計算機は、惑星半径、惑星密度、衛星密度、および衛星の近似的な内部強度を組み合わせてその質問に答えます。',
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
type: 'paragraph',
|
|
100
|
+
html: '重要な考え方は単純です。重力は衛星全体で均等ではありません。近い側は遠い側よりも強く引かれ、伸張力を生み出します。その潮汐による伸張が衛星の自己重力と材料凝集力より強い場合、天体は亀裂が入り、質量を失い、最終的に破片化する可能性があります。したがってロシュ限界は単なる距離ではなく、外部からの潮汐応力と内部結合の比較です。',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'title',
|
|
104
|
+
text: '計算機が使用するロシュ限界の方程式',
|
|
105
|
+
level: 3,
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
type: 'paragraph',
|
|
109
|
+
html: '流体または非常に弱い衛星に対する古典的な近似は <strong>d = 2.44 R (rho_M / rho_m)^(1/3)</strong> です。剛体衛星に対する一般的な近似は <strong>d = 1.26 R (rho_M / rho_m)^(1/3)</strong> です。これらの式において、<strong>d</strong> は惑星中心から測定したロシュ限界、<strong>R</strong> は主天体の半径、<strong>rho_M</strong> は主天体の密度、<strong>rho_m</strong> は衛星の密度です。',
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
type: 'list',
|
|
113
|
+
items: [
|
|
114
|
+
'<strong>主天体半径:</strong> 大きな惑星は密度が類似していてもより大きなロシュ限界距離を生み出します。',
|
|
115
|
+
'<strong>主天体密度:</strong> 密度が高い主天体は半径の倍数における潮汐強度を増加させます。',
|
|
116
|
+
'<strong>衛星密度:</strong> 密度が高い衛星は自己重力が強いため、惑星により近くで生存できます。',
|
|
117
|
+
'<strong>衛星強度:</strong> 流体、氷、破砕、またはラブルパイル天体はコンパクトな剛体天体よりも遠くで破壊します。',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'table',
|
|
122
|
+
headers: ['モデル', '式の形状', '使用目的', '結果の意味'],
|
|
123
|
+
rows: [
|
|
124
|
+
['流体ロシュ限界', '2.44 R (rho_M / rho_m)^(1/3)', '氷衛星、溶融天体、ラブルパイル、弱い彗星', '容易に変形する天体に対する保守的な破壊距離。'],
|
|
125
|
+
['剛体ロシュ限界', '1.26 R (rho_M / rho_m)^(1/3)', '材料強度を持つ高密度岩石または金属天体', '材料強度が破壊を遅らせる、より近い下限推定値。'],
|
|
126
|
+
['凝集力調整表示', '流体と剛体の中間', 'このシミュレータでの簡易シナリオ比較', '選択された衛星タイプに対する実用的なリスクラインであり、普遍的な自然法則の切り替えではありません。'],
|
|
127
|
+
],
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'title',
|
|
131
|
+
text: '事例: 土星近くの氷衛星がなぜ脆弱か',
|
|
132
|
+
level: 3,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: 'paragraph',
|
|
136
|
+
html: '土星は地球よりはるかに密度が低いですが、巨大です。低密度の氷衛星はコンパクトな岩石月と比較して弱い自己重力を持つため、密度比は依然として流体ロシュ限界を土星の雲頂から遠くに置きます。これが、土星が1つの大きな再集合した月ではなく、主に氷粒子からなる広く明るい環システムを維持できる理由の1つです。',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
type: 'paragraph',
|
|
140
|
+
html: '計算機で土星と氷衛星を選択し、軌道を内側にドラッグして安全率を観察してください。<strong>1.00倍</strong>以上では、選択された軌道は有効ロシュ境界の外側にあります。<strong>1.00倍</strong>付近では、月は質量放出または亀裂が発生し得る潮汐接触領域にあります。<strong>1.00倍</strong>未満では、選択されたモデルが破壊を予測するため、視覚化は破片アークと環形成に移行します。',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'title',
|
|
144
|
+
text: '安全率の解釈方法',
|
|
145
|
+
level: 3,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'paragraph',
|
|
149
|
+
html: '<strong>安全率</strong>は、現在の軌道距離を選択されたロシュ境界で割った値です。<strong>1.25倍</strong>は軌道が有効破壊推定値より25%外側にあることを意味します。<strong>1.00倍</strong>は軌道が選択されたロシュ境界上に正確にあることを意味します。<strong>0.80倍</strong>は衛星が選択された破壊ゾーンのかなり内側にあることを意味します。',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'table',
|
|
153
|
+
headers: ['安全率', '表示状態', '実用的な解釈'],
|
|
154
|
+
rows: [
|
|
155
|
+
['1.12倍以上', '安定軌道', '衛星はこの簡略化モデルの選択されたロシュ境界の外側にあります。'],
|
|
156
|
+
['1.00倍~1.12倍', '潮汐接触', '天体は変形、亀裂、表面放出が問題になり得るほど接近しています。'],
|
|
157
|
+
['0.78倍~1.00倍', '破片化', '選択されたモデルでは自己重力がもはや十分ではなく、デブリ流が plausible です。'],
|
|
158
|
+
['0.78倍未満', '環システム', '元の天体は近隣の軌道を追う分散物質として表現されています。'],
|
|
159
|
+
],
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'paragraph',
|
|
163
|
+
html: '軌道周期の表示が含まれているのは、接近が距離だけの問題ではないからです。破壊ゾーン内の物質は急速でわずかに異なる軌道をたどります。破片が分離すると、軌道シアがそれらを惑星の周りに広げ、衝突がデブリを平坦化して円盤状の環に選別します。',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'title',
|
|
167
|
+
text: 'ロシュ限界がなぜ環を生み出すか',
|
|
168
|
+
level: 3,
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
type: 'paragraph',
|
|
172
|
+
html: '衛星がロシュ限界の外側で崩壊すると、破片は最終的に衝突してより小さな月に再集積する可能性があります。ロシュ限界の内側では、近くの破片は潮汐力が物質を引き離し続けるため、1つの安定した自己重力天体に容易に融合できません。結果として、特にデブリが氷質で、衝突性で、小さな衛星や共鳴によって継続的に撹拌される場合、長寿命の環が生じることがあります。',
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 'paragraph',
|
|
176
|
+
html: '環形成は段階的です。破壊された月は最初に伸長し、次に粒子とより大きな破片を放出します。これらの破片はわずかに異なる軌道半径を占めるため、互いより先に進んだり遅れたりします。時間の経過とともに、衝突が垂直運動を減衰させ、物質は薄い円盤に落ち着きます。これがシミュレータが破壊を瞬間的な爆発として扱うのではなく、単一の月からアーク、そしてより完全な環への移行を示す理由です。',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'title',
|
|
180
|
+
text: 'このロシュ限界計算機の重要な限界',
|
|
181
|
+
level: 3,
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
type: 'paragraph',
|
|
185
|
+
html: 'この計算機は高速な科学的直感のために設計されており、高忠実度のミッション設計のためではありません。実際の衛星は、自転、軌道離心率、内部層構造、引張強度、多孔性、温度、潮汐加熱、既存の亀裂、衝突、他の衛星との共鳴の影響を受けます。偏心軌道上の回転するラブルパイルは、平均密度が類似していても、円形軌道上の冷たいモノリシック岩石とは異なる仕方で崩壊する可能性があります。',
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
type: 'list',
|
|
189
|
+
items: [
|
|
190
|
+
'<strong>流体限界を使用するのは</strong>天体が弱く、氷質で、溶融し、高度に破砕され、または緩い集合体の場合です。',
|
|
191
|
+
'<strong>剛体限界を使用するのは</strong>意味のある内部強度を持つコンパクトな天体の下限推定値としてです。',
|
|
192
|
+
'<strong>有効限界を読み取るのは</strong>シミュレータが選択された衛星タイプに対して選んだ作業境界としてです。',
|
|
193
|
+
'<strong>結果を</strong>詳細な地球物理モデルなしで実際の月の正確な予測として読まないでください。',
|
|
194
|
+
],
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
type: 'title',
|
|
198
|
+
text: 'このツールが答えるのに役立つ一般的な質問',
|
|
199
|
+
level: 3,
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: 'paragraph',
|
|
203
|
+
html: 'このツールは次のような質問を推定したいときに使用してください。月は地球にどれだけ接近してから崩壊するか?なぜ土星の環はロシュ限界領域の内側にあるのか?岩石月は氷衛星より接近しても耐えられるか?密度はロシュ限界をどのように変えるか?流体ロシュ限界と剛体ロシュ限界の違いは何か?コントロールはこれらの比較を中心に構築されているため、1つの変数を変更すると、破壊距離、安全率、環形成の視覚化がどのように応答するかが即座に表示されます。',
|
|
204
|
+
},
|
|
205
|
+
],
|
|
206
|
+
faq,
|
|
207
|
+
bibliography,
|
|
208
|
+
howTo,
|
|
209
|
+
schemas: [
|
|
210
|
+
{
|
|
211
|
+
'@context': 'https://schema.org',
|
|
212
|
+
'@type': 'SoftwareApplication',
|
|
213
|
+
name: title,
|
|
214
|
+
description,
|
|
215
|
+
applicationCategory: 'ScientificApplication',
|
|
216
|
+
operatingSystem: 'Any',
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
'@context': 'https://schema.org',
|
|
220
|
+
'@type': 'FAQPage',
|
|
221
|
+
mainEntity: faq.map((item) => ({
|
|
222
|
+
'@type': 'Question',
|
|
223
|
+
name: item.question,
|
|
224
|
+
acceptedAnswer: {
|
|
225
|
+
'@type': 'Answer',
|
|
226
|
+
text: item.answer,
|
|
227
|
+
},
|
|
228
|
+
})),
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
'@context': 'https://schema.org',
|
|
232
|
+
'@type': 'HowTo',
|
|
233
|
+
name: title,
|
|
234
|
+
step: howTo.map((step) => ({
|
|
235
|
+
'@type': 'HowToStep',
|
|
236
|
+
name: step.name,
|
|
237
|
+
text: step.text,
|
|
238
|
+
})),
|
|
239
|
+
},
|
|
240
|
+
],
|
|
241
|
+
};
|