version 4.2 authored by Udo Ziegler's avatar Udo Ziegler
...@@ -452,6 +452,7 @@ possible values or a numeric range. ...@@ -452,6 +452,7 @@ possible values or a numeric range.
- `06` (`_C.flag[0-7]`) - `06` (`_C.flag[0-7]`)
- `_C.flag[0-7]`: freely usable parameter of `int` type. - `_C.flag[0-7]`: freely usable parameter of `int` type.
$y=10^{-7}$
**SOLVER SPECIFICATIONS**: **SOLVER SPECIFICATIONS**:
...@@ -537,7 +538,7 @@ possible values or a numeric range. ...@@ -537,7 +538,7 @@ possible values or a numeric range.
- `_C.reactions_max_changeX` (typical value: $<0.1$): allowed - `_C.reactions_max_changeX` (typical value: $<0.1$): allowed
maximal relative change of species number densities (or total maximal relative change of species number densities (or total
number density) in the time integration of the chemo-thermal number density) in the time integration of the chemo-thermal
rate equations. rate equations. $y=10^{-7}$
**Important:** The macro `SXN` in module `solveNCCM.c` is a **Important:** The macro `SXN` in module `solveNCCM.c` is a
linear weight applying `_C.reactions_max_change` to a combined linear weight applying `_C.reactions_max_change` to a combined
...@@ -577,7 +578,7 @@ possible values or a numeric range. ...@@ -577,7 +578,7 @@ possible values or a numeric range.
from the momentum equation and the induction equation is not from the momentum equation and the induction equation is not
solved. solved.
- `_C.permeability_rel`: relative magnetic permeability $w+10^{-7}$ - `_C.permeability_rel`: relative magnetic permeability
$\mu_{rel}$ ($=\mu/\mu_0,\,\mu_0=4\pi\cdot10^{-7}\mathtt{V}\cdot\mathtt{m}^{-1}\cdot\mathtt{A}^{-1}\cdot\mathtt{s}^{-1}$). $\mu_{rel}$ ($=\mu/\mu_0,\,\mu_0=4\pi\cdot10^{-7}\mathtt{V}\cdot\mathtt{m}^{-1}\cdot\mathtt{A}^{-1}\cdot\mathtt{s}^{-1}$).
**Important:** The Gaussian unit system can be mimicked by **Important:** The Gaussian unit system can be mimicked by
... ...
......