character hdscheme
:
None
: The hydrodynamics step is skipped entirely (for test purposes). Note that in this
case some initializations necessary for the generation of the mean file are omitted, too.
Roe
: (default) The standard Riemann solver of Roe type is activated.
This value will in almost every case be chosen.
RoeMagKin
: The standard Roe solver is extended to transport passively a magnetic field.
This is a test implementation to check if the general magnetic field handling
works.
character reconstruction
:
Constant
: The run of the partial waves inside the cells is assumed to be constant.
A highly dissipative first order scheme results.
This values will usually only be used for test (or comparison) purposes.
Minmod
: Chooses the smallest slope which still results in a second order scheme.
It is the most diffusive (and most stable) one in this class.
VanLeer
: (default) The recommended second order scheme.
Superbee
: The ``most aggressive'' stable 2nd order scheme.
It results in the steepest shocks, which works well in some test cases
but might be to difficult for the radiation transport module to handle.
PP
: Chooses the piecewise parabolic reconstruction of the PPM scheme
(``Piecewise Parabolic Method'', Colella & Woodward 1984).
Results in 3rd order accuracy for the advection.
VanLeer
reconstruction is a good choice.
If a more stable (and diffusive) scheme is needed, take Minmod
.
The PP
reconstruction gives the highest accuracy.
real c_slopered
:
-Drhd_roe1d_slope_l01=2
is set (see Sect. 3.7),
a new extra stabilization mechanism can be activated:
If one of the reconstruction methods VanLeer
, Superbee
, or PP
(see Sect. 5.3.7) is activated, the slope can be reduced
(by averaging with the results from a MinMod
reconstruction) by setting
c_slopered
to a positive non-zero value.
This value can be set e.g. with
0.0
: Slope reduction switched off.
Original reconstruction is used.
0.02
: Moderate slope reduction in case of large density jumps.
0.10
: More pronounced slope reduction in case of strong density contrast.
integer n_hydcellsperchunk
:
2500
: Pentium III processor
20000
: RISC processor
100000
: Vector machine
real c_visdrag
:
0.0
and 1.0
.
In almost every case the drag forces will be switched off (c_visdrag
=0.0
).
If e.g. strong pulsation have to be damped in the initial phase of a simulation
a value around 0.001-0.01
seems appropriate.
real c_visbound
:
transmitting
boundary condition is chosen. The value can be
set e.g. with
c_visbound
=0.0
).