fixed meta_all.json of incompressible-wake-flow-tiny
Browse files
incompressible-wake-flow-tiny/meta_all.json
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"Dt": 0.01
|
8 |
-
}
|
9 |
}
|
|
|
1 |
+
{
|
2 |
+
"PDE": "Navier-Stokes",
|
3 |
+
"Fields Scheme": "VVd",
|
4 |
+
"Fields": ["Velocity X", "Velocity Y", "Density"],
|
5 |
+
"Constants": ["Mach number"],
|
6 |
+
"Dt": 0.01
|
|
|
|
|
7 |
}
|