Changes between Version 5 and Version 6 of u/adebrech/code
- Timestamp:
- 03/17/17 15:48:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/code
v5 v6 160 160 }}} 161 161 162 Then a large conditional is entered to determine which region we are sampling at the given time and position. If we are located in a rarefaction fan, the density, velocity, and pressure are calculated, which requires the solution of an equation for the density using the Newton-Raphson solver if the fluid has a covolume parameter :162 Then a large conditional is entered to determine which region we are sampling at the given time and position. If we are located in a rarefaction fan, the density, velocity, and pressure are calculated, which requires the solution of an equation for the density using the Newton-Raphson solver if the fluid has a covolume parameter. A similar conditional is used for the vacuum states, but no star region is required. 163 163 164 164 {{{#!fortran