|
1 | 1 |
|
2 | 2 |
|
3 | | -========================= ============ ======== ====================================================================================================================================================================================================================================================================================================================== |
4 | | -Name Type Default Description |
5 | | -========================= ============ ======== ====================================================================================================================================================================================================================================================================================================================== |
6 | | -capPressureNames string_array {} Name of the capillary pressure constitutive model to use |
7 | | -cflFactor real64 0.5 Factor to apply to the `CFL condition <http://en.wikipedia.org/wiki/Courant-Friedrichs-Lewy_condition>`_ when calculating the maximum allowable time step. Values should be in the interval (0,1] |
8 | | -discretization string required Name of discretization object to use for this solver. |
9 | | -fluidNames string_array required Names of fluid constitutive models for each region. |
10 | | -initialDt real64 1e+99 Initial time-step value required by the solver to the event manager. |
11 | | -inputFluxEstimate real64 1 Initial estimate of the input flux used only for residual scaling. This should be essentially equivalent to the input flux * dt. |
12 | | -logLevel integer 0 Log level |
13 | | -meanPermCoeff real64 1 Coefficient to move between harmonic mean (1.0) and arithmetic mean (0.0) for the calculation of permeability between elements. |
14 | | -name string required A name is required for any non-unique nodes |
15 | | -relPermNames string_array required Name of the relative permeability constitutive model to use |
16 | | -solidNames string_array required Names of solid constitutive models for each region. |
17 | | -targetRegions string_array required Allowable regions that the solver may be applied to. Note that this does not indicate that the solver will be applied to these regions, only that allocation will occur such that the solver may be applied to these regions. The decision about what regions this solver will beapplied to rests in the EventManager. |
18 | | -temperature real64 required Temperature |
19 | | -useMass integer 0 Use mass formulation instead of molar |
20 | | -LinearSolverParameters node unique :ref:`XML_LinearSolverParameters` |
21 | | -NonlinearSolverParameters node unique :ref:`XML_NonlinearSolverParameters` |
22 | | -========================= ============ ======== ====================================================================================================================================================================================================================================================================================================================== |
| 3 | +============================= ============ ======== ====================================================================================================================================================================================================================================================================================================================== |
| 4 | +Name Type Default Description |
| 5 | +============================= ============ ======== ====================================================================================================================================================================================================================================================================================================================== |
| 6 | +allowLocalCompDensityChopping integer 1 Flag indicating whether local (cell-wise) chopping of negative compositions is allowed |
| 7 | +capPressureNames string_array {} Name of the capillary pressure constitutive model to use |
| 8 | +cflFactor real64 0.5 Factor to apply to the `CFL condition <http://en.wikipedia.org/wiki/Courant-Friedrichs-Lewy_condition>`_ when calculating the maximum allowable time step. Values should be in the interval (0,1] |
| 9 | +discretization string required Name of discretization object to use for this solver. |
| 10 | +fluidNames string_array required Names of fluid constitutive models for each region. |
| 11 | +initialDt real64 1e+99 Initial time-step value required by the solver to the event manager. |
| 12 | +inputFluxEstimate real64 1 Initial estimate of the input flux used only for residual scaling. This should be essentially equivalent to the input flux * dt. |
| 13 | +logLevel integer 0 Log level |
| 14 | +maxCompFractionChange real64 1 Maximum (absolute) change in a component fraction between two Newton iterations |
| 15 | +meanPermCoeff real64 1 Coefficient to move between harmonic mean (1.0) and arithmetic mean (0.0) for the calculation of permeability between elements. |
| 16 | +name string required A name is required for any non-unique nodes |
| 17 | +relPermNames string_array required Name of the relative permeability constitutive model to use |
| 18 | +solidNames string_array required Names of solid constitutive models for each region. |
| 19 | +targetRegions string_array required Allowable regions that the solver may be applied to. Note that this does not indicate that the solver will be applied to these regions, only that allocation will occur such that the solver may be applied to these regions. The decision about what regions this solver will beapplied to rests in the EventManager. |
| 20 | +temperature real64 required Temperature |
| 21 | +useMass integer 0 Use mass formulation instead of molar |
| 22 | +LinearSolverParameters node unique :ref:`XML_LinearSolverParameters` |
| 23 | +NonlinearSolverParameters node unique :ref:`XML_NonlinearSolverParameters` |
| 24 | +============================= ============ ======== ====================================================================================================================================================================================================================================================================================================================== |
23 | 25 |
|
24 | 26 |
|
0 commit comments