Added new outputs to SPHENIX scheme
1 unresolved thread
1 unresolved thread
Adds new outputs to SPHENIX.
Implements #647 (closed).
Edited by Matthieu Schaller
Merge request reports
Activity
- Resolved by Josh Borrow
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
added 1 commit
- 0c89e237 - Added comments about hubble term included in div_v
207 209 208 210 list[10] = io_make_output_field_convert_part( 209 211 "DiffusionParameters", FLOAT, 1, UNIT_CONV_NO_UNITS, 0.f, parts, xparts, 210 212 convert_diffusion, "Diffusion coefficient (alpha_diff) of the particles"); 213 214 list[11] = io_make_output_field( 215 "LaplacianInternalEnergies", FLOAT, 1, UNIT_CONV_FREQUENCY_SQUARED, 216 5.f - 3.f * hydro_gamma, parts, diffusion.laplace_u, 217 "Laplacian (del squared) of the Internal Energy per " 218 "unit mass of the particles"); 219 220 list[12] = io_make_output_field( 221 "VelocityDivergences", FLOAT, 1, UNIT_CONV_FREQUENCY, 0.f, parts, 222 viscosity.div_v, 223 "Local velocity divergence field around the particles. Provided without " 224 "cosmology, as this includes the Hubble flow."); changed this line in version 5 of the diff
added 1 commit
- 3a4b9bd8 - Updated strings to include extra information
mentioned in commit e1c78721
Please register or sign in to reply