# Parameter definitions for thorn Quasi_Equil # $Header$ shares:grid USES KEYWORD domain "" { } shares:gen_rel_perfect_fluid USES CCTK_REAL eos_gamma "" { : :: "" } USES CCTK_REAL eos_k "" { : :: "" } USES REAL ns_atmos_fact "" { : :: "" } shares:mahc_init_data USES CCTK_REAL mahc_init_rmaxtov "" { : :: "" } USES INT mahc_init_ntov "" { : :: "" } private: BOOLEAN do_quasi_equil "should we get quasi-equilibrium data?" STEERABLE=ALWAYS { } "no" BOOLEAN quasi_equil_oct_set "should we impose the natural octant symmetry of the problem?" { } "no" CCTK_REAL quasi_equil_tol "tolerance for change in constants in iteration process" { 0.0: :: "positive" } 1.0e-6 CCTK_REAL quasi_equil_spacetime_tol "tolerance for change in qe_psi during spactime solve iterations" { 0.0: :: "positive" } 1.0e-6 CCTK_REAL qe_elliptic_tol "tolerence for elliptic solves" { 0.0: :: "positive" } 1.0e-6 CCTK_REAL qe_centden "central density of qe stars" { 0.0: :: "positive" } 2.43e-3 CCTK_REAL qe_xa "relative separation of stars" { 0.0: :: "positive" } 0.2 CCTK_REAL del_centden "amount to step up the central density" { 0.0: :: "positive" } 5.0e-5