Computation of 2nd-order upwind dissipation.
More...
|
| subroutine | dissiproe2 (beta) |
| | Computes upwind dissipation according to 2nd-order Roe's flux-difference splitting scheme. Values are extrapolated to cell faces by the MUSCL scheme with kappa=1/3. More...
|
| |
| real(rtype) function | entropycorr2 (z, d) |
| | Evaluates entropy correction function. More...
|
| |
| subroutine dissiproe2 |
( |
real(rtype), intent(in) |
beta | ) |
|
- Parameters
-
| beta | coefficient for mixing new and old dissipation values |
| real(rtype) function dissiproe2::entropycorr2 |
( |
real(rtype) |
z, |
|
|
real(rtype) |
d |
|
) |
| |
- Parameters
-
| z | value to be corrected |
| d | threshold value of the correction |
- Returns
- corrected value of z