|
| 1 | +.. sectionauthor:: Evert Bunschoten |
| 2 | + |
| 3 | + |
1 | 4 | .. _NICFD: |
2 | 5 |
|
3 | 6 | SU2 DataMiner Configuration for NICFD |
@@ -35,6 +38,7 @@ retrieved by running the following code snippet: |
35 | 38 |
|
36 | 39 | .. autofunction:: Common.DataDrivenConfig.Config_NICFD.SetFluid |
37 | 40 |
|
| 41 | +.. _nicfd_data_limits: |
38 | 42 |
|
39 | 43 | Range of the Thermodynamic State Data |
40 | 44 | ------------------------------------- |
@@ -70,6 +74,34 @@ The limits of the fluid data grid are set with the following functions |
70 | 74 | .. autofunction:: Common.DataDrivenConfig.Config_NICFD.SetDensityBounds |
71 | 75 |
|
72 | 76 |
|
| 77 | +Phases and transport properties |
| 78 | +------------------------------- |
| 79 | + |
| 80 | +Thermophysical state data can be generated at various phases. The following functions can be used to specify in which phases thermophysical state data are included in the data generation process. |
| 81 | +*SU2 DataMiner* currently only supports the inclusion of fluid data in the gaseous, liquid, two-phase, supercritical, supercritical gas, and supercritical liquid phases. |
| 82 | +Information about the phase data can be accessed with the following functions. |
| 83 | + |
| 84 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.EnableGasPhase |
| 85 | + |
| 86 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.EnableLiquidPhase |
| 87 | + |
| 88 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.EnableSuperCritical |
| 89 | + |
| 90 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.GasPhase |
| 91 | + |
| 92 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.LiquidPhase |
| 93 | + |
| 94 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.SuperCritical |
| 95 | + |
| 96 | +Transport properties can also be included in the fluid data set. Currently, these are limited to the fluid *thermal conductivity*, *dynamic viscosity*, and *vapor quality*. |
| 97 | +Information on whether transport properties are included in the fluid data set can be accessed with the following functions: |
| 98 | + |
| 99 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.IncludeTransportProperties |
| 100 | + |
| 101 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.CalcTransportProperties |
| 102 | + |
| 103 | + |
| 104 | +.. _resolutionsettings: |
73 | 105 |
|
74 | 106 | Resolution |
75 | 107 | ---------- |
@@ -116,7 +148,22 @@ By default, these are entropy, pressure, temperature, and the speed of sound, bu |
116 | 148 |
|
117 | 149 |
|
118 | 150 |
|
119 | | - |
| 151 | +Tabulation |
| 152 | +---------- |
| 153 | + |
| 154 | +In addition to the EEoS-PINN method, thermophysical state information can also be stored in look-up tables. |
| 155 | +The thermodynamic state space can be discretized with a *Cartesian* method or with an *adaptive* method. |
| 156 | +With the Cartesian method, the thermodynamic state space is divided into equally sized, rectangular cells in the density-static energy space. |
| 157 | +The number of cells along the density and energy axes are specified with the :ref:`setters <resolutionsettings>` for thermodynamic state space resolution. |
| 158 | +With the adaptive method, the thermodynamic state space is divided into triangular elements and can be locally refined in areas of interest such as around the saturation curve. |
| 159 | +For both methods, the limits of the table can be specified with the :ref:`setters <nicfd_data_limits>` for the density and static energy ranges. |
| 160 | + |
| 161 | +Information on the table discretization method can be accessed with the following functions: |
| 162 | + |
| 163 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.SetTableDiscretization |
| 164 | + |
| 165 | +.. autofunction:: Common.DataDrivenConfig.Config_NICFD.GetTableDiscretization |
| 166 | + |
120 | 167 |
|
121 | 168 | References |
122 | 169 | ---------- |
|
0 commit comments