From 74fb1e6ea34d6e03a35ff6c158f455c39904bf5a Mon Sep 17 00:00:00 2001 From: bmundim Date: Sun, 2 May 2010 20:59:32 +0000 Subject: file/parameter string replacement from whisky to GRHydro git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@112 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- param.ccl | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index d93e4cd..2cb4919 100644 --- a/param.ccl +++ b/param.ccl @@ -1,4 +1,4 @@ -# Parameter definitions for thorn Whisky +# Parameter definitions for thorn GRHydro # $Header$ shares:ADMBase @@ -28,7 +28,7 @@ USES KEYWORD prolongation_type USES INT hydro_excision EXTENDS KEYWORD evolution_method "" { - "whisky" :: "Use Whisky to evolve the hydro variables" + "GRHydro" :: "Use GRHydro to evolve the hydro variables" } ######################################### @@ -53,26 +53,26 @@ USES INT spatial_order restricted: -BOOLEAN whisky_enable_internal_excision "Set this to 'false' to disable the thorn-internal excision." STEERABLE=ALWAYS +BOOLEAN GRHydro_enable_internal_excision "Set this to 'false' to disable the thorn-internal excision." STEERABLE=ALWAYS { } "true" -CCTK_INT whisky_hydro_excision "Turns excision automatically on in HydroBase" ACCUMULATOR-BASE=HydroBase::hydro_excision +CCTK_INT GRHydro_hydro_excision "Turns excision automatically on in HydroBase" ACCUMULATOR-BASE=HydroBase::hydro_excision { 1:1 :: "Only '1' allowed" } 1 -CCTK_INT Whisky_MaxNumEvolvedVars "The maximum number of evolved variables used by Whisky" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars +CCTK_INT GRHydro_MaxNumEvolvedVars "The maximum number of evolved variables used by GRHydro" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Evolved_Vars { 5:8 :: "dens scon[3] tau" } 5 -CCTK_INT Whisky_MaxNumConstrainedVars "The maximum number of constrained variables used by Whisky" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Constrained_Vars +CCTK_INT GRHydro_MaxNumConstrainedVars "The maximum number of constrained variables used by GRHydro" ACCUMULATOR-BASE=MethodofLines::MoL_Num_Constrained_Vars { 7:13 :: "A small range, depending on testing or not" } 8 -CCTK_INT Whisky_MaxNumSandRVars "The maximum number of save and restore variables used by Whisky" ACCUMULATOR-BASE=MethodofLines::MoL_Num_SaveAndRestore_Vars +CCTK_INT GRHydro_MaxNumSandRVars "The maximum number of save and restore variables used by GRHydro" ACCUMULATOR-BASE=MethodofLines::MoL_Num_SaveAndRestore_Vars { 0:16 :: "A small range, depending on testing or not" } 16 @@ -222,18 +222,18 @@ keyword bound "Which boundary condition to use - FIXME" "scalar" :: "Constant" } "none" -int whisky_stencil "Width of the stencil" +int GRHydro_stencil "Width of the stencil" { 0: :: "Must be positive" } 2 -keyword whisky_eos_type "Type of Equation of State" +keyword GRHydro_eos_type "Type of Equation of State" { "Polytype" :: "P = P(rho) or P = P(eps)" "General" :: "P = P(rho, eps)" } "General" -string whisky_eos_table "Name for the Equation of State" +string GRHydro_eos_table "Name for the Equation of State" { .* :: "Can be anything" } "Ideal_Fluid" @@ -241,13 +241,13 @@ string whisky_eos_table "Name for the Equation of State" #Parameters controlling conservative <-> primitive change. -int whisky_c2p_warnlevel "Warnlevel for Con2Prim warnings" STEERABLE=ALWAYS +int GRHydro_c2p_warnlevel "Warnlevel for Con2Prim warnings" STEERABLE=ALWAYS { 0:1 :: "Either 0 or 1" } 0 # This parameter is not used anymore in maintained code: the warnings are produced only for really evolved points. -int whisky_c2p_warn_from_reflevel "Start warning on given refinement level and on higher levels" STEERABLE=ALWAYS +int GRHydro_c2p_warn_from_reflevel "Start warning on given refinement level and on higher levels" STEERABLE=ALWAYS { 0: :: "Greater or equal to 0" } 0 @@ -261,39 +261,39 @@ real c2p_reset_pressure_to_value "The value to which the pressure is reset to wh 0: :: "greater than zero" } 1.e-20 -real whisky_eps_min "Minimum value of internal energy - this is now only used in Whisky_InitData's Whisky_Only_Atmo routine" +real GRHydro_eps_min "Minimum value of internal energy - this is now only used in GRHydro_InitData's GRHydro_Only_Atmo routine" { 0: :: "Positive" } 1.e-10 -real whisky_perc_ptol "Tolerance for primitive variable solve (percent)" +real GRHydro_perc_ptol "Tolerance for primitive variable solve (percent)" { 0: :: "Do we really want both tolerances?" } 1.e-8 -real whisky_del_ptol "Tolerance for primitive variable solve (absolute)" +real GRHydro_del_ptol "Tolerance for primitive variable solve (absolute)" { 0: :: "Do we really want both tolerances?" } 1.e-18 -int whisky_countmax "Maximum number of iterations for Con2Prim solve" +int GRHydro_countmax "Maximum number of iterations for Con2Prim solve" { 1:* :: "Must be positive" } 100 -int whisky_countmin "Minimum number of iterations for Con2Prim solve" +int GRHydro_countmin "Minimum number of iterations for Con2Prim solve" { 0:* :: "Must be non negative" } 1 -int whisky_polish "Number of extra iterations after root found" +int GRHydro_polish "Number of extra iterations after root found" { 0:* :: "Must be non negative" } 0 ###Parameters for compact fluid objects -REAL whisky_rho_central "Central Density for Star" +REAL GRHydro_rho_central "Central Density for Star" { : :: "" } 1.e-5 @@ -330,7 +330,7 @@ REAL rho_abs_min_after_recovery "A new absolute value for rho in the atmosphere. -1.0: :: "" } -1.0 -REAL whisky_atmo_tolerance "A point is set to atmosphere in the Con2Prim's if its rho < whisky_rho_min *(1+whisky_atmo_tolerance). This avoids occasional spurious oscillations in carpet buffer zones lying in the atmosphere (because prolongation happens on conserved variables)" STEERABLE=ALWAYS +REAL GRHydro_atmo_tolerance "A point is set to atmosphere in the Con2Prim's if its rho < GRHydro_rho_min *(1+GRHydro_atmo_tolerance). This avoids occasional spurious oscillations in carpet buffer zones lying in the atmosphere (because prolongation happens on conserved variables)" STEERABLE=ALWAYS { 0.0: :: "Zero or larger. A useful value could be 0.0001" } 0.0 @@ -339,7 +339,7 @@ BOOLEAN wk_atmosphere "Use some of Wolfgang Kastauns atmosphere tricks" { } "no" -BOOLEAN Check_Rho_Minimum "Should a check on rho < whisky_rho_min be performed and written as WARNING level 2?" +BOOLEAN Check_Rho_Minimum "Should a check on rho < GRHydro_rho_min be performed and written as WARNING level 2?" { } "no" @@ -447,7 +447,7 @@ CCTK_INT particle_interpolation_order "What order should be used for the particl #Finding the local gradient -keyword gradient_method "Which method is used to set Whisky::DiffRho?" +keyword gradient_method "Which method is used to set GRHydro::DiffRho?" { "First diff" :: "Standard first differences" "Curvature" :: "Curvature based method of Paramesh / FLASH" @@ -503,12 +503,12 @@ REAL outflowboundary_normal[3] "The normal to the plane; to the right of this ou # NaN detection level -INT Whisky_NaN_verbose "The warning level for NaNs occuring within Whisky" +INT GRHydro_NaN_verbose "The warning level for NaNs occuring within GRHydro" { 0:* :: "The warning level" } 2 -CCTK_REAL Whisky_lorentz_overshoot_cutoff "Set the Lorentz factor to this value in case it overshoots (1/0)" +CCTK_REAL GRHydro_lorentz_overshoot_cutoff "Set the Lorentz factor to this value in case it overshoots (1/0)" { 0:* :: "Some big value" } 1.e100 -- cgit v1.2.3