Major update: functional LBM and DRL

This commit is contained in:
Frank14f
2024-08-18 19:09:09 +08:00
parent 89f2678579
commit c6f607dd8d
51 changed files with 3219 additions and 743 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"multi_gpu": false,
"gpu_connection": "NVLink",
"required_cuda_capability": "7.0",
"threads_per_block": 128,
"X_1U": 128,
"Y_1U": 32,
"Z_1U": 1
}
+13
View File
@@ -0,0 +1,13 @@
{
"data_type": "FP32",
"dimensionality": 2,
"lattice": 9,
"field_dim_in_U": [10, 16, 1],
"viscosity": 0.004,
"velocity": 0.01,
"boundary_conditions": {
"x": ["parabolic", "outflow"],
"y": ["noslip", "noslip"],
"z": ["none", "none"]
}
}
+3
View File
@@ -0,0 +1,3 @@
{
}