@jjlmoya/utils-science 1.21.0 → 1.23.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/src/category/index.ts +2 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +1 -0
- package/src/tests/locale_completeness.test.ts +2 -2
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/lorenz-attractor/bibliography.astro +14 -0
- package/src/tool/lorenz-attractor/bibliography.ts +12 -0
- package/src/tool/lorenz-attractor/component.astro +146 -0
- package/src/tool/lorenz-attractor/entry.ts +27 -0
- package/src/tool/lorenz-attractor/i18n/de.ts +141 -0
- package/src/tool/lorenz-attractor/i18n/en.ts +185 -0
- package/src/tool/lorenz-attractor/i18n/es.ts +141 -0
- package/src/tool/lorenz-attractor/i18n/fr.ts +141 -0
- package/src/tool/lorenz-attractor/i18n/id.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/it.ts +140 -0
- package/src/tool/lorenz-attractor/i18n/ja.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/ko.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/nl.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/pl.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/pt.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/ru.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/sv.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/tr.ts +139 -0
- package/src/tool/lorenz-attractor/i18n/zh.ts +139 -0
- package/src/tool/lorenz-attractor/index.ts +9 -0
- package/src/tool/lorenz-attractor/logic/LorenzEngine.ts +32 -0
- package/src/tool/lorenz-attractor/lorenz-attractor.css +453 -0
- package/src/tool/lorenz-attractor/renderer.ts +136 -0
- package/src/tool/lorenz-attractor/script.ts +283 -0
- package/src/tool/lorenz-attractor/seo.astro +15 -0
- package/src/tools.ts +2 -0
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
const slug = 'lorenz-attractor';
|
|
2
|
+
const title = 'ローレンツ・アトラクター・カオス・シミュレーター:3Dバタフライ・エフェクト';
|
|
3
|
+
const description = 'このインタラクティブな3Dローレンツ・アトラクター・シミュレーションでカオス理論を探索してください。';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "キャンバスを回転する",
|
|
8
|
+
"text": "3Dビューポート上をドラッグして、アトラクターを回転させます。"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "スライダーを調整する",
|
|
12
|
+
"text": "Sigma、Rho、Betaパラメーターを調整してカオスを観察します。"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "発散を観察する",
|
|
16
|
+
"text": "2つの軌道間の距離が指数関数的に増大する様子を観察します。"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "一時停止とリセット",
|
|
20
|
+
"text": "コントロールボタンを使用して、シミュレーションの停止や初期化を行います。"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "ローレンツ・アトラクターとは何ですか?",
|
|
27
|
+
"answer": "ローレンツ・アトラクターは、ローレンツ方程式系のカオス的な解の集合です。"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "バタフライ・エフェクトとは何ですか?",
|
|
31
|
+
"answer": "初期条件に対する鋭敏な依存性のことで、わずかな差が将来的に決定的な違いを生みます。"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "各パラメーターは何を意味しますか?",
|
|
35
|
+
"answer": "Sigmaはプラントル数、Rhoはレイリー数、Betaはアスペクト比に関連します。"
|
|
36
|
+
}
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
import { bibliography } from '../bibliography';
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
ui: {
|
|
47
|
+
"copied": "コピーされました",
|
|
48
|
+
"noHistory": "履歴なし",
|
|
49
|
+
"load": "読み込み",
|
|
50
|
+
"delete": "削除",
|
|
51
|
+
"title": "ローレンツ・アトラクター",
|
|
52
|
+
"subTitle": "決定論的カオス",
|
|
53
|
+
"parameterControls": "システムパラメーター",
|
|
54
|
+
"simulationSpeed": "速度 (dt)",
|
|
55
|
+
"initialPerturbation": "初期微小差 (dx)",
|
|
56
|
+
"trajectories": "軌道",
|
|
57
|
+
"distance": "発散距離",
|
|
58
|
+
"exponentialGrowth": "指数関数的発散",
|
|
59
|
+
"resetDefault": "Reset",
|
|
60
|
+
"clearPath": "Clear",
|
|
61
|
+
"play": "Resume",
|
|
62
|
+
"pause": "Pause",
|
|
63
|
+
"coords": "座標",
|
|
64
|
+
"divergenceExplanation": "発散グラフは、2つの軌道間のユークリッド距離の経時変化を示しています。"
|
|
65
|
+
},
|
|
66
|
+
seo: [
|
|
67
|
+
{ type: 'title', text: "決定論的カオス: ローレンツ方程式を理解する", level: 2 },
|
|
68
|
+
{ type: 'paragraph', html: "ローレンツ系は、非線形力学とカオス理論における歴史的な定式化です。1963年に気象学者・数学者の<strong>エドワード・ローレンツ</strong>によって導出されたこのモデルは、大気対流の単純化された表現から生まれました。ローレンツは複雑な流体力学方程式を3つの連立常微分方程式に単純化しました。これらの単純で決定論的な方程式が複雑・非周期的・カオス的な挙動を生み出せるという発見は、物理系に対する私たちの理解を一変させました。" },
|
|
69
|
+
{ type: 'paragraph', html: "この系は、3次元位相空間における座標を時間で追う3つの連立微分方程式で定義されます:" },
|
|
70
|
+
{
|
|
71
|
+
type: 'list',
|
|
72
|
+
items: [
|
|
73
|
+
"<strong>dx/dt = σ * (y - x):</strong> 対流運動の速度を表します。パラメータ σ(プラントル数)は流体粘性と熱伝導率の比を表します。",
|
|
74
|
+
"<strong>dy/dt = x * (ρ - z) - y:</strong> 上昇・下降対流電流間の温度差を表します。ρ(レイリー数)は対流加熱の強度を表します。",
|
|
75
|
+
"<strong>dz/dt = x * y - β * z:</strong> 垂直温度プロファイルの歪みを追います。β は対流セルの幾何学的アスペクト比です。",
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
{ type: 'title', text: "バタフライ効果: 初期条件への鋭敏な依存性", level: 3 },
|
|
79
|
+
{ type: 'paragraph', html: "カオス系の決定的特性は<strong>初期条件への鋭敏な依存性</strong>であり、一般に<strong>バタフライ効果</strong>として知られています。このシミュレーターでは、わずかな初期分離を持つ2つの軌道(T1:シアン、T2:ピンク)を実行することでこれを示します。最初はほぼ同じ経路をたどりますが、短時間後に非線形項が差を増幅させ、経路は完全に分岐します。" },
|
|
80
|
+
{
|
|
81
|
+
type: 'table',
|
|
82
|
+
headers: ["パラメータ","標準値","物理的意味","変更時の挙動"],
|
|
83
|
+
rows: [
|
|
84
|
+
["σ (シグマ)","10.0","プラントル数","流体の内部摩擦を決定します。値が大きいほど、温度勾配に対する速度変化の反応が速くなります。"],
|
|
85
|
+
["ρ (ロー)","28.0","レイリー数","ρ = 1未満では原点が唯一の安定点です。ρ = 28でシステムは完全にカオス状態になります。"],
|
|
86
|
+
["β (ベータ)","8/3 (2.667)","幾何学的アスペクト比","対流セルの幅対高さの比を制御します。軌道のスケールと回転速度を変更します。"],
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
{ type: 'title', text: "位相空間、奇妙なアトラクター、フラクタル", level: 3 },
|
|
90
|
+
{ type: 'paragraph', html: "古典物理学では、軌道は最終的に固定点に落ち着くか、限界サイクルとして繰り返します。ローレンツ系はそのどちらも行いません: 経路は3次元で自身と交差することなく無限に回転し、ハウスドルフ次元 約 2.06 のフラクタル幾何学を持つ<strong>奇妙なアトラクター</strong>を形成します。" },
|
|
91
|
+
{ type: 'title', text: "科学におけるカオス理論の応用", level: 3 },
|
|
92
|
+
{ type: 'paragraph', html: "ローレンツアトラクターから得られた教訓は気象予測をはるかに超え、多くの現代的な研究分野に影響を与えました:" },
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
"<strong>気象学:</strong> 天気予測可能性の根本的な限界を確立し、アンサンブル予報手法につながりました。",
|
|
97
|
+
"<strong>暗号理論:</strong> カオス軌道の決定論的でありながら予測不可能な性質は、安全な擬似乱数鍵の生成や機密データの暗号化に使用されます。",
|
|
98
|
+
"<strong>心臓病学:</strong> 心臓リズムのモデル化に使用され、健康な心臓はカオス的特性を示すのに対し、周期的リズムは病理を示す場合があります。",
|
|
99
|
+
"<strong>工学:</strong> 吊り橋や機械システムのカオス共振を分析・回避することで、安定した構造物の設計を支援します。",
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
faq,
|
|
104
|
+
bibliography,
|
|
105
|
+
howTo,
|
|
106
|
+
schemas: [
|
|
107
|
+
{
|
|
108
|
+
'@context': 'https://schema.org',
|
|
109
|
+
'@type': 'SoftwareApplication',
|
|
110
|
+
name: title,
|
|
111
|
+
description: description,
|
|
112
|
+
applicationCategory: 'ScientificApplication',
|
|
113
|
+
operatingSystem: 'Any',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@context': 'https://schema.org',
|
|
117
|
+
'@type': 'FAQPage',
|
|
118
|
+
mainEntity: faq.map((item) => ({
|
|
119
|
+
'@type': 'Question',
|
|
120
|
+
name: item.question,
|
|
121
|
+
acceptedAnswer: {
|
|
122
|
+
'@type': 'Answer',
|
|
123
|
+
text: item.answer,
|
|
124
|
+
},
|
|
125
|
+
})),
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
'@context': 'https://schema.org',
|
|
129
|
+
'@type': 'HowTo',
|
|
130
|
+
name: title,
|
|
131
|
+
step: howTo.map((step) => ({
|
|
132
|
+
'@type': 'HowToStep',
|
|
133
|
+
name: step.name,
|
|
134
|
+
stepValue: step.name,
|
|
135
|
+
text: step.text,
|
|
136
|
+
})),
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
const slug = 'lorenz-attractor';
|
|
2
|
+
const title = '로렌츠 아틀랙터 카오스 시뮬레이터: 3D 나비 효과';
|
|
3
|
+
const description = '인터랙티브 3D 로렌츠 아틀랙터 시뮬레이션으로 카오스 이론을 탐구하고 나비 효과를 시각화하세요.';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "화면 회전",
|
|
8
|
+
"text": "3D 뷰포트를 클릭하고 드래그하여 아틀랙터를 다양한 각도에서 관찰하세요."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "슬라이더 조정",
|
|
12
|
+
"text": "시그마, 로, 베타 매개변수를 수정하여 카오스로 진입하는 상태를 관찰하세요."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "발산 관찰",
|
|
16
|
+
"text": "두 궤적 사이의 거리가 지수함수적으로 증가하는 과정을 확인하세요."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "일시정지 및 리셋",
|
|
20
|
+
"text": "컨트롤을 사용해 시뮬레이션을 일시정지하거나 기본값으로 초기화하세요."
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "로렌츠 아틀랙터란 무엇인가요?",
|
|
27
|
+
"answer": "로렌츠 아틀랙터는 로렌츠 방정식계에서 나타나는 카오스적 해의 집합입니다."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "나비 효과란 무엇인가요?",
|
|
31
|
+
"answer": "비선형 시스템에서 초기 조건의 미세한 변화가 시간이 지나며 거대한 차이를 만들어내는 현상입니다."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "매개변수들은 무엇을 나타내나요?",
|
|
35
|
+
"answer": "시그마는 프란틀 수, 로는 레일리 수, 베타는 기하학적 종횡비를 의미합니다."
|
|
36
|
+
}
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
import { bibliography } from '../bibliography';
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
ui: {
|
|
47
|
+
"copied": "복사됨",
|
|
48
|
+
"noHistory": "기록 없음",
|
|
49
|
+
"load": "불러오기",
|
|
50
|
+
"delete": "삭제",
|
|
51
|
+
"title": "로렌츠 아틀랙터",
|
|
52
|
+
"subTitle": "결정론적 카오스",
|
|
53
|
+
"parameterControls": "시스템 매개변수",
|
|
54
|
+
"simulationSpeed": "속도 (dt)",
|
|
55
|
+
"initialPerturbation": "초기 미세 차이 (dx)",
|
|
56
|
+
"trajectories": "궤적",
|
|
57
|
+
"distance": "발산 거리",
|
|
58
|
+
"exponentialGrowth": "지수 발산",
|
|
59
|
+
"resetDefault": "Reset",
|
|
60
|
+
"clearPath": "Clear",
|
|
61
|
+
"play": "Resume",
|
|
62
|
+
"pause": "Pause",
|
|
63
|
+
"coords": "좌표",
|
|
64
|
+
"divergenceExplanation": "발산 그래프는 두 궤적 간의 유클리드 거리 변화를 실시간으로 나타냅니다."
|
|
65
|
+
},
|
|
66
|
+
seo: [
|
|
67
|
+
{ type: 'title', text: "결정론적 혼돈: 로렌츠 방정식 이해하기", level: 2 },
|
|
68
|
+
{ type: 'paragraph', html: "로렌츠 시스템은 비선형 동역학 및 혼돈 이론의 역사적 기초입니다. 1963년 기상학자이자 수학자 <strong>에드워드 로렌츠</strong>에 의해 처음 유도된 이 모델은 대기 대류의 단순화된 표현에서 탄생했습니다. 로렌츠는 복잡한 유체 역학 방정식을 세 개의 연립 상미분 방정식으로 단순화했습니다. 이 단순하고 결정론적인 방정식들이 복잡하고 비주기적이며 혼돈적인 거동을 만들어낼 수 있다는 발견은 물리 시스템에 대한 우리의 이해를 바꾸었습니다." },
|
|
69
|
+
{ type: 'paragraph', html: "이 시스템은 3차원 위상 공간의 좌표를 시간에 따라 추적하는 세 개의 연립 미분 방정식으로 정의됩니다:" },
|
|
70
|
+
{
|
|
71
|
+
type: 'list',
|
|
72
|
+
items: [
|
|
73
|
+
"<strong>dx/dt = σ * (y - x):</strong> 대류 운동의 속도를 나타냅니다. 매개변수 σ (프란틀 수)는 유체 점성 대 열전도율의 비율을 의미합니다.",
|
|
74
|
+
"<strong>dy/dt = x * (ρ - z) - y:</strong> 상승 및 하강 대류 전류 간의 온도 차이를 나타냅니다. ρ (레일리 수)는 대류 가열 강도를 의미합니다.",
|
|
75
|
+
"<strong>dz/dt = x * y - β * z:</strong> 수직 온도 프로파일의 왜곡을 추적합니다. β는 대류 셀의 기하학적 종횡비입니다.",
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
{ type: 'title', text: "나비 효과: 초기 조건에 대한 민감한 의존성", level: 3 },
|
|
79
|
+
{ type: 'paragraph', html: "혼돈 시스템의 정의적 특성은 <strong>초기 조건에 대한 민감한 의존성</strong>이며, 이는 <strong>나비 효과</strong>로 널리 알려져 있습니다. 이 시뮬레이터는 미세한 초기 분리를 가진 두 궤적(T1: 시안, T2: 분홍)을 실행하여 이를 보여줍니다. 처음에는 거의 동일한 경로를 따르지만, 잠시 후 비선형 항이 차이를 증폭시켜 경로가 완전히 분기됩니다." },
|
|
80
|
+
{
|
|
81
|
+
type: 'table',
|
|
82
|
+
headers: ["매개변수","표준값","물리적 의미","변경 시 거동"],
|
|
83
|
+
rows: [
|
|
84
|
+
["σ (시그마)","10.0","프란틀 수","유체의 내부 마찰을 결정합니다. 값이 클수록 온도 구배에 대한 속도 변화의 반응이 빨라집니다."],
|
|
85
|
+
["ρ (로)","28.0","레일리 수","ρ = 1 미만에서는 원점이 유일한 안정점입니다. ρ = 28에서 시스템은 완전히 혼돈 상태입니다."],
|
|
86
|
+
["β (베타)","8/3 (2.667)","기하학적 종횡비","대류 셀의 폭 대 높이 비율을 제어합니다. 궤도의 규모와 회전 속도를 조절합니다."],
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
{ type: 'title', text: "위상 공간, 이상한 끌개, 프랙탈", level: 3 },
|
|
90
|
+
{ type: 'paragraph', html: "고전 물리학에서 궤적은 결국 고정점에 정착하거나 한계 사이클로 반복됩니다. 로렌츠 시스템은 그 어느 것도 하지 않습니다: 경로는 3차원에서 자신과 교차하지 않고 무한히 반복되어 하우스도르프 차원 약 2.06의 프랙탈 기하학을 가진 <strong>이상한 끌개</strong>를 형성합니다." },
|
|
91
|
+
{ type: 'title', text: "과학에서의 혼돈 이론 응용", level: 3 },
|
|
92
|
+
{ type: 'paragraph', html: "로렌츠 끌개의 교훈은 날씨 예측을 훨씬 넘어서며 많은 현대 연구 분야에 영향을 미쳤습니다:" },
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
"<strong>기상학:</strong> 날씨 예측 가능성의 근본적인 한계를 확립하여 앙상블 예측 방법을 이끌었습니다.",
|
|
97
|
+
"<strong>암호학:</strong> 혼돈 궤도의 결정론적이지만 예측 불가능한 특성은 안전한 의사 난수 키 생성 및 민감한 데이터 암호화에 사용됩니다.",
|
|
98
|
+
"<strong>심장학:</strong> 심장 리듬을 모델링하는 데 사용됩니다. 건강한 심장은 혼돈적 특성을 보이는 반면, 주기적 리듬은 병리를 나타낼 수 있습니다.",
|
|
99
|
+
"<strong>공학:</strong> 현수교 및 기계 시스템의 혼돈 공명을 분석하고 방지하여 안정적인 구조 설계를 지원합니다.",
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
faq,
|
|
104
|
+
bibliography,
|
|
105
|
+
howTo,
|
|
106
|
+
schemas: [
|
|
107
|
+
{
|
|
108
|
+
'@context': 'https://schema.org',
|
|
109
|
+
'@type': 'SoftwareApplication',
|
|
110
|
+
name: title,
|
|
111
|
+
description: description,
|
|
112
|
+
applicationCategory: 'ScientificApplication',
|
|
113
|
+
operatingSystem: 'Any',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@context': 'https://schema.org',
|
|
117
|
+
'@type': 'FAQPage',
|
|
118
|
+
mainEntity: faq.map((item) => ({
|
|
119
|
+
'@type': 'Question',
|
|
120
|
+
name: item.question,
|
|
121
|
+
acceptedAnswer: {
|
|
122
|
+
'@type': 'Answer',
|
|
123
|
+
text: item.answer,
|
|
124
|
+
},
|
|
125
|
+
})),
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
'@context': 'https://schema.org',
|
|
129
|
+
'@type': 'HowTo',
|
|
130
|
+
name: title,
|
|
131
|
+
step: howTo.map((step) => ({
|
|
132
|
+
'@type': 'HowToStep',
|
|
133
|
+
name: step.name,
|
|
134
|
+
stepValue: step.name,
|
|
135
|
+
text: step.text,
|
|
136
|
+
})),
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
const slug = 'lorenzattractor';
|
|
2
|
+
const title = 'Lorenz attractor Chaos Simulator Het Vlindereffect in 3D';
|
|
3
|
+
const description = 'Verken chaostheorie met deze interactieve 3D Lorenz-attractor simulatie. Visualiseer het vlindereffect.';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "Draai het canvas",
|
|
8
|
+
"text": "Klik en sleep in de 3D-viewport om de attractor te roteren."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "Pas de sliders aan",
|
|
12
|
+
"text": "Wijzig de Sigma, Rho en Beta parameters om de chaos te beinvloeden."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Observeer de divergentie",
|
|
16
|
+
"text": "Zie hoe de afstand tussen de twee banen exponentieel groeit."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Pauzeer en reset",
|
|
20
|
+
"text": "Gebruik de knoppen om de simulatie te pauzeren of te resetten."
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "Wat is de Lorenz-attractor?",
|
|
27
|
+
"answer": "De Lorenz-attractor is een verzameling chaotische oplossingen van het Lorenz-systeem."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "Wat is het Vlindereffect?",
|
|
31
|
+
"answer": "De gevoelige afhankelijkheid van beginvoorwaarden in niet-lineaire systemen."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "Wat betekenen de parameters?",
|
|
35
|
+
"answer": "Sigma is het Prandtl-getal, Rho het Rayleigh-getal en Beta de geometrische verhouding."
|
|
36
|
+
}
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
import { bibliography } from '../bibliography';
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
ui: {
|
|
47
|
+
"copied": "Kopieert",
|
|
48
|
+
"noHistory": "Geen geschiedenis",
|
|
49
|
+
"load": "Laden",
|
|
50
|
+
"delete": "Verwijderen",
|
|
51
|
+
"title": "Lorenz-attractor",
|
|
52
|
+
"subTitle": "Deterministische Chaos",
|
|
53
|
+
"parameterControls": "Systeemparameters",
|
|
54
|
+
"simulationSpeed": "Snelheid (dt)",
|
|
55
|
+
"initialPerturbation": "Initiele Verstoring (dx)",
|
|
56
|
+
"trajectories": "Banen",
|
|
57
|
+
"distance": "Divergentie-afstand",
|
|
58
|
+
"exponentialGrowth": "Exponentiele Divergentie",
|
|
59
|
+
"resetDefault": "Reset",
|
|
60
|
+
"clearPath": "Clear",
|
|
61
|
+
"play": "Resume",
|
|
62
|
+
"pause": "Pause",
|
|
63
|
+
"coords": "Coordinaten",
|
|
64
|
+
"divergenceExplanation": "De divergentiegrafiek toont de Euclidische afstand tussen de twee banen over de tijd."
|
|
65
|
+
},
|
|
66
|
+
seo: [
|
|
67
|
+
{ type: 'title', text: "Deterministisch Chaos: De Lorenz-vergelijkingen begrijpen", level: 2 },
|
|
68
|
+
{ type: 'paragraph', html: "Het Lorenz-systeem is een mijlpaal in de niet-lineaire dynamica en de chaostheorie. Oorspronkelijk afgeleid in 1963 door de meteoroloog en wiskundige <strong>Edward Lorenz</strong>, ontstond het model uit een vereenvoudigde weergave van atmosferische convectie. Lorenz vereenvoudigde de complexe vloeistofdynamica tot drie gekoppelde gewone differentiaalvergelijkingen. Zijn ontdekking dat deze eenvoudige, deterministische vergelijkingen hoogcomplex, niet-periodiek en chaotisch gedrag konden produceren, veranderde ons begrip van fysische systemen." },
|
|
69
|
+
{ type: 'paragraph', html: "Het systeem wordt gedefinieerd door drie gekoppelde differentiaalvergelijkingen die een coordinaat in de driedimensionale faseruimte in de tijd volgen:" },
|
|
70
|
+
{
|
|
71
|
+
type: 'list',
|
|
72
|
+
items: [
|
|
73
|
+
"<strong>dx/dt = σ * (y - x):</strong> Beschrijft de snelheid van convectieve beweging. De parameter σ (Prandtl-getal) staat voor de verhouding van vloeistofviscositeit tot warmtegeleiding.",
|
|
74
|
+
"<strong>dy/dt = x * (ρ - z) - y:</strong> Stelt het temperatuurverschil voor tussen stijgende en dalende convectiestromen. ρ (Rayleigh-getal) representeert de convectieve verwarmingsintensiteit.",
|
|
75
|
+
"<strong>dz/dt = x * y - β * z:</strong> Volgt de vervorming van het verticale temperatuurprofiel. β is de geometrische aspectverhouding van de convectiecel.",
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
{ type: 'title', text: "Het Vlindereffect: Gevoelige Afhankelijkheid van Beginwaarden", level: 3 },
|
|
79
|
+
{ type: 'paragraph', html: "De bepalende eigenschap van chaotische systemen is hun <strong>gevoelige afhankelijkheid van begincondities</strong>, populair bekend als het <strong>Vlindereffect</strong>. Dit simulatieprogramma illustreert dit door twee trajecten (T1 in cyaan en T2 in roze) gelijktijdig te laten lopen met een minimaal verschil. Aanvankelijk volgen ze vrijwel hetzelfde pad. Na korte tijd versterken de niet-lineaire termen het verschil en divergeren de paden volledig." },
|
|
80
|
+
{
|
|
81
|
+
type: 'table',
|
|
82
|
+
headers: ["Parameter","Standaardwaarde","Fysische Context","Gedrag bij Wijziging"],
|
|
83
|
+
rows: [
|
|
84
|
+
["σ (Sigma)","10.0","Prandtl-getal","Bepaalt de interne wrijving van de vloeistof. Hogere waarden versnellen de reactie van snelheidsveranderingen op temperatuurgradienten."],
|
|
85
|
+
["ρ (Rho)","28.0","Rayleigh-getal","Belangrijkste aandrijver van chaos. Onder ρ = 1 is de oorsprong het enige stabiele punt. Bij ρ = 28 is het systeem volledig chaotisch."],
|
|
86
|
+
["β (Beta)","8/3 (2.667)","Geometrische Aspectverhouding","Beheert de breedte-hoogteverhouding van de convectiecellen. Wijzigt de schaal en rotatiesnelheid van de banen."],
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
{ type: 'title', text: "Faseruimte, Vreemde Attractoren en Fractalen", level: 3 },
|
|
90
|
+
{ type: 'paragraph', html: "In de klassieke fysica stabiliseren trajecten in vaste punten of herhalen ze zich als limietcycli. Het Lorenz-systeem doet geen van beide: het pad kronkelt oneindig in drie dimensies zonder zichzelf ooit te kruisen, en vormt een <strong>vreemde aantrekker</strong> met een fractale geometrie (Hausdorff-dimensie circa 2,06)." },
|
|
91
|
+
{ type: 'title', text: "Toepassingen van de Chaostheorie in de Wetenschap", level: 3 },
|
|
92
|
+
{ type: 'paragraph', html: "De lessen van de Lorenz-aantrekker reiken veel verder dan weersvoorspelling en hebben veel moderne vakgebieden beinvloed:" },
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
"<strong>Meteorologie:</strong> Stelde de fundamentele limieten van weersvoorspelbaarheid vast, wat leidde tot ensemble-voorspellingsmethoden.",
|
|
97
|
+
"<strong>Cryptografie:</strong> De deterministische maar onvoorspelbare aard van chaotische banen wordt gebruikt om veilige pseudo-willekeurige sleutels te genereren.",
|
|
98
|
+
"<strong>Cardiologie:</strong> Gebruikt om hartritmen te modelleren, waarbij gezonde harten chaotische kenmerken vertonen.",
|
|
99
|
+
"<strong>Techniek:</strong> Helpt stabiele constructies te ontwerpen door chaotische resonantie in hangbruggen en mechanische systemen te analyseren en te vermijden.",
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
faq,
|
|
104
|
+
bibliography,
|
|
105
|
+
howTo,
|
|
106
|
+
schemas: [
|
|
107
|
+
{
|
|
108
|
+
'@context': 'https://schema.org',
|
|
109
|
+
'@type': 'SoftwareApplication',
|
|
110
|
+
name: title,
|
|
111
|
+
description: description,
|
|
112
|
+
applicationCategory: 'ScientificApplication',
|
|
113
|
+
operatingSystem: 'Any',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@context': 'https://schema.org',
|
|
117
|
+
'@type': 'FAQPage',
|
|
118
|
+
mainEntity: faq.map((item) => ({
|
|
119
|
+
'@type': 'Question',
|
|
120
|
+
name: item.question,
|
|
121
|
+
acceptedAnswer: {
|
|
122
|
+
'@type': 'Answer',
|
|
123
|
+
text: item.answer,
|
|
124
|
+
},
|
|
125
|
+
})),
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
'@context': 'https://schema.org',
|
|
129
|
+
'@type': 'HowTo',
|
|
130
|
+
name: title,
|
|
131
|
+
step: howTo.map((step) => ({
|
|
132
|
+
'@type': 'HowToStep',
|
|
133
|
+
name: step.name,
|
|
134
|
+
stepValue: step.name,
|
|
135
|
+
text: step.text,
|
|
136
|
+
})),
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
const slug = 'atraktor-lorenza';
|
|
2
|
+
const title = 'Symulator Chaosu Atraktora Lorenza: Efekt Motyla w 3D';
|
|
3
|
+
const description = 'Badaj teorie chaosu z interaktywna symulacja 3D atraktora Lorenza. Zobacz efekt motyla.';
|
|
4
|
+
|
|
5
|
+
const howTo = [
|
|
6
|
+
{
|
|
7
|
+
"name": "Obracaj widok",
|
|
8
|
+
"text": "Kliknij i przeciagnij na obszarze 3D, aby obrocic atraktor."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "Dostosuj suwaki",
|
|
12
|
+
"text": "Zmieniaj parametry Sigma, Rho i Beta, aby wplynac na zachowanie ukladu."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Obserwuj dywergencje",
|
|
16
|
+
"text": "Zobacz, jak odleglosc miedzy dwiema trajektoriami rosnie wykladniczo."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Pauza i reset",
|
|
20
|
+
"text": "Uzyj przyciskow kontrolnych, aby zatrzymac lub zresetowac symulacje."
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
|
|
24
|
+
const faq = [
|
|
25
|
+
{
|
|
26
|
+
"question": "Co to jest Atraktor Lorenza?",
|
|
27
|
+
"answer": "Atraktor Lorenza to zbior chaotycznych rozwiazan ukladu rownan Lorenza."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"question": "Co to jest Efekt Motyla?",
|
|
31
|
+
"answer": "Wrażliwa zaleznosc ukladu od warunkow poczatkowych."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"question": "Co oznaczaja parametry?",
|
|
35
|
+
"answer": "Sigma to liczba Prandtla, Rho to liczba Rayleigha, a Beta to stosunek geometryczny."
|
|
36
|
+
}
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
import { bibliography } from '../bibliography';
|
|
40
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
41
|
+
|
|
42
|
+
export const content: ToolLocaleContent = {
|
|
43
|
+
slug,
|
|
44
|
+
title,
|
|
45
|
+
description,
|
|
46
|
+
ui: {
|
|
47
|
+
"copied": "Skopiowano",
|
|
48
|
+
"noHistory": "Brak historii",
|
|
49
|
+
"load": "Wczytaj",
|
|
50
|
+
"delete": "Usun",
|
|
51
|
+
"title": "Atraktor Lorenza",
|
|
52
|
+
"subTitle": "Chaos Deterministyczny",
|
|
53
|
+
"parameterControls": "Parametry Ukladu",
|
|
54
|
+
"simulationSpeed": "Predkosc (dt)",
|
|
55
|
+
"initialPerturbation": "Zaburzenie Poczatkowe (dx)",
|
|
56
|
+
"trajectories": "Trajektorie",
|
|
57
|
+
"distance": "Odleglosc Dywergencji",
|
|
58
|
+
"exponentialGrowth": "Dywergencja Wykladnicza",
|
|
59
|
+
"resetDefault": "Reset",
|
|
60
|
+
"clearPath": "Clear",
|
|
61
|
+
"play": "Resume",
|
|
62
|
+
"pause": "Pause",
|
|
63
|
+
"coords": "Wspolrzedne",
|
|
64
|
+
"divergenceExplanation": "Wykres dywergencji pokazuje odleglosc euklidesowa miedzy dwiema trajektoriami w czasie."
|
|
65
|
+
},
|
|
66
|
+
seo: [
|
|
67
|
+
{ type: 'title', text: "Chaos Deterministyczny: Zrozumiec Rownania Lorenza", level: 2 },
|
|
68
|
+
{ type: 'paragraph', html: "Uklad Lorenza to historyczne sformulowanie w dynamice nieliniowej i teorii chaosu. Opracowany w 1963 roku przez meteorologa i matematyka <strong>Edwarda Lorenza</strong>, model powstat z uproszczonej reprezentacji konwekcji atmosferycznej. Lorenz zredukkowal skomplikowane rownania dynamiki plynow do trzech sprzezonych zwyklych rownan rozniczkowych. Jego odkrycie, ze te proste deterministyczne rownania moga generowac zlozzone, nieperiodyczne i chaotyczne zachowanie, zmienilo nasze rozumienie ukladow fizycznych." },
|
|
69
|
+
{ type: 'paragraph', html: "Uklad opisany jest przez trzy sprzeezone rownania rozniczkowe sledzace wspolrzedna w trojwymiarowej przestrzeni fazowej w czasie:" },
|
|
70
|
+
{
|
|
71
|
+
type: 'list',
|
|
72
|
+
items: [
|
|
73
|
+
"<strong>dx/dt = σ * (y - x):</strong> Opisuje tempo ruchu konwekcyjnego. Parametr σ (liczba Prandtla) przedstawia stosunek lepkosci plynu do przewodnosci cieplnej.",
|
|
74
|
+
"<strong>dy/dt = x * (ρ - z) - y:</strong> Reprezentuje roznice temperatury miedzy wznoszacymi i opadajacymi pradami konwekcyjnymi. ρ (liczba Rayleigha) reprezentuje intensywnosc ogrzewania konwekcyjnego.",
|
|
75
|
+
"<strong>dz/dt = x * y - β * z:</strong> Sledzi znieksztalcenie pionowego profilu temperatury. β jest geometrycznym wspolczynnikiem ksztaltu komorki konwekcyjnej.",
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
{ type: 'title', text: "Efekt Motyla: Czula Zaleznosc od Warunkow Poczatkowych", level: 3 },
|
|
79
|
+
{ type: 'paragraph', html: "Cecha definiujaca chaotyczne uklady jest ich <strong>czula zaleznosc od warunkow poczatkowych</strong>, znana popularnie jako <strong>Efekt Motyla</strong>. Symulator demonstruje to, uruchamiajac dwie trajektorie (T1 w kolorze cyan i T2 w kolorze rozowym) z minimalna separacja poczatkowa. Poczatkowo przebiegaja prawie identycznie. Po krotkim czasie nieliniowe czlony wzmacniaja roznice i trajektorie rozchodza sie calkowicie." },
|
|
80
|
+
{
|
|
81
|
+
type: 'table',
|
|
82
|
+
headers: ["Parametr","Wartosc Standardowa","Kontekst Fizyczny","Zachowanie przy Zmianie"],
|
|
83
|
+
rows: [
|
|
84
|
+
["σ (Sigma)","10.0","Liczba Prandtla","Okresla tarcie wewnetrzne plynu. Wyzsze wartosci przyspieszaja reakcje zmian predkosci na gradienty temperatury."],
|
|
85
|
+
["ρ (Rho)","28.0","Liczba Rayleigha","Glowny napedzajacy chaos. Ponizej ρ = 1 poczatek ukladu jest jedynym stabilnym punktem. Przy ρ = 28 system jest w pelni chaotyczny."],
|
|
86
|
+
["β (Beta)","8/3 (2.667)","Geometryczny Wspolczynnik Ksztaltu","Kontroluje stosunek szerokosci do wysokosci komorek konwekcyjnych. Zmienia skale i predkosc rotacji orbit."],
|
|
87
|
+
],
|
|
88
|
+
},
|
|
89
|
+
{ type: 'title', text: "Przestrzen Fazowa, Dziwne Atraktory i Fraktale", level: 3 },
|
|
90
|
+
{ type: 'paragraph', html: "W fizyce klasycznej trajektorie stabilizuja sie w punktach stalych lub powtarzaja jako cykle graniczne. Uklad Lorenza nie robi ani jednego, ani drugiego: sciezka zapetla sie nieskonczona ilosc razy w trzech wymiarach bez samoprzecinania, tworzac <strong>dziwny atraktor</strong> z geometria fraktalowa (wymiar Hausdorffa okolo 2,06)." },
|
|
91
|
+
{ type: 'title', text: "Zastosowania Teorii Chaosu w Nauce", level: 3 },
|
|
92
|
+
{ type: 'paragraph', html: "Wnioski z atraktora Lorenza wykraczaja daleko poza prognozowanie pogody i wywarty wplyw na wiele wspolczesnych dziedzin:" },
|
|
93
|
+
{
|
|
94
|
+
type: 'list',
|
|
95
|
+
items: [
|
|
96
|
+
"<strong>Meteorologia:</strong> Ustanowila fundamentalne granice przewidywalnosci pogody, prowadzac do metod prognozowania zespolowego.",
|
|
97
|
+
"<strong>Kryptografia:</strong> Deterministyczna, ale nieprzewidywalna natura chaotycznych orbit sluzy do generowania bezpiecznych kluczy pseudolosowych.",
|
|
98
|
+
"<strong>Kardiologia:</strong> Uzywana do modelowania rytmow serca, gdzie zdrowe serca wykazuja chaotyczne wlasciwosci.",
|
|
99
|
+
"<strong>Inzynieria:</strong> Pomaga projektowac stabilne konstrukcje poprzez analize i unikanie chaotycznego rezonansu w mostach wiszacych.",
|
|
100
|
+
],
|
|
101
|
+
},
|
|
102
|
+
],
|
|
103
|
+
faq,
|
|
104
|
+
bibliography,
|
|
105
|
+
howTo,
|
|
106
|
+
schemas: [
|
|
107
|
+
{
|
|
108
|
+
'@context': 'https://schema.org',
|
|
109
|
+
'@type': 'SoftwareApplication',
|
|
110
|
+
name: title,
|
|
111
|
+
description: description,
|
|
112
|
+
applicationCategory: 'ScientificApplication',
|
|
113
|
+
operatingSystem: 'Any',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
'@context': 'https://schema.org',
|
|
117
|
+
'@type': 'FAQPage',
|
|
118
|
+
mainEntity: faq.map((item) => ({
|
|
119
|
+
'@type': 'Question',
|
|
120
|
+
name: item.question,
|
|
121
|
+
acceptedAnswer: {
|
|
122
|
+
'@type': 'Answer',
|
|
123
|
+
text: item.answer,
|
|
124
|
+
},
|
|
125
|
+
})),
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
'@context': 'https://schema.org',
|
|
129
|
+
'@type': 'HowTo',
|
|
130
|
+
name: title,
|
|
131
|
+
step: howTo.map((step) => ({
|
|
132
|
+
'@type': 'HowToStep',
|
|
133
|
+
name: step.name,
|
|
134
|
+
stepValue: step.name,
|
|
135
|
+
text: step.text,
|
|
136
|
+
})),
|
|
137
|
+
},
|
|
138
|
+
],
|
|
139
|
+
};
|