@jjlmoya/utils-science 1.41.0 → 1.43.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 +1 -1
- package/scripts/crystal-lattice-catalog-translations.mjs +459 -0
- package/scripts/sync-crystal-lattice-i18n.mjs +50 -0
- package/src/category/index.ts +3 -1
- package/src/entries.ts +5 -1
- package/src/index.ts +2 -0
- package/src/tests/diacritics_density.test.ts +140 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/tool_validation.test.ts +2 -3
- package/src/tool/conway-life-rule-lab/i18n/de.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/es.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/id.ts +102 -45
- package/src/tool/conway-life-rule-lab/i18n/it.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +102 -45
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +62 -5
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +62 -5
- package/src/tool/cosmic-inflation/i18n/es.ts +5 -5
- package/src/tool/cosmic-inflation/i18n/it.ts +51 -51
- package/src/tool/cosmic-inflation/i18n/ru.ts +42 -150
- package/src/tool/crystal-lattice-structure-finder/component.astro +120 -39
- package/src/tool/crystal-lattice-structure-finder/crystal-lattice-structure-finder.css +204 -56
- package/src/tool/crystal-lattice-structure-finder/data.ts +107 -133
- package/src/tool/crystal-lattice-structure-finder/i18n/de.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/en.ts +45 -6
- package/src/tool/crystal-lattice-structure-finder/i18n/es.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/fr.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/id.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/it.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ja.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ko.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/nl.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/pl.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/pt.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/ru.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/sv.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/tr.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/i18n/zh.ts +39 -0
- package/src/tool/crystal-lattice-structure-finder/logic.ts +7 -3
- package/src/tool/crystal-lattice-structure-finder/structures/README.md +26 -0
- package/src/tool/crystal-lattice-structure-finder/structures/body-centered-cubic.ts +19 -0
- package/src/tool/crystal-lattice-structure-finder/structures/cesium-chloride.ts +19 -0
- package/src/tool/crystal-lattice-structure-finder/structures/diamond-cubic.ts +23 -0
- package/src/tool/crystal-lattice-structure-finder/structures/face-centered-cubic.ts +16 -0
- package/src/tool/crystal-lattice-structure-finder/structures/hexagonal-close-packed.ts +30 -0
- package/src/tool/crystal-lattice-structure-finder/structures/index.ts +25 -0
- package/src/tool/crystal-lattice-structure-finder/structures/perovskite.ts +20 -0
- package/src/tool/crystal-lattice-structure-finder/structures/rock-salt.ts +23 -0
- package/src/tool/crystal-lattice-structure-finder/structures/rutile.ts +25 -0
- package/src/tool/crystal-lattice-structure-finder/structures/shared.ts +86 -0
- package/src/tool/crystal-lattice-structure-finder/structures/simple-cubic.ts +16 -0
- package/src/tool/crystal-lattice-structure-finder/structures/wurtzite.ts +22 -0
- package/src/tool/crystal-lattice-structure-finder/structures/zinc-blende.ts +23 -0
- package/src/tool/double-slit-decoherence/i18n/fr.ts +42 -86
- package/src/tool/double-slit-decoherence/i18n/it.ts +28 -72
- package/src/tool/double-slit-decoherence/i18n/pt.ts +35 -79
- package/src/tool/double-slit-decoherence/i18n/ru.ts +59 -59
- package/src/tool/double-slit-decoherence/i18n/sv.ts +33 -81
- package/src/tool/double-slit-decoherence/i18n/tr.ts +55 -55
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +42 -123
- package/src/tool/dyson-sphere-energy-capture/i18n/es.ts +6 -6
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +63 -131
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +36 -113
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +66 -42
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +66 -42
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +50 -133
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +51 -132
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +61 -98
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +56 -137
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +61 -142
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +67 -43
- package/src/tool/epidemic-sir-simulator/bibliography.astro +15 -0
- package/src/tool/epidemic-sir-simulator/bibliography.ts +37 -0
- package/src/tool/epidemic-sir-simulator/component.astro +384 -0
- package/src/tool/epidemic-sir-simulator/entry.ts +30 -0
- package/src/tool/epidemic-sir-simulator/epidemic-sir-simulator.css +624 -0
- package/src/tool/epidemic-sir-simulator/i18n/de.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/en.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/es.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/fr.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/id.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/it.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ja.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ko.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/nl.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/pl.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/pt.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/ru.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/sv.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/tr.ts +347 -0
- package/src/tool/epidemic-sir-simulator/i18n/zh.ts +347 -0
- package/src/tool/epidemic-sir-simulator/index.ts +12 -0
- package/src/tool/epidemic-sir-simulator/logic.ts +163 -0
- package/src/tool/epidemic-sir-simulator/seo.astro +16 -0
- package/src/tool/fermi-paradox-filter-lab/bibliography.astro +14 -0
- package/src/tool/fermi-paradox-filter-lab/bibliography.ts +24 -0
- package/src/tool/fermi-paradox-filter-lab/component.astro +257 -0
- package/src/tool/fermi-paradox-filter-lab/entry.ts +26 -0
- package/src/tool/fermi-paradox-filter-lab/fermi-paradox-filter-lab.css +228 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/de.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/en.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/es.ts +193 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/fr.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/id.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/it.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ja.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ko.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/nl.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/pl.ts +193 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/pt.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/ru.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/sv.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/tr.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/i18n/zh.ts +192 -0
- package/src/tool/fermi-paradox-filter-lab/index.ts +11 -0
- package/src/tool/fermi-paradox-filter-lab/logic.ts +125 -0
- package/src/tool/fermi-paradox-filter-lab/seo.astro +15 -0
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +50 -63
- package/src/tool/lorenz-attractor/i18n/de.ts +52 -78
- package/src/tool/lorenz-attractor/i18n/es.ts +5 -5
- package/src/tool/lorenz-attractor/i18n/fr.ts +51 -77
- package/src/tool/lorenz-attractor/i18n/it.ts +36 -36
- package/src/tool/lorenz-attractor/i18n/pt.ts +51 -75
- package/src/tool/mandelbrot-fractal/i18n/de.ts +31 -58
- package/src/tool/mandelbrot-fractal/i18n/es.ts +5 -5
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +39 -57
- package/src/tool/mandelbrot-fractal/i18n/it.ts +30 -48
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +34 -52
- package/src/tool/mandelbrot-fractal/i18n/pt.ts +30 -30
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +42 -60
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +38 -65
- package/src/tool/natural-selection-drift/i18n/it.ts +18 -95
- package/src/tool/natural-selection-drift/i18n/pt.ts +76 -19
- package/src/tool/natural-selection-drift/i18n/ru.ts +27 -24
- package/src/tool/natural-selection-drift/i18n/sv.ts +9 -6
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +30 -68
- package/src/tool/phase-diagram-critical-points/i18n/es.ts +4 -4
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +37 -75
- package/src/tool/phase-diagram-critical-points/i18n/it.ts +8 -8
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +49 -192
- package/src/tool/radioactive-decay/i18n/de.ts +16 -32
- package/src/tool/radioactive-decay/i18n/es.ts +5 -5
- package/src/tool/radioactive-decay/i18n/fr.ts +24 -40
- package/src/tool/radioactive-decay/i18n/it.ts +18 -35
- package/src/tool/radioactive-decay/i18n/pt.ts +34 -34
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +52 -128
- package/src/tool/temperature-timeline/i18n/de.ts +46 -174
- package/src/tool/temperature-timeline/i18n/es.ts +5 -5
- package/src/tool/temperature-timeline/i18n/fr.ts +69 -144
- package/src/tool/temperature-timeline/i18n/it.ts +34 -133
- package/src/tool/temperature-timeline/i18n/pt.ts +35 -174
- package/src/tool/temperature-timeline/i18n/ru.ts +48 -174
- package/src/tool/twin-paradox-visualizer/i18n/es.ts +5 -5
- package/src/tool/twin-paradox-visualizer/i18n/fr.ts +34 -34
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +31 -71
- package/src/tools.ts +4 -0
|
@@ -3,51 +3,51 @@ import type { ToolLocaleContent } from '../../../types';
|
|
|
3
3
|
|
|
4
4
|
const slug = 'symulator-energii-sfery-dysona';
|
|
5
5
|
const title = 'Symulator Przechwytywania Energii Sfery Dysona';
|
|
6
|
-
const description = 'Oszacuj projekty roju,
|
|
6
|
+
const description = 'Oszacuj projekty roju, pierścienia, powłoki i chmury zwierciadeł statytowych Dysona dla różnych gwiazd. Oblicz przechwyconą moc, promień orbity, masę materiału i pokrycie potrzebne do osiągnięcia docelowej skali Kardaszewa.';
|
|
7
7
|
|
|
8
8
|
const howTo = [
|
|
9
9
|
{
|
|
10
10
|
name: 'Wybierz typ gwiazdy',
|
|
11
|
-
text: 'Zacznij od czerwonego
|
|
11
|
+
text: 'Zacznij od czerwonego karła, gwiazdy podobnej do Słońca, gwiazdy typu A, czerwonego olbrzyma lub błękitnego olbrzyma. Symulator używa reprezentatywnych wartości jasności i masy do oszacowania promienia kolektora i okresu orbitalnego.',
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
name: 'Wybierz
|
|
15
|
-
text: '
|
|
14
|
+
name: 'Wybierz architekturę megastruktury',
|
|
15
|
+
text: 'Porównaj rój Dysona, pierścień równikowy, sztywną powłokę lub chmurę zwierciadeł statytowych. Każdy projekt ma inną wydajność przechwytywania, gęstość materiału i założenia dotyczące stabilności.',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
name: 'Ustaw pokrycie i
|
|
19
|
-
text: '
|
|
18
|
+
name: 'Ustaw pokrycie i temperaturę roboczą',
|
|
19
|
+
text: 'Zwiększ pokrycie, aby przechwycić więcej mocy gwiazdowej, a następnie dostosuj temperaturę roboczą, aby przybliżyć lub oddalić kolektory od gwiazdy.',
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
name: 'Dopasuj cel Kardaszewa',
|
|
23
|
-
text: '
|
|
23
|
+
text: 'Użyj suwaka celu, aby zobaczyć, jaka część gwiazdy musi być osłonięta, aby osiągnąć cel mocy na skali cywilizacyjnej.',
|
|
24
24
|
},
|
|
25
25
|
];
|
|
26
26
|
|
|
27
27
|
const faq = [
|
|
28
28
|
{
|
|
29
|
-
question: 'Jaka jest
|
|
30
|
-
answer: 'Sztywna sfera Dysona to
|
|
29
|
+
question: 'Jaka jest różnica między sferą Dysona a rojem Dysona?',
|
|
30
|
+
answer: 'Sztywna sfera Dysona to ciągła powłoka wokół gwiazdy, podczas gdy rój Dysona to duża kolekcja niezależnych kolektorów orbitalnych. Większość dyskusji inżynieryjnych faworyzuje roje, ponieważ stała powłoka byłaby strukturalnie niestabilna i niezwykle materiałochłonna.',
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
question: 'Jak symulator wybiera optymalny
|
|
34
|
-
answer: 'Szacuje
|
|
33
|
+
question: 'Jak symulator wybiera optymalny promień?',
|
|
34
|
+
answer: 'Szacuje odległość, w której kolektory promieniujące z obu stron osiągają wybraną temperaturę roboczą przy wybranej jasności gwiazdowej. Gorętsze kolektory mogą orbitować bliżej, podczas gdy chłodniejsze kolektory wymagają większych promieni.',
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
question: 'Co tutaj oznacza ocena Kardaszewa?',
|
|
38
|
-
answer: '
|
|
38
|
+
answer: 'Wartość Kardaszewa jest obliczana z przechwyconej mocy przy użyciu powszechnej formy logarytmicznej K = (log10(P) - 6) / 10, gdzie P to moc w watach. Wartość bliska K1 oznacza użycie energii w skali planetarnej, podczas gdy K2 zbliża się do pełnej mocy gwiazdowej.',
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
question: 'Czy masa
|
|
42
|
-
answer: 'Jest to edukacyjne oszacowanie pierwszego
|
|
41
|
+
question: 'Czy masa materiału jest realistyczna?',
|
|
42
|
+
answer: 'Jest to edukacyjne oszacowanie pierwszego rzędu oparte na powierzchni kolektora, gęstości powierzchniowej i współczynniku stabilności. Prawdziwe projekty wymagałyby utrzymania pozycji, transmisji mocy, strat wydobywczych, nadmiarowości, odprowadzania ciepła i infrastruktury produkcyjnej.',
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
question: 'Dlaczego jasne gwiazdy
|
|
46
|
-
answer: 'Gwiazdy o wysokiej
|
|
45
|
+
question: 'Dlaczego jasne gwiazdy wymagają tak dużych systemów kolektorów?',
|
|
46
|
+
answer: 'Gwiazdy o wysokiej jasności wypychają bezpieczny promień termiczny na zewnątrz. To zwiększa powierzchnię potrzebną dla danej frakcji pokrycia, przez co zapotrzebowanie na materiał może rosnąć szybciej, niż intuicyjnie sugeruje przechwycona moc.',
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
question: 'Czy cywilizacja
|
|
50
|
-
answer: 'Tak,
|
|
49
|
+
question: 'Czy cywilizacja może osiągnąć Typ II Kardaszewa z częściowym pokryciem?',
|
|
50
|
+
answer: 'Tak, jeśli gwiazda macierzysta jest wystarczająco jasna, a kolektory wydajne. Wokół gwiazdy podobnej do Słońca, osiągnięcie blisko Typu II wymaga przechwycenia dużej frakcji jasności słonecznej, ale wokół jaśniejszych gwiazd ten sam cel mocy może wymagać niższej frakcji pokrycia.',
|
|
51
51
|
},
|
|
52
52
|
];
|
|
53
53
|
|
|
@@ -64,134 +64,51 @@ export const content: ToolLocaleContent = {
|
|
|
64
64
|
kardashevTarget: 'Cel Kardaszewa',
|
|
65
65
|
kardashevRating: 'Obecna ocena',
|
|
66
66
|
capturedPower: 'Przechwycona moc',
|
|
67
|
-
optimalRadius: 'Optymalny
|
|
67
|
+
optimalRadius: 'Optymalny promień',
|
|
68
68
|
targetCoverage: 'Pokrycie docelowe',
|
|
69
|
-
materialMass: 'Masa
|
|
70
|
-
captureMeter: '
|
|
71
|
-
statusReady: 'Dostosuj system, aby
|
|
72
|
-
statusUnderbuilt: 'Pokrycie jest
|
|
73
|
-
statusBalanced: 'Pokrycie i moc gwiazdy
|
|
74
|
-
statusExtreme: 'Ta konfiguracja przekracza cel. Przechwytuje
|
|
69
|
+
materialMass: 'Masa materiału',
|
|
70
|
+
captureMeter: 'Postęp w kierunku celu',
|
|
71
|
+
statusReady: 'Dostosuj system, aby oszacować zapotrzebowanie kolektora.',
|
|
72
|
+
statusUnderbuilt: 'Pokrycie jest poniżej wybranego celu Kardaszewa. Dodaj kolektory albo wybierz jaśniejszą gwiazdę.',
|
|
73
|
+
statusBalanced: 'Pokrycie i moc gwiazdy są blisko wybranego celu w skali cywilizacji.',
|
|
74
|
+
statusExtreme: 'Ta konfiguracja przekracza cel. Przechwytuje ogromną moc, ale zapotrzebowanie materiałowe szybko rośnie.',
|
|
75
75
|
orbitalPeriod: 'Okres orbitalny',
|
|
76
76
|
collectorArea: 'Powierzchnia kolektora',
|
|
77
77
|
mercuryMasses: '{value} mas Merkurego',
|
|
78
78
|
kilograms: '{value} kg',
|
|
79
79
|
daysUnit: '{value} dni',
|
|
80
|
-
starMDwarf: 'Czerwony
|
|
81
|
-
starSun: 'Gwiazda typu G jak
|
|
80
|
+
starMDwarf: 'Czerwony karzeł',
|
|
81
|
+
starSun: 'Gwiazda typu G jak Słońce',
|
|
82
82
|
starA: 'Gwiazda typu A',
|
|
83
83
|
starRedGiant: 'Czerwony olbrzym',
|
|
84
|
-
starBlueGiant: '
|
|
85
|
-
structureSwarm: '
|
|
86
|
-
structureRing: '
|
|
87
|
-
structureShell: 'Sztywna
|
|
88
|
-
structureStatite: 'Chmura
|
|
84
|
+
starBlueGiant: 'Błękitny olbrzym',
|
|
85
|
+
structureSwarm: 'Rój Dysona',
|
|
86
|
+
structureRing: 'Pierścień równikowy',
|
|
87
|
+
structureShell: 'Sztywna powłoka',
|
|
88
|
+
structureStatite: 'Chmura zwierciadeł statytowych',
|
|
89
89
|
},
|
|
90
90
|
seo: [
|
|
91
|
-
{
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
type: 'title',
|
|
106
|
-
text: 'Jak szacowany jest promien Dysona',
|
|
107
|
-
level: 3,
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
type: 'paragraph',
|
|
111
|
-
html: 'Optymalny promien jest obliczany z jasnosci gwiazdowej i temperatury roboczej kolektora. Kolektor blisko jasnej gwiazdy otrzymuje intensywny strumien i musi pracowac goraco lub odrzucac ogromne ilosci ciepla. Oddalanie sie zmniejsza naprezenia termiczne, ale wymagana powierzchnia kolektora rosnie z kwadratem odleglosci. Ten kompromis wyjasnia, dlaczego ta sama frakcja pokrycia moze byc skromna wokol slabego czerwonego karla i ogromna wokol błękitnego olbrzyma.',
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
type: 'title',
|
|
115
|
-
text: 'Porownanie Roja Dysona, Pierscienia, Powloki i Chmury Statytow',
|
|
116
|
-
level: 3,
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
type: 'list',
|
|
120
|
-
items: [
|
|
121
|
-
'<strong>Roj Dysona:</strong> wiele niezaleznych kolektorow orbitalnych. To najbardziej prawdopodobna architektura na duza skale, poniewaz moze byc budowana stopniowo i nie wymaga sztywnej powloki gwiazdowej.',
|
|
122
|
-
'<strong>Pierscien równikowy:</strong> wezsze pasmo kolektorow z nizsza wydajnoscia pokrycia. Latwiej wyobrazic go sobie jako pierwsza megastrukture, ale nie moze przechwycic pelnej mocy gwiazdowej bez stania sie szerszym rojem.',
|
|
123
|
-
'<strong>Sztywna powloka:</strong> wizualnie ikoniczna, ale mechanicznie niekorzystna. Powłoka wokol gwiazdy ma powazne problemy ze stabilnoscia i materialem, dlatego symulator przypisuje jej wysoka mase i niska stabilnosc.',
|
|
124
|
-
'<strong>Chmura zwierciadel statytowych:</strong> ultralekkie reflektory utrzymywane czesciowo przez cisnienie promieniowania. Zmniejsza zapotrzebowanie na material, ale ma nizsza tolerancje termiczna i wymagajace wymagania kontrolne.',
|
|
125
|
-
],
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
type: 'title',
|
|
129
|
-
text: 'Pokrycie potrzebne do skali Kardaszewa',
|
|
130
|
-
level: 3,
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
type: 'paragraph',
|
|
134
|
-
html: 'Skala Kardaszewa wyraza zuzycie energii cywilizacji w sposob logarytmiczny. W tym narzedziu przechwycone waty sa przeliczane na ocene K za pomoca K = (log10(P) - 6) / 10. Czesciowy roj Dysona wokol Słonca moze przekroczyc obecne zuzycie energii przez ludzkosc o wiele rzedow wielkosci na długo przed osiagnieciem pełnego statusu Typu II. Wynik pokrycia docelowego pokazuje frakcje jasnosci gwiazdowej, która musi byc przechwycona dla wybranego celu.',
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
type: 'table',
|
|
138
|
-
headers: ['Wybór projektu', 'Glowna zaleta', 'Glowne ograniczenie'],
|
|
139
|
-
rows: [
|
|
140
|
-
['Roj Dysona', 'Budowa etapowa z niezaleznymi orbitami', 'Kontrola ruchu i transmisja mocy'],
|
|
141
|
-
['Pierscien równikowy', 'Nizszy poczatkowy obszar i prostsza geometria', 'Ograniczone pokrycie'],
|
|
142
|
-
['Sztywna powloka', 'Maksymalne przechwycenie w prostym schemacie', 'Niestabilnosc strukturalna i ogromna masa'],
|
|
143
|
-
['Chmura statytow', 'Bardzo niska gestosc powierzchniowa', 'Precyzyjne utrzymanie pozycji i limity cieplne'],
|
|
144
|
-
],
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
type: 'title',
|
|
148
|
-
text: 'Masa materialu i realia wydobycia',
|
|
149
|
-
level: 3,
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
type: 'paragraph',
|
|
153
|
-
html: 'Oszacowanie materialu mnozy powierzchnie kolektora przez zalożona gestosc powierzchniowa i wspolczynnik stabilnosci konstrukcji. Celowo podaje mase w masach Merkurego, gdy liczba staje sie astronomiczna, poniewaz wiele dyskusji o rojach Dysona wyobraza sobie demontaz małych planet lub asteroid w celu pozyskania surowcow. Nawet cienkie kolektory staja sie masywne, gdy sa rozlozone na skalach jednostek astronomicznych.',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
type: 'paragraph',
|
|
157
|
-
html: 'Uzywaj wyniku jako wskazowki rzedu wielkosci, a nie jako planu. Prawdziwa inzynieria megastruktur wymagałaby modeli uszkodzen radiacyjnych, cykli termicznych, unikania kolizji, kontroli pozycji, transmisji mocy, wydajnosci produkcyjnej i długoterminowej ewolucji orbitalnej. Wartoscia symulatora jest to, ze natychmiast uwidacznia pierwsze ograniczenia.',
|
|
158
|
-
},
|
|
91
|
+
{ type: 'title', text: 'Symulator Przechwytywania Energii Sfery Dysona', level: 2 },
|
|
92
|
+
{ type: 'paragraph', html: 'Sfera Dysona to nie tylko obraz science fiction gwiazdy w powłoce. To rodzina możliwych koncepcji megastruktur do przechwytywania jasności gwiazdowej: roje satelitów, pierścienie równikowe, cienkie chmury zwierciadeł oraz znana, ale problematyczna sztywna powłoka. Ten symulator zamienia te pomysły w liczby, abyś mógł porównać, jak typ gwiazdy, temperatura kolektora, pokrycie i projekt konstrukcji zmieniają budżet energetyczny.' },
|
|
93
|
+
{ type: 'paragraph', html: 'Kalkulator szacuje przechwyconą moc, termiczny promień orbity, powierzchnię kolektora, okres orbitalny, masę materiału i pokrycie potrzebne do wybranego celu w skali Kardaszewa. Jest stworzony dla studentów, budowniczych światów, komunikatorów naukowych i wszystkich, którzy próbują zrozumieć, dlaczego cywilizacje Typu II są trudne: wyzwaniem jest nie tylko moc, ale także powierzchnia, ciepło, wydobycie, stabilność i logistyka orbitalna.' },
|
|
94
|
+
{ type: 'title', text: 'Jak szacowany jest promień Dysona', level: 3 },
|
|
95
|
+
{ type: 'paragraph', html: 'Optymalny promień jest obliczany z jasności gwiazdowej i temperatury roboczej kolektora. Kolektor blisko jasnej gwiazdy otrzymuje intensywny strumień i musi pracować gorąco lub odrzucać ogromne ilości ciepła. Oddalanie się zmniejsza naprężenia termiczne, ale wymagana powierzchnia kolektora rośnie z kwadratem odległości. Ten kompromis wyjaśnia, dlaczego ta sama frakcja pokrycia może być skromna wokół słabego czerwonego karła i ogromna wokół błękitnego olbrzyma.' },
|
|
96
|
+
{ type: 'title', text: 'Porównanie Roju Dysona, Pierścienia, Powłoki i Chmury Statytów', level: 3 },
|
|
97
|
+
{
|
|
98
|
+
type: 'list', items: [
|
|
99
|
+
'<strong>Rój Dysona:</strong> wiele niezależnych kolektorów orbitalnych. To najbardziej prawdopodobna architektura na dużą skalę, ponieważ może być budowana stopniowo i nie wymaga sztywnej powłoki gwiazdowej.',
|
|
100
|
+
'<strong>Pierścień równikowy:</strong> węższe pasmo kolektorów z niższą wydajnością pokrycia. Łatwiej wyobrazić go sobie jako pierwszą megastrukturę.',
|
|
101
|
+
'<strong>Sztywna powłoka:</strong> wizualnie ikoniczna, ale mechanicznie niekorzystna. Powłoka wokół gwiazdy ma poważne problemy ze stabilnością i materiałem.',
|
|
102
|
+
'<strong>Chmura zwierciadeł statytowych:</strong> ultralekkie reflektory utrzymywane częściowo przez ciśnienie promieniowania. Zmniejsza zapotrzebowanie na materiał, ale ma niższą tolerancję termiczną i wymagające wymogi kontrolne.'
|
|
103
|
+
]
|
|
104
|
+
}
|
|
159
105
|
],
|
|
160
106
|
faq,
|
|
161
107
|
bibliography,
|
|
162
108
|
howTo,
|
|
163
109
|
schemas: [
|
|
164
|
-
{
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
name: title,
|
|
168
|
-
description,
|
|
169
|
-
applicationCategory: 'ScientificApplication',
|
|
170
|
-
operatingSystem: 'Any',
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
'@context': 'https://schema.org',
|
|
174
|
-
'@type': 'FAQPage',
|
|
175
|
-
mainEntity: faq.map((item) => ({
|
|
176
|
-
'@type': 'Question',
|
|
177
|
-
name: item.question,
|
|
178
|
-
acceptedAnswer: {
|
|
179
|
-
'@type': 'Answer',
|
|
180
|
-
text: item.answer,
|
|
181
|
-
},
|
|
182
|
-
})),
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
'@context': 'https://schema.org',
|
|
186
|
-
'@type': 'HowTo',
|
|
187
|
-
name: title,
|
|
188
|
-
step: howTo.map((step) => ({
|
|
189
|
-
'@type': 'HowToStep',
|
|
190
|
-
name: step.name,
|
|
191
|
-
text: step.text,
|
|
192
|
-
})),
|
|
193
|
-
},
|
|
110
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
|
|
111
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
112
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
|
|
194
113
|
],
|
|
195
|
-
};
|
|
196
|
-
|
|
197
|
-
|
|
114
|
+
};
|
|
@@ -3,51 +3,51 @@ import type { ToolLocaleContent } from '../../../types';
|
|
|
3
3
|
|
|
4
4
|
const slug = 'simulador-energia-esfera-dyson';
|
|
5
5
|
const title = 'Simulador de Captura de Energia da Esfera de Dyson';
|
|
6
|
-
const description = 'Estime designs de
|
|
6
|
+
const description = 'Estime designs de enxames, anéis, cascas e nuvens de estáticos de Dyson para diferentes estrelas. Calcule a potência capturada, o raio orbital, a massa de material e a cobertura necessária para atingir uma escala Kardashev alvo.';
|
|
7
7
|
|
|
8
8
|
const howTo = [
|
|
9
9
|
{
|
|
10
10
|
name: 'Escolha um tipo de estrela',
|
|
11
|
-
text: 'Comece com uma
|
|
11
|
+
text: 'Comece com uma anã M, uma estrela semelhante ao Sol, uma estrela tipo A, uma gigante vermelha ou uma gigante azul. O simulador usa valores representativos de luminosidade e massa para estimar o raio do coletor e o período orbital.',
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
name: 'Selecione a arquitetura da megaestrutura',
|
|
15
|
-
text: 'Compare um enxame de Dyson, um anel equatorial, uma casca
|
|
15
|
+
text: 'Compare um enxame de Dyson, um anel equatorial, uma casca rígida ou uma nuvem de espelhos estáticos. Cada design tem diferentes eficiências de captura, densidade de material e suposições de estabilidade.',
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
name: 'Ajuste a cobertura e a temperatura de
|
|
19
|
-
text: 'Aumente a cobertura para capturar mais
|
|
18
|
+
name: 'Ajuste a cobertura e a temperatura de operação',
|
|
19
|
+
text: 'Aumente a cobertura para capturar mais potência estelar e ajuste a temperatura de operação para aproximar ou afastar os coletores da estrela.',
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
name: 'Defina um alvo Kardashev',
|
|
23
|
-
text: 'Use o controle deslizante de alvo para ver quanto da estrela deve ser coberto para atingir uma meta de
|
|
23
|
+
text: 'Use o controle deslizante de alvo para ver quanto da estrela deve ser coberto para atingir uma meta de potência na escala civilizacional.',
|
|
24
24
|
},
|
|
25
25
|
];
|
|
26
26
|
|
|
27
27
|
const faq = [
|
|
28
28
|
{
|
|
29
|
-
question: 'Qual
|
|
30
|
-
answer: 'Uma esfera de Dyson
|
|
29
|
+
question: 'Qual é a diferença entre uma esfera de Dyson e um enxame de Dyson?',
|
|
30
|
+
answer: 'Uma esfera de Dyson rígida seria uma casca contínua em torno de uma estrela, enquanto um enxame de Dyson é uma grande coleção de coletores orbitais independentes. A maioria das discussões de engenharia favorece os enxames, porque uma casca sólida seria estruturalmente instável e extremamente intensiva em materiais.',
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
question: 'Como o simulador escolhe o raio
|
|
34
|
-
answer: 'Ele estima a
|
|
33
|
+
question: 'Como o simulador escolhe o raio ótimo?',
|
|
34
|
+
answer: 'Ele estima a distância onde os coletores, irradiando de ambos os lados, atingem a temperatura de operação selecionada sob a luminosidade estelar escolhida. Coletores mais quentes podem orbitar mais perto, enquanto coletores mais frios requerem raios maiores.',
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
question: 'O que a
|
|
38
|
-
answer: 'O valor Kardashev
|
|
37
|
+
question: 'O que a classificação Kardashev significa aqui?',
|
|
38
|
+
answer: 'O valor Kardashev é calculado a partir da potência capturada usando a fórmula logarítmica K = (log10(P) - 6) / 10, onde P é a potência em watts. Um valor próximo de K1 representa o uso de energia em escala planetária, enquanto K2 se aproxima da produção estelar completa.',
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
question: 'A massa de material
|
|
42
|
-
answer: '
|
|
41
|
+
question: 'A massa de material é realista?',
|
|
42
|
+
answer: 'É uma estimativa educativa de primeira ordem baseada na área do coletor, densidade superficial e um fator de estabilidade. Projetos reais precisariam de manutenção de estação, transmissão de energia, perdas de mineração, redundância, dissipação de calor e infraestrutura de fabricação.',
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
question: 'Por que estrelas brilhantes exigem sistemas de coletores
|
|
46
|
-
answer: 'Estrelas de alta luminosidade empurram o raio
|
|
45
|
+
question: 'Por que estrelas brilhantes exigem sistemas de coletores tão grandes?',
|
|
46
|
+
answer: 'Estrelas de alta luminosidade empurram o raio térmico seguro para fora. Isso aumenta a área superficial necessária para uma dada fração de cobertura, então a demanda de material pode aumentar mais rápido do que a potência capturada parece intuitivamente.',
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
question: 'Uma
|
|
50
|
-
answer: 'Sim, se a estrela hospedeira for suficientemente brilhante e os coletores forem eficientes. Em torno de uma estrela semelhante ao Sol, atingir perto do Tipo II requer capturar uma grande
|
|
49
|
+
question: 'Uma civilização pode atingir o Tipo II de Kardashev com cobertura parcial?',
|
|
50
|
+
answer: 'Sim, se a estrela hospedeira for suficientemente brilhante e os coletores forem eficientes. Em torno de uma estrela semelhante ao Sol, atingir perto do Tipo II requer capturar uma grande fração da luminosidade solar, mas em torno de estrelas mais luminosas, o mesmo objetivo de potência pode precisar de uma fração de cobertura menor.',
|
|
51
51
|
},
|
|
52
52
|
];
|
|
53
53
|
|
|
@@ -56,140 +56,59 @@ export const content: ToolLocaleContent = {
|
|
|
56
56
|
title,
|
|
57
57
|
description,
|
|
58
58
|
ui: {
|
|
59
|
-
visualization: '
|
|
59
|
+
visualization: 'Visualização do coletor Dyson',
|
|
60
60
|
starType: 'Tipo de estrela',
|
|
61
61
|
structureType: 'Estrutura',
|
|
62
62
|
coverage: 'Cobertura do coletor',
|
|
63
|
-
operatingTemp: 'Temperatura de
|
|
63
|
+
operatingTemp: 'Temperatura de operação',
|
|
64
64
|
kardashevTarget: 'Alvo Kardashev',
|
|
65
|
-
kardashevRating: '
|
|
66
|
-
capturedPower: '
|
|
67
|
-
optimalRadius: 'Raio
|
|
65
|
+
kardashevRating: 'Classificação atual',
|
|
66
|
+
capturedPower: 'Potência capturada',
|
|
67
|
+
optimalRadius: 'Raio ótimo',
|
|
68
68
|
targetCoverage: 'Cobertura alvo',
|
|
69
69
|
materialMass: 'Massa de material',
|
|
70
|
-
captureMeter: 'Progresso em
|
|
70
|
+
captureMeter: 'Progresso em direção ao alvo',
|
|
71
71
|
statusReady: 'Ajuste o sistema para estimar a demanda do coletor.',
|
|
72
|
-
statusUnderbuilt: 'A cobertura
|
|
73
|
-
statusBalanced: 'A cobertura e a
|
|
74
|
-
statusExtreme: 'Esta
|
|
75
|
-
orbitalPeriod: '
|
|
76
|
-
collectorArea: '
|
|
77
|
-
mercuryMasses: '{value} massas de
|
|
72
|
+
statusUnderbuilt: 'A cobertura está abaixo do alvo Kardashev selecionado. Adicione coletores ou escolha uma estrela mais brilhante.',
|
|
73
|
+
statusBalanced: 'A cobertura e a saída estelar estão próximas do objetivo de escala civilizacional selecionado.',
|
|
74
|
+
statusExtreme: 'Esta configuração ultrapassa o alvo. Ela captura potência enorme, mas a demanda de material cresce rápido.',
|
|
75
|
+
orbitalPeriod: 'Período orbital',
|
|
76
|
+
collectorArea: 'Área do coletor',
|
|
77
|
+
mercuryMasses: '{value} massas de Mercúrio',
|
|
78
78
|
kilograms: '{value} kg',
|
|
79
79
|
daysUnit: '{value} dias',
|
|
80
|
-
starMDwarf: '
|
|
80
|
+
starMDwarf: 'Anã M',
|
|
81
81
|
starSun: 'Estrela tipo G como o Sol',
|
|
82
82
|
starA: 'Estrela tipo A',
|
|
83
83
|
starRedGiant: 'Gigante vermelha',
|
|
84
84
|
starBlueGiant: 'Gigante azul',
|
|
85
85
|
structureSwarm: 'Enxame de Dyson',
|
|
86
86
|
structureRing: 'Anel equatorial',
|
|
87
|
-
structureShell: 'Casca
|
|
88
|
-
structureStatite: 'Nuvem de espelhos
|
|
87
|
+
structureShell: 'Casca rígida',
|
|
88
|
+
structureStatite: 'Nuvem de espelhos estáticos',
|
|
89
89
|
},
|
|
90
90
|
seo: [
|
|
91
|
-
{
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
type: 'title',
|
|
106
|
-
text: 'Como o raio de Dyson e estimado',
|
|
107
|
-
level: 3,
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
type: 'paragraph',
|
|
111
|
-
html: 'O raio otimo e calculado a partir da luminosidade estelar e da temperatura de operacao do coletor. Um coletor perto de uma estrela brilhante recebe um fluxo intenso e deve funcionar quente ou rejeitar enormes quantidades de calor. Mover-se para fora reduz o estresse termico, mas a area do coletor necessaria cresce com o quadrado da distancia. Esta compensacao explica por que a mesma fracao de cobertura pode ser modesta em torno de uma ana M fraca e enorme em torno de uma gigante azul.',
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
type: 'title',
|
|
115
|
-
text: 'Enxame de Dyson, Anel, Casca e Nuvem de Estaticos Comparados',
|
|
116
|
-
level: 3,
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
type: 'list',
|
|
120
|
-
items: [
|
|
121
|
-
'<strong>Enxame de Dyson:</strong> muitos coletores orbitais independentes. E a arquitetura em larga escala mais viavel porque pode ser construida gradualmente e nao requer uma casca estelar rigida.',
|
|
122
|
-
'<strong>Anel equatorial:</strong> uma faixa de coletores mais estreita com menor eficiencia de cobertura. E mais facil de imaginar como primeira megaestrutura, mas nao pode capturar a producao estelar completa sem se tornar um enxame mais amplo.',
|
|
123
|
-
'<strong>Casca rigida:</strong> iconicamente visual mas mecanicamente desfavoravel. Uma casca em torno de uma estrela tem graves problemas de estabilidade e material, entao o simulador atribui alta massa e baixa estabilidade.',
|
|
124
|
-
'<strong>Nuvem de espelhos estaticos:</strong> refletores ultraleves mantidos parcialmente pela pressao de radiacao. Reduz a demanda de material mas tem menor tolerancia termica e exigencias de controle rigorosas.',
|
|
125
|
-
],
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
type: 'title',
|
|
129
|
-
text: 'Cobertura necessaria para a escala Kardashev',
|
|
130
|
-
level: 3,
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
type: 'paragraph',
|
|
134
|
-
html: 'A escala Kardashev expressa o uso de energia da civilizacao logaritmicamente. Nesta ferramenta, os watts capturados sao convertidos numa classificacao K usando K = (log10(P) - 6) / 10. Um enxame de Dyson parcial em torno do Sol pode exceder o uso atual de energia humana em muitas ordens de grandeza muito antes de atingir o status completo de Tipo II. O resultado da cobertura alvo mostra a fracao de luminosidade estelar que deve ser intercetada para o objetivo selecionado.',
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
type: 'table',
|
|
138
|
-
headers: ['Escolha de design', 'Principal vantagem', 'Principal gargalo'],
|
|
139
|
-
rows: [
|
|
140
|
-
['Enxame de Dyson', 'Construivel em etapas com orbitas independentes', 'Controle de trafego e transmissao de energia'],
|
|
141
|
-
['Anel equatorial', 'Area inicial menor e geometria mais simples', 'Cobertura limitada'],
|
|
142
|
-
['Casca rigida', 'Intercecao maxima num diagrama simples', 'Instabilidade estrutural e massa enorme'],
|
|
143
|
-
['Nuvem de estaticos', 'Densidade superficial muito baixa', 'Mantencao de estacao precisa e limites termicos'],
|
|
144
|
-
],
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
type: 'title',
|
|
148
|
-
text: 'Massa de material e verificacao realista de mineracao',
|
|
149
|
-
level: 3,
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
type: 'paragraph',
|
|
153
|
-
html: 'A estimativa de material multiplica a area do coletor por uma densidade superficial assumida e um fator de estabilidade de design. Relata intencionalmente a massa em massas de Mercurio quando o numero se torna astronomico, porque muitas discussoes sobre enxames de Dyson imaginam desmantelar pequenos planetas ou asteroides para materia prima. Mesmo coletores finos tornam-se massivos quando espalhados por escalas de unidades astronomicas.',
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
type: 'paragraph',
|
|
157
|
-
html: 'Use o resultado como um guia de ordem de grandeza em vez de um projeto. A verdadeira engenharia de megaestruturas precisaria de modelos de dano por radiacao, ciclos termicos, evitacao de colisoes, controlo de atitude, transmissao de energia, rendimento de fabricacao e evolucao orbital a longo prazo. O valor do simulador e que torna visiveis as primeiras restricoes imediatamente.',
|
|
158
|
-
},
|
|
91
|
+
{ type: 'title', text: 'Simulador de Captura de Energia da Esfera de Dyson', level: 2 },
|
|
92
|
+
{ type: 'paragraph', html: 'Uma esfera de Dyson não é apenas uma imagem de ficção científica de uma estrela dentro de uma casca. É uma família de conceitos possíveis de megaestrutura para interceptar a luminosidade estelar: enxames de satélites, anéis equatoriais, nuvens finas de espelhos e a famosa, porém problemática, casca rígida. Este simulador transforma essas ideias em números para que você possa comparar como o tipo de estrela, a temperatura do coletor, a cobertura e o design da estrutura mudam o orçamento energético.' },
|
|
93
|
+
{ type: 'paragraph', html: 'A calculadora estima a potência capturada, o raio térmico orbital, a área do coletor, o período orbital, a massa de material e a cobertura necessária para um alvo de escala Kardashev escolhido. Foi construída para estudantes, construtores de mundos, comunicadores científicos e qualquer pessoa que tente entender por que as civilizações Tipo II são difíceis: o desafio não é apenas a potência, mas a área, o calor, a mineração, a estabilidade e a logística orbital.' },
|
|
94
|
+
{ type: 'title', text: 'Como o raio de Dyson é estimado', level: 3 },
|
|
95
|
+
{ type: 'paragraph', html: 'O raio ótimo é calculado a partir da luminosidade estelar e da temperatura de operação do coletor. Um coletor perto de uma estrela brilhante recebe um fluxo intenso e deve funcionar quente ou rejeitar enormes quantidades de calor. Mover-se para fora reduz o estresse térmico, mas a área do coletor necessária cresce com o quadrado da distância. Esta compensação explica por que a mesma fração de cobertura pode ser modesta em torno de uma anã M fraca e enorme em torno de uma gigante azul.' },
|
|
96
|
+
{ type: 'title', text: 'Enxame de Dyson, Anel, Casca e Nuvem de Estáticos Comparados', level: 3 },
|
|
97
|
+
{
|
|
98
|
+
type: 'list', items: [
|
|
99
|
+
'<strong>Enxame de Dyson:</strong> muitos coletores orbitais independentes. É a arquitetura em larga escala mais viável porque pode ser construída gradualmente e não requer uma casca estelar rígida.',
|
|
100
|
+
'<strong>Anel equatorial:</strong> uma faixa de coletores mais estreita com menor eficiência de cobertura. É mais fácil de imaginar como primeira megaestrutura, mas não pode capturar a produção estelar completa sem se tornar um enxame mais amplo.',
|
|
101
|
+
'<strong>Casca rígida:</strong> iconicamente visual, mas mecanicamente desfavorável. Uma casca em torno de uma estrela tem graves problemas de estabilidade e material, então o simulador atribui alta massa e baixa estabilidade.',
|
|
102
|
+
'<strong>Nuvem de espelhos estáticos:</strong> refletores ultraleves mantidos parcialmente pela pressão de radiação. Reduz a demanda de material, mas tem menor tolerância térmica e exigências de controle rigorosas.'
|
|
103
|
+
]
|
|
104
|
+
}
|
|
159
105
|
],
|
|
160
106
|
faq,
|
|
161
107
|
bibliography,
|
|
162
108
|
howTo,
|
|
163
109
|
schemas: [
|
|
164
|
-
{
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
name: title,
|
|
168
|
-
description,
|
|
169
|
-
applicationCategory: 'ScientificApplication',
|
|
170
|
-
operatingSystem: 'Any',
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
'@context': 'https://schema.org',
|
|
174
|
-
'@type': 'FAQPage',
|
|
175
|
-
mainEntity: faq.map((item) => ({
|
|
176
|
-
'@type': 'Question',
|
|
177
|
-
name: item.question,
|
|
178
|
-
acceptedAnswer: {
|
|
179
|
-
'@type': 'Answer',
|
|
180
|
-
text: item.answer,
|
|
181
|
-
},
|
|
182
|
-
})),
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
'@context': 'https://schema.org',
|
|
186
|
-
'@type': 'HowTo',
|
|
187
|
-
name: title,
|
|
188
|
-
step: howTo.map((step) => ({
|
|
189
|
-
'@type': 'HowToStep',
|
|
190
|
-
name: step.name,
|
|
191
|
-
text: step.text,
|
|
192
|
-
})),
|
|
193
|
-
},
|
|
110
|
+
{ '@context': 'https://schema.org', '@type': 'SoftwareApplication', name: title, description, applicationCategory: 'ScientificApplication', operatingSystem: 'Any' },
|
|
111
|
+
{ '@context': 'https://schema.org', '@type': 'FAQPage', mainEntity: faq.map((item) => ({ '@type': 'Question', name: item.question, acceptedAnswer: { '@type': 'Answer', text: item.answer } })) },
|
|
112
|
+
{ '@context': 'https://schema.org', '@type': 'HowTo', name: title, step: howTo.map((step) => ({ '@type': 'HowToStep', name: step.name, text: step.text })) },
|
|
194
113
|
],
|
|
195
|
-
};
|
|
114
|
+
};
|