Datasets:
Languages:
English
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -293,7 +293,7 @@ flowVelocity ({{ wind_speed }} 0 0);
|
|
293 |
```
|
294 |
|
295 |
blockMeshDict.jinja
|
296 |
-
```
|
297 |
vertices
|
298 |
(
|
299 |
({{ x_min }} {{ y_min }} {{ z_min }})
|
@@ -308,19 +308,19 @@ vertices
|
|
308 |
```
|
309 |
|
310 |
controlDict.jinja
|
311 |
-
```
|
312 |
endTime {{ num_iterations }};
|
313 |
```
|
314 |
|
315 |
forceCoeffs.jinja
|
316 |
-
```
|
317 |
magUInf {{ wind_speed }};
|
318 |
lRef {{ length }}; // Wheelbase length
|
319 |
Aref {{ area }}; // Estimated
|
320 |
```
|
321 |
|
322 |
snappyHexMeshDict.jinja
|
323 |
-
```
|
324 |
geometry
|
325 |
{
|
326 |
object
|
@@ -365,7 +365,6 @@ refinementRegions
|
|
365 |
}
|
366 |
|
367 |
locationInMesh ({{ x_min }} {{ y_min }} {{ z_min }});
|
368 |
-
|
369 |
```
|
370 |
|
371 |
You can find the full OpenFoam configuration on github: [https://github.com/inductiva/wind-tunnel/tree/main/windtunnel/templates](https://github.com/inductiva/wind-tunnel/tree/main/windtunnel/templates)
|
|
|
293 |
```
|
294 |
|
295 |
blockMeshDict.jinja
|
296 |
+
```jinja
|
297 |
vertices
|
298 |
(
|
299 |
({{ x_min }} {{ y_min }} {{ z_min }})
|
|
|
308 |
```
|
309 |
|
310 |
controlDict.jinja
|
311 |
+
```jinja
|
312 |
endTime {{ num_iterations }};
|
313 |
```
|
314 |
|
315 |
forceCoeffs.jinja
|
316 |
+
```jinja
|
317 |
magUInf {{ wind_speed }};
|
318 |
lRef {{ length }}; // Wheelbase length
|
319 |
Aref {{ area }}; // Estimated
|
320 |
```
|
321 |
|
322 |
snappyHexMeshDict.jinja
|
323 |
+
```jinja
|
324 |
geometry
|
325 |
{
|
326 |
object
|
|
|
365 |
}
|
366 |
|
367 |
locationInMesh ({{ x_min }} {{ y_min }} {{ z_min }});
|
|
|
368 |
```
|
369 |
|
370 |
You can find the full OpenFoam configuration on github: [https://github.com/inductiva/wind-tunnel/tree/main/windtunnel/templates](https://github.com/inductiva/wind-tunnel/tree/main/windtunnel/templates)
|