PLUTO
4.4-patch2
|
#include <structs.h>
Data Fields | |
double ** | vn |
double ** | flux |
double ** | tc_flux |
double * | lmax |
double ** | rhs |
double * | press |
double * | Bn |
double * | En |
double * | SL |
double * | SR |
double * | Sc |
double * | dR |
double * | aR |
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.
double * aR |
Flux averaging coefficients
double* Bn |
Face-centered magentic field, e.g., Bn = Bx(i+1/2)
double * dR |
Diffusion coefficient for EMF
double* En |
Face-centered electric field, e.g., En = Ex(i+1/2)
double** flux |
upwind flux computed with the Riemann solver
double* lmax |
Define the maximum k-characteristic speed over the domain
double* press |
Upwind pressure term computed with the Riemann solver
double** rhs |
Conservative right hand side
double * Sc |
MHD alfven waves, contact wave
double* SL |
Leftmost velocity in the Riemann fan at i+1/2
double* SR |
Rightmost velocity in the Riemann fan at i+1/2
double** tc_flux |
Thermal conduction flux
double** vn |
Cell-centered primitive varables at the base time level, v[i] = .