|
| 1 | +<?xml version="1.0"?> |
| 2 | + |
| 3 | +<jetscape> |
| 4 | + |
| 5 | + <vlevel> 1 </vlevel> |
| 6 | + <nEvents> 1 </nEvents> |
| 7 | + |
| 8 | + |
| 9 | + <setReuseHydro> false </setReuseHydro> |
| 10 | + <nReuseHydro> 1 </nReuseHydro> |
| 11 | + |
| 12 | + <Random> |
| 13 | + <seed>0</seed> |
| 14 | + </Random> |
| 15 | + |
| 16 | + <outputFilename>event</outputFilename> |
| 17 | + <JetScapeWriterAscii> on </JetScapeWriterAscii> |
| 18 | + <JetScapeWriterAsciiGZ> off </JetScapeWriterAsciiGZ> |
| 19 | + <write_pthat> 1 </write_pthat> |
| 20 | + |
| 21 | + <!-- Inital State Module --> |
| 22 | + <IS> |
| 23 | + <grid_max_x> 15 </grid_max_x> |
| 24 | + <grid_max_y> 15 </grid_max_y> |
| 25 | + <grid_max_z> 0 </grid_max_z> |
| 26 | + <grid_step_x> 0.1 </grid_step_x> |
| 27 | + <grid_step_y> 0.1 </grid_step_y> |
| 28 | + |
| 29 | + <!-- Options to read initial conditions from saved file --> |
| 30 | + <initial_profile_path>/data</initial_profile_path> |
| 31 | + </IS> |
| 32 | + |
| 33 | + <!--Preequilibrium Dynamics Module --> |
| 34 | + <Preequilibrium> |
| 35 | + <!-- starting long. proper time for Preequilibrium dynamics --> |
| 36 | + <tau0>0.0</tau0> |
| 37 | + <tauj>0.1</tauj> |
| 38 | + <!-- switching long. proper time from Preequilibrium dynamics to Hydrodynamics (Landau Matching) --> |
| 39 | + <taus>1.16</taus> |
| 40 | + <evolutionInMemory>1</evolutionInMemory> |
| 41 | + |
| 42 | + <!-- Individual Preequilibrium Dynamics models --> |
| 43 | + <FreestreamMilne> |
| 44 | + <name>FreestreamMilne</name> |
| 45 | + <freestream_input_file>freestream_input</freestream_input_file> |
| 46 | + <E_DEP_FS>0</E_DEP_FS> |
| 47 | + </FreestreamMilne> |
| 48 | + </Preequilibrium> |
| 49 | + |
| 50 | + <!-- Hydro Module --> |
| 51 | + <Hydro> |
| 52 | + <MUSIC> |
| 53 | + <beastMode>0</beastMode> |
| 54 | + <output_evolution_to_file>0</output_evolution_to_file> |
| 55 | + <output_evolution_to_memory>1</output_evolution_to_memory> |
| 56 | + <surface_in_memory>1</surface_in_memory> |
| 57 | + <Initial_time_tau_0>1.16</Initial_time_tau_0> |
| 58 | + <T_dependent_Shear_to_S_ratio>2</T_dependent_Shear_to_S_ratio> |
| 59 | + <shear_viscosity_2_curv>-0.48</shear_viscosity_2_curv> |
| 60 | + <shear_viscosity_2_slope>1.11</shear_viscosity_2_slope> |
| 61 | + <shear_viscosity_2_min>0.081</shear_viscosity_2_min> |
| 62 | + <temperature_dependent_bulk_viscosity>2</temperature_dependent_bulk_viscosity> |
| 63 | + <bulk_viscosity_2_normalisation>0.052</bulk_viscosity_2_normalisation> |
| 64 | + <bulk_viscosity_2_width_in_GeV>0.022</bulk_viscosity_2_width_in_GeV> |
| 65 | + <bulk_viscosity_2_peak_in_GeV>0.183</bulk_viscosity_2_peak_in_GeV> |
| 66 | + <freezeout_temperature>0.151</freezeout_temperature> |
| 67 | + </MUSIC> |
| 68 | + </Hydro> |
| 69 | + |
| 70 | + <SoftParticlization> |
| 71 | + <iSS> |
| 72 | + <!-- file path for the default input file --> |
| 73 | + <iSS_input_file>iSS_parameters.dat</iSS_input_file> |
| 74 | + <!-- directory path where the hydro surface is stored --> |
| 75 | + <iSS_table_path>iSS_tables</iSS_table_path> |
| 76 | + <!-- file path for the default particle table files --> |
| 77 | + <iSS_particle_table_path>iSS_tables</iSS_particle_table_path> |
| 78 | + <afterburner_type>2</afterburner_type> |
| 79 | + <number_of_repeated_sampling>100</number_of_repeated_sampling> |
| 80 | + <Perform_resonance_decays>0</Perform_resonance_decays> |
| 81 | + </iSS> |
| 82 | + </SoftParticlization> |
| 83 | + |
| 84 | +</jetscape> |
0 commit comments