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
|`smooth_patch_id` * | Integer |Not Supported |A patch with which the applied patch is smoothened. |
153
+
|`smooth_coeff` * | Real |Not Supported |Smoothen coefficient. |
154
+
|`alpha(i)` * | Real |Supported |Volume fraction of fluid $i$. |
155
+
|`alpha_rho(i)` * | Real |Supported |Partial density of fluid $i$. |
156
+
|`pres` * | Real |Supported |Pressure. |
157
+
|`vel(i)` * | Real |Supported |Velocity in direction $i$. |
158
158
159
159
*: These parameters should be prepended with `patch_icpp(j)%` where $j$ is the patch index.
160
160
161
161
The Table lists the patch parameters. The parameters define the geometries and physical parameters of fluid components (patch) in the domain at initial condition. Note that the domain must be fully filled with patche(s). The code outputs error messages when an empty region is left in the domain.
162
162
163
+
#### Analytical Definition of Primitive Variables
164
+
165
+
Some parameters, as described above, can be defined by analytical functions in the input file. For example, one can define the following patch:
0 commit comments