PLUTO  4.0
 All Data Structures Files Functions Variables Enumerations Macros Pages
Data Fields
Map_param Struct Reference

#include <mod_defs.h>

Data Fields

double D
 
double sigma_c
 
double E
 
double m2
 
double rho
 
double W
 
double lor
 
double prs
 
double S
 
double S2
 
double B2
 

Detailed Description

The Map_param structure is used to pass input/output arguments during the conversion from conservative to primitive variables operated by the ConsToPrim() function. The output parameter, rho, W, lor and p, must be set at the end of every root-finder routine (EnergySolve(), EntropySolve() and PressureFix()). Additionally, some of the input parameters must be re-computed in EntropySolve() and PressureFix().

The Map_param structure is used to pass input/output arguments during the conversion from conservative to primitive variables operated by the ConsToPrim() function in the relativistic modules (RHD and RMHD). The output parameter, rho, W, lor and p, must be set at the end of every root-finder routine (EnergySolve(), EntropySolve() and PressureFix()). Additionally, some of the input parameters must be re-computed in EntropySolve() and PressureFix().

Field Documentation

double B2

Square of magnetic field (input).

double D

Lab density (input).

double E

Total energy (input).

double lor

Lorentz factor (output).

double m2

Square of total momentum (input).

double prs

Thermal pressure (output).

double rho

proper density (output)

double S

m<dot>B (input).

double S2

Square of S (input).

double sigma_c

Conserved entropy (input).

double W

D*h*lor (output).


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