|
| double ** | v |
| | Cell-centered primitive varables at the base time level, v[i] = . More...
|
| |
| double ** | vL |
| | Primitive variables to the left of the interface, . More...
|
| |
| double ** | vR |
| | Primitive variables to the right of the interface, . More...
|
| |
| double ** | vm |
| | prim vars at i-1/2 edge, vm[i] = vR(i-1/2) More...
|
| |
| double ** | vp |
| | prim vars at i+1/2 edge, vp[i] = vL(i+1/2) More...
|
| |
| double ** | uL |
| | same as vL, in conservative vars More...
|
| |
| double ** | uR |
| | same as vR, in conservative vars More...
|
| |
| double ** | um |
| | same as vm, in conservative vars More...
|
| |
| double ** | up |
| | same as vp, in conservative vars More...
|
| |
| double ** | flux |
| | upwind flux computed with the Riemann solver More...
|
| |
| double ** | visc_flux |
| | Viscosity flux. More...
|
| |
| double ** | visc_src |
| | Viscosity source term. More...
|
| |
| double ** | tc_flux |
| | Thermal conduction flux. More...
|
| |
| double ** | res_flux |
| | Resistive flux (current) More...
|
| |
| double *** | Lp |
| |
| double *** | Rp |
| | Left and right primitive eigenvectors. More...
|
| |
| double ** | lambda |
| | Characteristic speed associated to Lp and Rp. More...
|
| |
| double * | lmax |
| | Define the maximum k-characteristic speed over the domain. More...
|
| |
| double * | a2 |
| | Sound speed squared. More...
|
| |
| double * | h |
| | Enthalpy. More...
|
| |
| double ** | src |
| |
| double ** | vh |
| | Primitive state at n+1/2 (only for one step method) More...
|
| |
| double ** | rhs |
| | Conservative right hand side. More...
|
| |
| double * | press |
| | Upwind pressure term computed with the Riemann solver. More...
|
| |
| double * | bn |
| | Face magentic field, bn = bx(i+1/2) More...
|
| |
| double * | SL |
| | Leftmost velocity in the Riemann fan at i+1/2. More...
|
| |
| double * | SR |
| | Rightmost velocity in the Riemann fan at i+1/2. More...
|
| |
| unsigned char * | flag |
| |
| double | fill1 |
| |
| double | fill2 |
| |
This structure contains one-dimensional vectors of conserved variables, primitive variables, fluxes and so on, used during the reconstruct-Solve-Average strategy. It is a frequently passed to the Riemann solver routines, source and flux functions, etc.
Definition at line 133 of file structs.h.