Changes
Page history
version 4.2
authored
Oct 29, 2025
by
Udo Ziegler
Show whitespace changes
Inline
Side-by-side
3-NIRVANA-user-guide/3.2-User-interfaces.md
View page @
8b69c49c
...
@@ -348,7 +348,7 @@ possible values or a numeric range.
...
@@ -348,7 +348,7 @@ possible values or a numeric range.
`_C.imr` cannot be larger than the macro `MAXLEVEL` defined in
`_C.imr` cannot be larger than the macro `MAXLEVEL` defined in
the header file `nirvanaUser.h`.
the header file `nirvanaUser.h`.
- `_C.amr` ($\le$`MAXLEVEL`): allowed maximum mesh refinement
- `_C.amr` ($\le$
i
`MAXLEVEL`): allowed maximum mesh refinement
level in a AMR simulations. `_C.amr` cannot be larger than the
level in a AMR simulations. `_C.amr` cannot be larger than the
macro `MAXLEVEL` defined in the header file `nirvanaUser.h`.
macro `MAXLEVEL` defined in the header file `nirvanaUser.h`.
...
@@ -404,7 +404,7 @@ possible values or a numeric range.
...
@@ -404,7 +404,7 @@ possible values or a numeric range.
-
`05`
(
`_C.amr_Jeans`
,
`_C.amr_exp`
,
`_C.amr_Field`
)
-
`05`
(
`_C.amr_Jeans`
,
`_C.amr_exp`
,
`_C.amr_Field`
)
- `_C.amr_Jeans` (typical value:
$
0.2
$
): threshold in the
- `_C.amr_Jeans` (typical value: 0.2): threshold in the
Jeans-length-based mesh refinement criterion (cf.
Jeans-length-based mesh refinement criterion (cf.
[AMR](3.1-Code-basics#adaptive-mesh-refinement)). The value `_C.amr_Jeans`
[AMR](3.1-Code-basics#adaptive-mesh-refinement)). The value `_C.amr_Jeans`
defines the fraction of local Jeans length to be resolved by one
defines the fraction of local Jeans length to be resolved by one
...
@@ -415,9 +415,7 @@ possible values or a numeric range.
...
@@ -415,9 +415,7 @@ possible values or a numeric range.
Jeans-length-based mesh refinement criterion allowing a
Jeans-length-based mesh refinement criterion allowing a
systematic reduction of the Jeans threshold with increasing
systematic reduction of the Jeans threshold with increasing
refinement level $l$ according to the expression
refinement level $l$ according to the expression
`_C.amr_Jeans` $-l*$ `_C.amr_dJeans`
`_C.amr_Jeans`$-l*$`_C.amr_dJeans`,
i.e., the local
i.e., the local
Jeans length becomes gradually higher resolved with increasing
Jeans length becomes gradually higher resolved with increasing
$l$. `_C.amr_dJeans` must be positiv.
$l$. `_C.amr_dJeans` must be positiv.
...
@@ -427,7 +425,7 @@ possible values or a numeric range.
...
@@ -427,7 +425,7 @@ possible values or a numeric range.
negative at some refinement level. Otherwise it will trigger
negative at some refinement level. Otherwise it will trigger
mesh refinement up to the maximum refinement level set by `_C.amr`.
mesh refinement up to the maximum refinement level set by `_C.amr`.
- `_C.amr_Field` (typical value:
$
0.2
$
): threshold in the
- `_C.amr_Field` (typical value: 0.2): threshold in the
Field-length-based mesh refinement criterion (cf.
Field-length-based mesh refinement criterion (cf.
[AMR](3.1-Code-basics#adaptive-mesh-refinement)). The value `_C.amr_Field`
[AMR](3.1-Code-basics#adaptive-mesh-refinement)). The value `_C.amr_Field`
defines the fraction of the local Field length to be resolved by
defines the fraction of the local Field length to be resolved by
...
...
...
...