@jjlmoya/utils-science 1.48.0 → 1.49.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/tests/seo_parity.test.ts +60 -0
- package/src/tests/translation_copy.test.ts +122 -0
- package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
- package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
- package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
- package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
- package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
- package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
- package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
- package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
- package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
- package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
- package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
- package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
- package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
- package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
- package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
- package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
- package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
- package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
- package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
- package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
- package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
- package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
- package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
- package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
- package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
- package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
- package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
- package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
- package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
- package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
- package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
- package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
- package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
- package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
- package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
- package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
- package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
- package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
- package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
- package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
- package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
- package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
- package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
- package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
- package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
- package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
- package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
- package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
- package/src/tool/radioactive-decay/i18n/de.ts +112 -5
- package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
- package/src/tool/radioactive-decay/i18n/id.ts +112 -8
- package/src/tool/radioactive-decay/i18n/it.ts +16 -0
- package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
- package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
- package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
- package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
- package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
- package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
- package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
- package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
- package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
- package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
- package/src/tool/temperature-timeline/i18n/de.ts +22 -2
- package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
- package/src/tool/temperature-timeline/i18n/it.ts +30 -1
- package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
- package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
- package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
|
@@ -106,16 +106,16 @@ export const content: ToolLocaleContent = {
|
|
|
106
106
|
seo: [
|
|
107
107
|
{
|
|
108
108
|
type: 'title',
|
|
109
|
-
text: '
|
|
109
|
+
text: 'シュワルツシルト半径、光子球、時間の引き伸ばしを計算するブラックホール事象の地平面シミュレーター',
|
|
110
110
|
level: 2,
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
type: 'paragraph',
|
|
114
|
-
html: '
|
|
114
|
+
html: 'このブラックホール事象の地平面シミュレーターは、シュワルツシルト・ブラックホールの核心的アイデアを対話型の視覚モデルに変換します。',
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
type: 'paragraph',
|
|
118
|
-
html: '
|
|
118
|
+
html: 'このシミュレーターは、天文を学ぶ学生、物理の指導者、科学の探求者のために設計されています。',
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
type: 'title',
|
|
@@ -124,22 +124,97 @@ export const content: ToolLocaleContent = {
|
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
type: 'paragraph',
|
|
127
|
-
html: '
|
|
127
|
+
html: '回転せず電荷を持たないブラックホールの場合、地平面半径は<strong>シュワルツシルト半径</strong>となります。計算式は <strong>Rs = 2GM / c^2</strong> です。',
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
type: 'paragraph',
|
|
131
|
-
html: 'シュワルツシルト半径は質量に比例するため、10
|
|
131
|
+
html: 'シュワルツシルト半径は質量に比例するため、10太陽質量のブラックホールの半径は約29.5kmになります。',
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
type: 'table',
|
|
135
|
-
headers: ['領域', '
|
|
135
|
+
headers: ['領域', 'シュワルツシルト半径単位の半径', '物理的意味'],
|
|
136
136
|
rows: [
|
|
137
|
-
['事象の地平面', '1.0 Rs', '
|
|
138
|
-
['光子球', '1.5 Rs', '
|
|
139
|
-
['ISCO', '3.0 Rs', '
|
|
140
|
-
['
|
|
137
|
+
['事象の地平面', '1.0 Rs', '脱出速度が光速に達する一方通行の境界線。'],
|
|
138
|
+
['光子球', '1.5 Rs', '光が周回できる不安定な円軌道。'],
|
|
139
|
+
['ISCO', '3.0 Rs', '有質量粒子が存在できる最内室安定円軌道。'],
|
|
140
|
+
['弱場領域', '6 Rs 以上', '重力は依然として強いが、円軌道運動が容易に維持できる。'],
|
|
141
141
|
],
|
|
142
142
|
},
|
|
143
|
+
{
|
|
144
|
+
type: 'title',
|
|
145
|
+
text: '脱出速度と地平面が因果的境界である理由',
|
|
146
|
+
level: 3,
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'paragraph',
|
|
150
|
+
html: '脱出速度とは、追加の推進力なしに無限遠まで到達するために必要な最小速度です。',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: '脱出速度の表示は有用な直感を提供しますが、完全な相対論的記述ではありません。',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'ブラックホール近傍の時間の引き伸ばしと重力赤方偏移',
|
|
159
|
+
level: 3,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'paragraph',
|
|
163
|
+
html: 'シュワルツシルト・ブラックホールの外側の固定半径にある時計は、遠方の観察者と比べて遅く進みます。簡略化された係数は <strong>sqrt(1 - Rs / r)</strong> です。',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'paragraph',
|
|
167
|
+
html: '重力赤方偏移も同じ幾何学に従います。重力井戸から脱出する光はエネルギーを失います。',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 'title',
|
|
171
|
+
text: '光子球とISCOの解説',
|
|
172
|
+
level: 3,
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 'paragraph',
|
|
176
|
+
html: '1.5 Rs に位置する光子球は、理論上光が円軌道を描くことができる領域です。',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'paragraph',
|
|
180
|
+
html: '3 Rs の ISCO は、物質が安定して周回できる最も内側の領域です。',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
type: 'title',
|
|
184
|
+
text: '恒星質量ブラックホールと超大質量ブラックホールの比較',
|
|
185
|
+
level: 3,
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
type: 'paragraph',
|
|
189
|
+
html: '驚くべき事実は、巨大なブラックホールほど地平面での潮汐力が穏やかになり得る点です。',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'paragraph',
|
|
193
|
+
html: 'シミュレーターには、メートルあたりの地球重力単位で表された潮汐勾配が表示されます。',
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
type: 'title',
|
|
197
|
+
text: '本シミュレーターの制限事項',
|
|
198
|
+
level: 3,
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
type: 'list',
|
|
202
|
+
items: [
|
|
203
|
+
'<strong>自転なし:</strong> シュワルツシルト幾何学を使用。',
|
|
204
|
+
'<strong>降着物理の簡易化:</strong> ディスク表示は目安。',
|
|
205
|
+
'<strong>レイトレーシングなし:</strong> 概念的図解。',
|
|
206
|
+
'<strong>静止観測者時計:</strong> 自由落下座標とは異なります。',
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'title',
|
|
211
|
+
text: 'よくある質問',
|
|
212
|
+
level: 3,
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
type: 'paragraph',
|
|
216
|
+
html: 'ブラックホールの各種パラメータの試算に本ツールをご活用ください。',
|
|
217
|
+
},
|
|
143
218
|
],
|
|
144
219
|
faq,
|
|
145
220
|
bibliography,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
3
|
|
|
4
4
|
const slug = 'zwart-gat-gebeurtenishorizon-simulator';
|
|
@@ -106,40 +106,115 @@ export const content: ToolLocaleContent = {
|
|
|
106
106
|
seo: [
|
|
107
107
|
{
|
|
108
108
|
type: 'title',
|
|
109
|
-
text: 'Zwart
|
|
109
|
+
text: 'Zwart Gat Gebeurtenishorizon Simulator voor Schwarzschild-radius, fotonsfeer en tijddilatatie',
|
|
110
110
|
level: 2,
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
type: 'paragraph',
|
|
114
|
-
html: 'Deze simulator
|
|
114
|
+
html: 'Deze gebeurtenishorizon-simulator zet de kernconcepten van Schwarzschild-zwarte gaten om in een interactief visueel model.',
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
type: 'paragraph',
|
|
118
|
-
html: 'De simulator is
|
|
118
|
+
html: 'De simulator is ontworpen voor studenten astronomie, docenten natuurkunde en nieuwsgierige onderzoekers.',
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
type: 'title',
|
|
122
|
-
text: 'Hoe de
|
|
122
|
+
text: 'Hoe de gebeurtenishorizon-radius wordt berekend',
|
|
123
123
|
level: 3,
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
type: 'paragraph',
|
|
127
|
-
html: 'Voor een niet-roterend, ongeladen zwart gat is de
|
|
127
|
+
html: 'Voor een niet-roterend, ongeladen zwart gat is de radius de <strong>Schwarzschild-radius</strong>: <strong>Rs = 2GM / c^2</strong>.',
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
type: 'paragraph',
|
|
131
|
-
html: 'Omdat de
|
|
131
|
+
html: 'Omdat de radius lineair schaalt met massa, heeft een zwart gat van 10 zonnemassa\'s een radius van ongeveer 29,5 km.',
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
type: 'table',
|
|
135
|
-
headers: ['
|
|
135
|
+
headers: ['Regio', 'Radius in Schwarzschild-radii', 'Betekenis'],
|
|
136
136
|
rows: [
|
|
137
|
-
['Gebeurtenishorizon', '1
|
|
138
|
-
['
|
|
139
|
-
['ISCO', '3
|
|
140
|
-
['Zwak veld', '6 Rs en verder', '
|
|
137
|
+
['Gebeurtenishorizon', '1.0 Rs', 'De grens van waaruit niets kan ontsnappen, omdat de ontsnappingssnelheid gelijk is aan c.'],
|
|
138
|
+
['Fotonsfeer', '1.5 Rs', 'De instabiele cirkelvormige baan voor licht rond een Schwarzschild-zwart gat.'],
|
|
139
|
+
['ISCO', '3.0 Rs', 'De binnenste stabiele cirkelvormige baan voor deeltjes met massa.'],
|
|
140
|
+
['Zwak veld', '6 Rs en verder', 'Zwaartekracht is nog steeds sterk, maar cirkelvormige banen zijn makkelijker te behouden.'],
|
|
141
141
|
],
|
|
142
142
|
},
|
|
143
|
+
{
|
|
144
|
+
type: 'title',
|
|
145
|
+
text: 'Ontsnappingssnelheid en causale grens',
|
|
146
|
+
level: 3,
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'paragraph',
|
|
150
|
+
html: 'De ontsnappingssnelheid is de snelheid die een object nodig heeft om zonder verdere voortstuwing willekeurig ver weg te komen.',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'De weergave van de ontsnappingssnelheid biedt nuttige intuïtie, maar is geen volledige relativistische beschrijving.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Tijddilatatie en gravitationele roodverschuiving',
|
|
159
|
+
level: 3,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'paragraph',
|
|
163
|
+
html: 'Een klok die op een vaste afstand buiten een zwart gat staat, tikt langzamer vergeleken met een verre waarnemer. De vereenvoudigde factor is <strong>sqrt(1 - Rs / r)</strong>.',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'paragraph',
|
|
167
|
+
html: 'Gravitationele roodverschuiving volgt dezelfde geometrie. Licht dat uit de zwaartekrachtput klimt, verliest energie.',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 'title',
|
|
171
|
+
text: 'Fotonsfeer en ISCO uitgelegd',
|
|
172
|
+
level: 3,
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 'paragraph',
|
|
176
|
+
html: 'De fotonsfeer op 1.5 Rs is de plaats waar licht in principe in een instabiele cirkelvormige baan kan bewegen.',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'paragraph',
|
|
180
|
+
html: 'De ISCO op 3 Rs is de binnenste stabiele cirkelvormige baan voor materie.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
type: 'title',
|
|
184
|
+
text: 'Stellair versus supermassief zwart gat',
|
|
185
|
+
level: 3,
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
type: 'paragraph',
|
|
189
|
+
html: 'Een verrassende les is dat grotere zwarte gaten minder extreme getijdenkrachten hebben bij de horizon.',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'paragraph',
|
|
193
|
+
html: 'De simulator bevat een getijdenverloopweergave in aardse zwaartekracht per meter.',
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
type: 'title',
|
|
197
|
+
text: 'Beperkingen van deze simulator',
|
|
198
|
+
level: 3,
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
type: 'list',
|
|
202
|
+
items: [
|
|
203
|
+
'<strong>Geen spin:</strong> gebruikt Schwarzschild-geometrie.',
|
|
204
|
+
'<strong>Vereenvoudigde accretiefysica:</strong> illustratieve schijf.',
|
|
205
|
+
'<strong>Geen ray tracing:</strong> educatief diagram.',
|
|
206
|
+
'<strong>Stationaire klok:</strong> niet in vrije val.',
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'title',
|
|
211
|
+
text: 'Veelgestelde vragen',
|
|
212
|
+
level: 3,
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
type: 'paragraph',
|
|
216
|
+
html: 'Gebruik deze tool om de parameters van een zwart gat te schatten.',
|
|
217
|
+
},
|
|
143
218
|
],
|
|
144
219
|
faq,
|
|
145
220
|
bibliography,
|
|
@@ -106,16 +106,16 @@ export const content: ToolLocaleContent = {
|
|
|
106
106
|
seo: [
|
|
107
107
|
{
|
|
108
108
|
type: 'title',
|
|
109
|
-
text: 'Simulador do
|
|
109
|
+
text: 'Simulador do Orizonte de Eventos de Buraco Negro para Raio de Schwarzschild, Esfera de Fótons e Dilatação Temporal',
|
|
110
110
|
level: 2,
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
type: 'paragraph',
|
|
114
|
-
html: 'Este simulador do horizonte de eventos
|
|
114
|
+
html: 'Este simulador do horizonte de eventos converte as ideias fundamentais dos buracos negros de Schwarzschild em um modelo visual interativo.',
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
type: 'paragraph',
|
|
118
|
-
html: 'O simulador foi
|
|
118
|
+
html: 'O simulador foi desenvolvido para estudantes de astronomia, professores de física e pesquisadores.',
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
type: 'title',
|
|
@@ -124,22 +124,97 @@ export const content: ToolLocaleContent = {
|
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
type: 'paragraph',
|
|
127
|
-
html: 'Para um buraco negro sem rotação
|
|
127
|
+
html: 'Para um buraco negro sem rotação e sem carga, o raio é o <strong>raio de Schwarzschild</strong>: <strong>Rs = 2GM / c^2</strong>.',
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
type: 'paragraph',
|
|
131
|
-
html: 'Como o raio
|
|
131
|
+
html: 'Como o raio varia linearmente com a massa, 10 massas solares correspondem a um raio de aproximadamente 29,5 km.',
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
type: 'table',
|
|
135
|
-
headers: ['Região', 'Raio em raios de Schwarzschild', '
|
|
135
|
+
headers: ['Região', 'Raio em raios de Schwarzschild', 'Significado'],
|
|
136
136
|
rows: [
|
|
137
|
-
['Horizonte de eventos', '1.0 Rs', 'O limite
|
|
138
|
-
['Esfera de fótons', '1.5 Rs', 'A órbita circular instável para a luz
|
|
139
|
-
['ISCO', '3.0 Rs', 'A órbita circular estável
|
|
140
|
-
['Campo fraco', '6 Rs e além', 'A gravidade ainda é forte, mas
|
|
137
|
+
['Horizonte de eventos', '1.0 Rs', 'O limite sem retorno onde a velocidade de escape é igual a c.'],
|
|
138
|
+
['Esfera de fótons', '1.5 Rs', 'A órbita circular instável para a luz.'],
|
|
139
|
+
['ISCO', '3.0 Rs', 'A última órbita circular estável para partículas com massa.'],
|
|
140
|
+
['Campo fraco', '6 Rs e além', 'A gravidade ainda é forte, mas órbitas circulares são fáceis de manter.'],
|
|
141
141
|
],
|
|
142
142
|
},
|
|
143
|
+
{
|
|
144
|
+
type: 'title',
|
|
145
|
+
text: 'Velocidade de escape e limite causal',
|
|
146
|
+
level: 3,
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'paragraph',
|
|
150
|
+
html: 'A velocidade de escape é a velocidade mínima necessária para alcançar distância infinita sem propulsão.',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'A leitura da velocidade de escape fornece uma intuição útil, mas não é uma descrição relativística completa.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Dilatação temporal e desvio para o vermelho gravitacional',
|
|
159
|
+
level: 3,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'paragraph',
|
|
163
|
+
html: 'Um relógio fixo perto de um buraco negro avança mais devagar em comparação com um observador distante. O fator simplificado é <strong>sqrt(1 - Rs / r)</strong>.',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'paragraph',
|
|
167
|
+
html: 'O desvio para o vermelho gravitacional segue a mesma geometria. A luz perde energia ao subir o poço gravitacional.',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 'title',
|
|
171
|
+
text: 'Explicação da esfera de fótons e da ISCO',
|
|
172
|
+
level: 3,
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 'paragraph',
|
|
176
|
+
html: 'A esfera de fótons a 1.5 Rs é onde a luz pode percorrer uma órbita circular instável.',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'paragraph',
|
|
180
|
+
html: 'A ISCO a 3 Rs representa a última órbita circular estável para a matéria.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
type: 'title',
|
|
184
|
+
text: 'Buracos negros estelares vs supermassivos',
|
|
185
|
+
level: 3,
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
type: 'paragraph',
|
|
189
|
+
html: 'Uma lição surpreendente é que buracos negros supermassivos produzem forças de maré menos violentas no horizonte.',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'paragraph',
|
|
193
|
+
html: 'O simulador inclui uma leitura do gradiente de maré expressa em gravidades terrestres por metro.',
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
type: 'title',
|
|
197
|
+
text: 'Limitações deste simulador',
|
|
198
|
+
level: 3,
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
type: 'list',
|
|
202
|
+
items: [
|
|
203
|
+
'<strong>Sem rotação:</strong> utiliza a geometria de Schwarzschild.',
|
|
204
|
+
'<strong>Física de acreção simplificada:</strong> disco visual indicativo.',
|
|
205
|
+
'<strong>Sem ray tracing:</strong> diagrama educacional.',
|
|
206
|
+
'<strong>Relógio estacionário:</strong> não em queda livre.',
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'title',
|
|
211
|
+
text: 'Perguntas frequentes',
|
|
212
|
+
level: 3,
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
type: 'paragraph',
|
|
216
|
+
html: 'Utilize esta ferramenta para estimar os parâmetros de um buraco negro.',
|
|
217
|
+
},
|
|
143
218
|
],
|
|
144
219
|
faq,
|
|
145
220
|
bibliography,
|
|
@@ -106,16 +106,16 @@ export const content: ToolLocaleContent = {
|
|
|
106
106
|
seo: [
|
|
107
107
|
{
|
|
108
108
|
type: 'title',
|
|
109
|
-
text: '
|
|
109
|
+
text: 'Svart hål händelsehorisont-simulator för Schwarzschild-radie, fotonsfär och tidsdilatation',
|
|
110
110
|
level: 2,
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
type: 'paragraph',
|
|
114
|
-
html: '
|
|
114
|
+
html: 'Denna händelsehorisont-simulator omvandlar nyckelidéerna kring Schwarzschild-svarta hål till en interaktiv visuell modell.',
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
type: 'paragraph',
|
|
118
|
-
html: 'Simulatorn är
|
|
118
|
+
html: 'Simulatorn är utformad för astronomistudenter, fysiklärare och nyfikna forskare.',
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
type: 'title',
|
|
@@ -124,22 +124,97 @@ export const content: ToolLocaleContent = {
|
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
type: 'paragraph',
|
|
127
|
-
html: 'För ett icke-roterande, oladdat svart hål är
|
|
127
|
+
html: 'För ett icke-roterande, oladdat svart hål är radien <strong>Schwarzschild-radien</strong>: <strong>Rs = 2GM / c^2</strong>.',
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
type: 'paragraph',
|
|
131
|
-
html: 'Eftersom
|
|
131
|
+
html: 'Eftersom radien skalar linjärt med massan har ett svart hål med 10 solmassor en radie på cirka 29,5 km.',
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
type: 'table',
|
|
135
|
-
headers: ['Region', 'Radie i
|
|
135
|
+
headers: ['Region', 'Radie i Schwarzschild-radier', 'Betydelse'],
|
|
136
136
|
rows: [
|
|
137
|
-
['Händelsehorisont', '1
|
|
138
|
-
['Fotonsfär', '1
|
|
139
|
-
['ISCO', '3
|
|
140
|
-
['Svagt fält', '6 Rs och bortom', 'Gravitationen är fortfarande stark
|
|
137
|
+
['Händelsehorisont', '1.0 Rs', 'Enkelriktningsgränsen där flykthastigheten är lika med ljushastigheten.'],
|
|
138
|
+
['Fotonsfär', '1.5 Rs', 'Den ostabila cirkulära omloppsbanan för ljus.'],
|
|
139
|
+
['ISCO', '3.0 Rs', 'Den innersta stabila cirkulära omloppsbanan för massiva partiklar.'],
|
|
140
|
+
['Svagt fält', '6 Rs och bortom', 'Gravitationen är fortfarande stark men cirkulära omloppsbanor är lättare att upprätthålla.'],
|
|
141
141
|
],
|
|
142
142
|
},
|
|
143
|
+
{
|
|
144
|
+
type: 'title',
|
|
145
|
+
text: 'Flykthastighet och kausal gräns',
|
|
146
|
+
level: 3,
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'paragraph',
|
|
150
|
+
html: 'Flykthastigheten är den hastighet som krävs för att nå godtyckligt långt bort utan ytterligare framdrivning.',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
type: 'paragraph',
|
|
154
|
+
html: 'Flykthastighetsavläsningen ger en användbar intuition men är inte en komplett relativistisk beskrivning.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Tidsdilatation och gravitationell rödförskjutning',
|
|
159
|
+
level: 3,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
type: 'paragraph',
|
|
163
|
+
html: 'En klocka som hålls vid en fast radie utanför ett svart hål tickar långsammare jämfört med en avlägsen observatör. Den förenklade faktorn är <strong>sqrt(1 - Rs / r)</strong>.',
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
type: 'paragraph',
|
|
167
|
+
html: 'Gravitationell rödförskjutning följer samma geometri. Ljus som klättrar ur gravitationstunneln förlorar energi.',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
type: 'title',
|
|
171
|
+
text: 'Fotonsfär och ISCO förklaras',
|
|
172
|
+
level: 3,
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 'paragraph',
|
|
176
|
+
html: 'Fotonsfären vid 1.5 Rs är den plats där ljus i princip kan kretsa i en ostabil cirkulär bana.',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
type: 'paragraph',
|
|
180
|
+
html: 'ISCO vid 3 Rs representerar den sista stabila cirkulära omloppsbanan för materia.',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
type: 'title',
|
|
184
|
+
text: 'Stellära kontra supermassiva svarta hål',
|
|
185
|
+
level: 3,
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
type: 'paragraph',
|
|
189
|
+
html: 'En överraskande läxa är att större svarta hål ger mindre extrema tidvattenskrafter vid horisonten.',
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
type: 'paragraph',
|
|
193
|
+
html: 'Simulatorn innehåller en tidvattensgradientavläsning uttryckt i jordgravitation per meter.',
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
type: 'title',
|
|
197
|
+
text: 'Begränsningar hos denna simulator',
|
|
198
|
+
level: 3,
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
type: 'list',
|
|
202
|
+
items: [
|
|
203
|
+
'<strong>Ingen spinn:</strong> använder Schwarzschild-geometri.',
|
|
204
|
+
'<strong>Förenklad ackretionsfysik:</strong> illustrativ skiva.',
|
|
205
|
+
'<strong>Ingen ray tracing:</strong> pedagogiskt diagram.',
|
|
206
|
+
'<strong>Stationär klocka:</strong> inte i fritt fall.',
|
|
207
|
+
],
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
type: 'title',
|
|
211
|
+
text: 'Vanliga frågor',
|
|
212
|
+
level: 3,
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
type: 'paragraph',
|
|
216
|
+
html: 'Använd detta verktyg för att uppskatta parametrar för ett svart hål.',
|
|
217
|
+
},
|
|
143
218
|
],
|
|
144
219
|
faq,
|
|
145
220
|
bibliography,
|
|
@@ -106,40 +106,114 @@ export const content: ToolLocaleContent = {
|
|
|
106
106
|
seo: [
|
|
107
107
|
{
|
|
108
108
|
type: 'title',
|
|
109
|
-
text: '
|
|
109
|
+
text: 'Schwarzschild Yarıçapı, Foton Küresi ve Zaman Genleşmesi için Kara Delik Olay Ufku Simülatörü',
|
|
110
110
|
level: 2,
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
type: 'paragraph',
|
|
114
|
-
html: 'Bu kara delik olay ufku simülatörü, Schwarzschild kara deliklerinin temel fikirlerini etkileşimli bir görsel modele dönüştürür.
|
|
114
|
+
html: 'Bu kara delik olay ufku simülatörü, Schwarzschild kara deliklerinin temel fikirlerini etkileşimli bir görsel modele dönüştürür.',
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
type: 'paragraph',
|
|
118
|
-
html: 'Simülatör
|
|
118
|
+
html: 'Simülatör astronomi öğrencileri, fizik öğretmenleri ve meraklı araştırmacılar için tasarlanmıştır.',
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
type: 'title',
|
|
122
|
-
text: 'Olay
|
|
122
|
+
text: 'Olay Ufku Yarıçapı Nasıl Hesaplanır',
|
|
123
123
|
level: 3,
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
type: 'paragraph',
|
|
127
|
-
html: 'Dönmeyen
|
|
127
|
+
html: 'Dönmeyen ve yüksüz bir kara delik için yarıçap <strong>Schwarzschild yarıçapıdır</strong>: <strong>Rs = 2GM / c^2</strong>.',
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
type: 'paragraph',
|
|
131
|
-
html: '
|
|
131
|
+
html: 'Yarıçap kütle ile doğru orantılı olarak büyüdüğünden, 10 güneş kütleli bir kara deliğin yarıçapı yaklaşık 29.5 km\'dir.',
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
type: 'table',
|
|
135
|
-
headers: ['Bölge', 'Schwarzschild
|
|
135
|
+
headers: ['Bölge', 'Schwarzschild Yarıçapı Cinsinden Yarıçap', 'Anlamı'],
|
|
136
136
|
rows: [
|
|
137
|
-
['Olay
|
|
138
|
-
['Foton
|
|
139
|
-
['
|
|
140
|
-
['Zayıf alan', '6 Rs ve ötesi', 'Kütle çekimi hala güçlüdür ancak dairesel yörüngeleri sürdürmek daha kolaydır.'],
|
|
137
|
+
['Olay Ufku', '1.0 Rs', 'Kaçış hızının ışık hızına eşit olduğu geri dönüşsüz sınır.'],
|
|
138
|
+
['Foton Küresi', '1.5 Rs', 'Işık için kararsız dairesel yörünge.'],
|
|
139
|
+
['Zayıf Alan', '6 Rs ve ötesi', 'Yerçekimi hâlâ güçlüdür ancak dairesel yörüngeleri korumak daha kolaydır.'],
|
|
141
140
|
],
|
|
142
141
|
},
|
|
142
|
+
{
|
|
143
|
+
type: 'title',
|
|
144
|
+
text: 'Kaçış Hızı ve Neden Ufkun Nedensel Bir Sınır Olduğu',
|
|
145
|
+
level: 3,
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
type: 'paragraph',
|
|
149
|
+
html: 'Kaçış hızı, bir nesnenin ek itki olmadan sonsuza ulaşmak için ihtiyaç duyduğu hızdır.',
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
type: 'paragraph',
|
|
153
|
+
html: 'Kaçış hızı göstergesi faydalı bir sezgi sunar ancak tam bir rölativistik açıklama değildir.',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
type: 'title',
|
|
157
|
+
text: 'Kara Delik Yakınında Zaman Genleşmesi ve Kütleçekimsel Kırmızıya Kayma',
|
|
158
|
+
level: 3,
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
type: 'paragraph',
|
|
162
|
+
html: 'Kara deliğin dışındaki sabit bir yarıçapta tutulan saat, uzaktaki bir gözlemciye göre daha yavaş çalışır. Basitleştirilmiş çarpan <strong>sqrt(1 - Rs / r)</strong>\'dir.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: 'paragraph',
|
|
166
|
+
html: 'Kütleçekimsel kırmızıya kayma aynı geometriyi izler. Yerçekimi kuyusundan çıkan ışık enerji kaybeder.',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
type: 'title',
|
|
170
|
+
text: 'Foton Küresi ve ISCO Açıklaması',
|
|
171
|
+
level: 3,
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
type: 'paragraph',
|
|
175
|
+
html: '1.5 Rs konumundaki foton küresi, ışığın ilkesel olarak kararsız dairesel bir yörüngede dönebileceği yerdir.',
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
type: 'paragraph',
|
|
179
|
+
html: '3 Rs konumundaki ISCO, madde için en içteki kararlı dairesel yörüngeyi temsil eder.',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
type: 'title',
|
|
183
|
+
text: 'Yıldız Kütleli ve Süper Kütleli Kara Deliklerin Karşılaştırılması',
|
|
184
|
+
level: 3,
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
type: 'paragraph',
|
|
188
|
+
html: 'Şaşırtıcı bir ders, daha büyük kara deliklerin ufukta daha az şiddetli gelgit kuvvetlerine sahip olabilmesidir.',
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'paragraph',
|
|
192
|
+
html: 'Simülatör, metre başına Dünya yerçekimi cinsinden ifade edilen bir gelgit gradyanı okuması içerir.',
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Bu Simülatörün Sınırlamaları',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'list',
|
|
201
|
+
items: [
|
|
202
|
+
'<strong>Spinsiz:</strong> Schwarzschild geometrisi kullanılır.',
|
|
203
|
+
'<strong>Basitleştirilmiş kütle aktarım fiziği:</strong> gösterge niteliğinde disk.',
|
|
204
|
+
'<strong>Işın izleme yok:</strong> eğitici diyagram.',
|
|
205
|
+
'<strong>Sabit saat:</strong> serbest düşüşte değil.',
|
|
206
|
+
],
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
type: 'title',
|
|
210
|
+
text: 'Sıkça Sorulan Sorular',
|
|
211
|
+
level: 3,
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: 'paragraph',
|
|
215
|
+
html: 'Bir kara deliğin parametrelerini tahmin etmek için bu aracı kullanın.',
|
|
216
|
+
},
|
|
143
217
|
],
|
|
144
218
|
faq,
|
|
145
219
|
bibliography,
|