PLUTO  4.4-patch2
Data Fields
Sweep Struct Reference

#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
 

Detailed Description

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.

Field Documentation

◆ aR

double * aR

Flux averaging coefficients

◆ Bn

double* Bn

Face-centered magentic field, e.g., Bn = Bx(i+1/2)

◆ dR

double * dR

Diffusion coefficient for EMF

◆ En

double* En

Face-centered electric field, e.g., En = Ex(i+1/2)

◆ flux

double** flux

upwind flux computed with the Riemann solver

◆ lmax

double* lmax

Define the maximum k-characteristic speed over the domain

◆ press

double* press

Upwind pressure term computed with the Riemann solver

◆ rhs

double** rhs

Conservative right hand side

◆ Sc

double * Sc

MHD alfven waves, contact wave

◆ SL

double* SL

Leftmost velocity in the Riemann fan at i+1/2

◆ SR

double* SR

Rightmost velocity in the Riemann fan at i+1/2

◆ tc_flux

double** tc_flux

Thermal conduction flux

◆ vn

double** vn

Cell-centered primitive varables at the base time level, v[i] = $ \vec{V}^n_i $ .


The documentation for this struct was generated from the following file: