aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: b30d7e896d80b41bc0aa6dad99629bbf1561b000 (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
# Parameter definitions for thorn Hydro_Analysis

BOOLEAN Hydro_Analysis_comp_rho_max "Look for the value and location of the maximum of rho"
{
} "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