aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 42c95739f23eb7a3850494d9a1cae54d0c8343c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Parameter definitions for thorn Hydro_Analysis

BOOLEAN Hydro_Analysis_comp_rho_max "Look for the value and location of the maximum of rho"
{
} "false"

# the following is useful eg. when using cell-centering where there might not
# be a grid point at the centre of the star and initially several equally valid
# maxima might be clustered around it.
BOOLEAN Hydro_Analysis_average_multiple_maxima_locations "when finding more than one global maximum location, average position and use result" STEERABLE = always
{
} "false"

BOOLEAN Hydro_Analysis_rho_max_loc_only_positive_x "Restrict location search for density maximum to positive values of x"
{
} "false"


BOOLEAN Hydro_Analysis_comp_vol_weighted_center_of_mass "Look for the location of the volume-weighted center of mass"
{
} "false"

BOOLEAN Hydro_Analysis_comp_rho_max_origin_distance "Look for the proper distance between the maximum of the density and the origin (along a straight coordinate line)"
{
} "false"

CCTK_INT Hydro_Analysis_rho_max_origin_distance_npoints "Number of points along the straight line for measuring proper distance"
{
  1:* :: "Any positive number"
} 100