You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`m`| Integer | Number of grid cells in the $x$-coordinate direction |
125
130
|`n`| Integer | Number of grid cells in the $y$-coordinate direction |
126
131
|`p`| Integer | Number of grid cells in the $z$-coordinate direction |
132
+
|`pref`| Real | Reference pressure |
133
+
|`rhoref`| Real | Reference density |
127
134
128
135
The parameters define the boundaries of the spatial and temporal domains, and their discretization that are used in simulation.
129
136
@@ -304,6 +311,7 @@ This is enabled by adding ``'elliptic_smoothing': "T",`` and ``'elliptic_smoothi
304
311
305
312
| Parameter | Type | Description |
306
313
| ---: | :----: | :--- |
314
+
|`num_ibs`| Integer | Number of immersed boundary patches |
307
315
|`geometry`| Integer | Geometry configuration of the patch.|
308
316
|`x[y,z]_centroid`| Real | Centroid of the applied geometry in the [x,y,z]-direction. |
309
317
|`length_x[y,z]`| Real | Length, if applicable, in the [x,y,z]-direction. |
@@ -341,7 +349,7 @@ Definitions for currently implemented immersed boundary patch types are listed i
341
349
342
350
-`c`, `t`, `p`, and `m` specify the parameters for a NACA airfoil.
343
351
`m` is the maximum camber, `p` is the location of maximum camber, `c` is the coord length, and `t` is the thickness.
344
-
Additional details on this specification can be found in [The Naca Airfoil Series](https://web.stanford.edu/~cantwell/AA200_Course_Material/The%20NACA%20airfoil%20series.pdf)
352
+
Additional details on this specification can be found in [NACA airfoil](https://en.wikipedia.org/wiki/NACA_airfoil).
345
353
346
354
-`slip` applies a slip boundary to the surface of the patch if true and a no-slip boundary condition to the surface if false.
347
355
@@ -425,6 +433,7 @@ See @ref equations "Equations" for the mathematical models these parameters cont
The parameters are optionally used to define initial velocity profiles and perturbations.
@@ -1030,6 +1057,16 @@ When ``cyl_coord = 'T'`` is set in 2D the following constraints must be met:
1030
1057
-`cantera_file` specifies the chemical mechanism file. If the file is part of the standard Cantera library, only the filename is required. Otherwise, the file must be located in the same directory as your `case.py` file
|`nv_uvm_igr_temps_on_gpu`| Integer | Store IGR temporaries on GPU with UVM |
1067
+
1068
+
- These parameters are for NVIDIA Grace-Hopper and similar architectures with hardware-managed unified memory. They allow MFC to run problems larger than GPU memory by paging data between host and device.
0 commit comments