# # $Header$ # $Log$ # Revision 1.4 2004/03/09 14:01:17 schnetter # Update parameter files to activate thorn SymBase. # # Revision 1.3 2003/08/22 21:49:48 rideout # CardGrid3D now inherits from CoordBase # # Revision 1.2 2003/01/20 12:21:28 tradke # # Use parameter IO::out_dir rather than deprecated one IO::outdir. # # Revision 1.1 2002/05/09 11:27:31 guzman # *** empty log message *** # # Revision 1.2 1999/12/14 13:23:35 werner # Support for timelike downsampling of netgeodesics (out_every). # # Revision 1.1.1.1 1999/11/12 14:13:53 allen # TimeGeodesic # # Revision 1.2 1999/11/11 23:02:47 werner # Using grid mode # # Revision 1.1 1999/11/09 23:37:23 werner # Example parameter file to create remote geodesics. # # Revision 1.1 1999/11/09 17:49:35 werner # Ryoji's Misner BH parameter file and ADM version. # # Revision 1.3 2002/05/08 17:49:35 guzman # For Einstein 2 # Ryoji's Misner BH parameter file and ADM version. # This version contains switched the output for xgraph. # Uses the right conformal state in order to match the results obtained with Einstein 1. # Disables the http and visual features, since there is not remoteio, but this could change.... # so I just commmented them.... # !DESC "1+log sliced 2 BL black holes, ADM, stag leapfrog" ActiveThorns = "admcoupling localreduce admmacros staticconformal coordgauge admbase Time iobasic PsiKadelia CartGrid3D CoordBase SymBase pugh ADM IDanalyticBH IOUtil pughinterp timegeodesic IsoSurfacer boundary ioascii PUGHSlab pughreduce" ####################################################################### # Affecting run time driver::global_nsize = 40 IOBasic::outInfo_every = 1 IOBasic::outInfo_vars = "admbase::lapse" IOBasic::outScalar_every = 1 IOBasic::outScalar_vars = "admbase::lapse" IOASCII::out1D_every = 1 IOASCII::out1D_vars = "admbase::lapse" ####################################################################### # May need to change cactus::cctk_itlast = 90 grid::xyzmin = -11.0 grid::xyzmax = 11.0 admbase::initial_data = "misner_bh" admbase::metric_type = "Static Conformal" ####################################################################### ### IsoSurfacer # the isosurfacer parameters: # - the variable to compute the isosurface from # - the isosurface level # - the output format # - frequency , iteration to start with, resolution of output, # and uniq_vertices flag # #IsoSurfacer::isosurfacer = "{(einstein::alp) (0.95,0.9,0.8,0.7,0.5) (SOCK) (1, 1, 1, 1)}" #IsoSurfacer::isosurfacer = "{(einstein::alp) (0.5) (SOCK) (1, 1, 1, 1)}" # #IsoSurfacer::allow_empty_sends="yes" # # HTTP settings # #http::port = 7050 #http::portrange = 100 # # # NetGeometry settings # #NetGeometry::port = 7051 #NetGeometry::tcpwindowsize = 1048576 # # A list of hosts to which announce the remote viz when it starts up. #NetGeometry::amira_announce = "origin,onyx1.zib.de,grafs29.zib.de" ####################################################################### # # INTERP # #interp::order = 2 # is the default # # GEODESICS # timegeodesic::out_xgraph = "yes" IO::out_dir = "2misner-geodesics" timegeodesic::num_active = "yes" # Integrate numerical geodesics? timegeodesic::num_test = "yes" # Consistency tests. timegeodesic::findnum_IJ = "yes" # Calculate invariants I and J on geodesics timegeodesic::exa_active = "no" # Integrate analytical geodesics? timegeodesic::findexa_IJ = "no" # Calculate invariants I and J on geodesics timegeodesic::geopos = "grid" # Initial position of geodesics timegeodesic::geodesics = 50 # Total number of geodesics timegeodesic::downsample = 5 timegeodesic::out_every = 5 ################################################# ### Parameters that don't need to be changed ################################################# grid::domain = "full" grid::type = "byrange" cactus::cctk_initial_time = 0. time::dtfac = 0.25 admbase::evolution_method = "adm" admbase::lapse_evolution_method = "1+log" admbase::initial_lapse = "one" # Number of black holes idanalyticbh::misner_nbh = 2 idanalyticbh::mu = 2.2 adm::harmonic_f = 2.0 adm::bound = "static" adm::method = "stagleap"