[Commits] [svn:einsteintoolkit] EinsteinExamples/par/ (Rev. 14)

diener at einsteintoolkit.org diener at einsteintoolkit.org
Tue May 4 15:03:30 CDT 2010


User: diener
Date: 2010/05/04 03:03 PM

Modified:
 /par/
  static_tov.par

Log:
 Adapt to new thorn names in the EinsteinToolkit after the move. Update to
 reflect the latest change in the Mclachlan gauges.

File Changes:

Directory: /par/
================

File [modified]: static_tov.par
Delta lines: +18 -16
===================================================================
--- par/static_tov.par	2010-04-10 11:42:22 UTC (rev 13)
+++ par/static_tov.par	2010-05-04 20:03:30 UTC (rev 14)
@@ -114,20 +114,20 @@
 ## Shift Condition:  \partial_t beta^i = 0
 
 # Hydro paramters
-ActiveThorns = "EOS_Base EOS_Ideal_Fluid EOS_Polytrope"
-ActiveThorns = "Whisky"
+ActiveThorns = "EOS_Base EOS_IdealFluid EOS_Polytrope"
+ActiveThorns = "GRHydro"
 
-HydroBase::evolution_method      = "Whisky"
+HydroBase::evolution_method      = "GRHydro"
 
-Whisky::riemann_solver            = "Marquina"
-Whisky::Whisky_eos_type           = "Polytype"
-Whisky::Whisky_eos_table          = "2D_Polytrope"
-Whisky::recon_method              = "ppm"
-Whisky::Whisky_stencil            = 3
-Whisky::bound                     = "none"
-Whisky::rho_abs_min               = 1.e-10
-#Whisky::Whisky_MaxNumConstrainedVars = 18 # Tmunu(10), rho,press,eps,w_lorentz,vel, tau
-#Whisky::Whisky_MaxNumSandRVars    = 10    # gij(6), alpha, beta(3)
+GRHydro::riemann_solver            = "Marquina"
+GRHydro::GRHydro_eos_type           = "Polytype"
+GRHydro::GRHydro_eos_table          = "2D_Polytrope"
+GRHydro::recon_method              = "ppm"
+GRHydro::GRHydro_stencil            = 3
+GRHydro::bound                     = "none"
+GRHydro::rho_abs_min               = 1.e-10
+#GRHydro::GRHydro = 18 # Tmunu(10), rho,press,eps,w_lorentz,vel, tau
+#GRHydro::GRHydro    = 10    # gij(6), alpha, beta(3)
 
 EOS_Polytrope::eos_gamma            = 2.0
 EOS_Polytrope::eos_k                = 100.0
@@ -147,6 +147,8 @@
 
 ML_BSSN::harmonicN           = 1      # 1+log
 ML_BSSN::harmonicF           = 1.0    # 1+log
+ML_BSSN::LapseACoeff         = 1.0
+ML_BSSN::ShiftBCoeff         = 1.0
 ML_BSSN::ShiftGammaCoeff     = 0.0
 ML_BSSN::AlphaDriver         = 0.0
 ML_BSSN::BetaDriver          = 0.0
@@ -173,7 +175,7 @@
 # init parameters
 InitBase::initial_data_setup_method = "init_some_levels"
 
-ActiveThorns = "Whisky_TOVSolverC"
+ActiveThorns = "TOVSolver"
 
 ADMBase::initial_data            = "tov"
 ADMBase::initial_lapse           = "tov"
@@ -181,9 +183,9 @@
 ADMBase::initial_dtlapse         = "zero"
 ADMBase::initial_dtshift         = "zero"
 
-Whiskytovsolver::TOV_Rho_Central[0] = 1.28e-3
-Whiskytovsolver::TOV_Gamma[0]       = 2.0
-Whiskytovsolver::TOV_K[0]           = 100.0
+TOVSolver::TOV_Rho_Central[0] = 1.28e-3
+TOVSolver::TOV_Gamma[0]       = 2.0
+TOVSolver::TOV_K[0]           = 100.0
 
 
 IOBasic::outInfo_every              = 1



More information about the Commits mailing list