Skip to content

Commit e19782e

Browse files
committed
Fixed typo and improved comments
1 parent d5f225a commit e19782e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/tree_2d_dgsem/elixir_mhdmultiion_collisions.jl

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ using Trixi
1111
# Computers & Fluids, 186, 38-57.
1212
#
1313
# This is effectively a zero-dimensional case because the spatial gradients are zero, and we use it to test the
14-
# collission source terms.
14+
# collision source terms.
1515
#
1616
# To run this physically relevant test, we use the following characteristic quantities to non-dimensionalize
1717
# the equations:
18-
# Characteristic length: L_inf = 1.00E-03 m
19-
# Characteristic density: rho_inf = 1.99E+00 kg/m^3
20-
# Characteristic velocity: V_inf = 1.00E+06 m/s
21-
# Characteristic vacuum permeability: mu0_inf = 1.26E-06 N/A^2
22-
# Characteristic gas constant: R_inf = 6.92237E+02 J/kg/K
18+
# Characteristic length: L_inf = 1.00E-03 m (domain size)
19+
# Characteristic density: rho_inf = 1.99E+00 kg/m^3 (corresponds to a number density of 1e20 cm^{-3})
20+
# Characteristic vacuum permeability: mu0_inf = 1.26E-06 N/A^2 (for equations with mu0 = 1)
21+
# Characteristic gas constant: R_inf = 6.92237E+02 J/kg/K (specific gas constant for a Carbon fluid)
22+
# Characteristic velocity: V_inf = 1.00E+06 m/s
2323
#
2424
# The results of the paper can be reproduced using `source_terms = source_terms_collision_ion_ion` (i.e., only
2525
# taking into account ion-ion collisions). However, we include ion-electron collisions assuming a constant

0 commit comments

Comments
 (0)