forked from AndreWeiner/Simple-CFD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
topics_list.json
110 lines (110 loc) · 4.8 KB
/
topics_list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[
{
"topic_name":"CFD Basics",
"topic_description":"Run your first simulation, check grid convergence and solve transport equations",
"topic_image_url":"https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/cfd_basics_image.png",
"lectures": [
{
"lecture_title": "Introduction to CFD",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "mGSUIXye9j4"
},
{
"lecture_title": "How to run your first simulation part I",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "KznljrgWSvo"
},
{
"lecture_title": "How to run your first simulation part II",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "bJTSKaxG58Y"
},
{
"lecture_title": "Create a mesh with blockMesh",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "Ds0eK1wXMks"
}
]
},
{
"topic_name":"CFD Intermediate",
"topic_description":"Learn about meshing and turbulence models",
"topic_image_url":"https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/cfd_intermediate_image.png",
"lectures": [
{
"lecture_title": "Introduction to CFD",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "mGSUIXye9j4"
},
{
"lecture_title": "How to run your first simulation part I",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "KznljrgWSvo"
},
{
"lecture_title": "How to run your first simulation part II",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "bJTSKaxG58Y"
},
{
"lecture_title": "Create a mesh with blockMesh",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "Ds0eK1wXMks"
}
]
},
{
"topic_name":"Multiphase flows",
"topic_description":"Learn how to model multipe phases with the VOF-method",
"topic_image_url":"https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/cfd_vof_image.png",
"lectures": [
{
"lecture_title": "Introduction to CFD",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "mGSUIXye9j4"
},
{
"lecture_title": "How to run your first simulation part I",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "KznljrgWSvo"
},
{
"lecture_title": "How to run your first simulation part II",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "bJTSKaxG58Y"
},
{
"lecture_title": "Create a mesh with blockMesh",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "Ds0eK1wXMks"
}
]
},
{
"topic_name":"Tips and tricks",
"topic_description":"Learn how to run simulations effectively",
"topic_image_url":"https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/cfd_tips.png",
"lectures": [
{
"lecture_title": "Introduction to CFD",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "mGSUIXye9j4"
},
{
"lecture_title": "How to run your first simulation part I",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "KznljrgWSvo"
},
{
"lecture_title": "How to run your first simulation part II",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "bJTSKaxG58Y"
},
{
"lecture_title": "Create a mesh with blockMesh",
"lecture_text_url": "https://raw.githubusercontent.com/AndreWeiner/Simple-CFD/master/sample_lecture_material/lecture_html.html",
"lecture_video_id": "Ds0eK1wXMks"
}
]
}
]