PLUTO
MAP_PARAM Struct Reference

#include <mod_defs.h>

Public Attributes

double D
 Lab density (input). More...
 
double sigma_c
 Conserved entropy (input). More...
 
double E
 Total energy (input). More...
 
double m2
 Square of total momentum (input). More...
 
double rho
 proper density (output) More...
 
double W
 D*h*lor (output). More...
 
double lor
 Lorentz factor (output). More...
 
double prs
 Thermal pressure (output). More...
 
double S
 m<dot>B (input). More...
 
double S2
 Square of S (input). More...
 
double B2
 Square of magnetic field (input). More...
 

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().

Definition at line 85 of file mod_defs.h.

Member Data Documentation

double MAP_PARAM::B2

Square of magnetic field (input).

Definition at line 96 of file mod_defs.h.

double MAP_PARAM::D

Lab density (input).

Definition at line 86 of file mod_defs.h.

double MAP_PARAM::E

Total energy (input).

Definition at line 88 of file mod_defs.h.

double MAP_PARAM::lor

Lorentz factor (output).

Definition at line 93 of file mod_defs.h.

double MAP_PARAM::m2

Square of total momentum (input).

Definition at line 89 of file mod_defs.h.

double MAP_PARAM::prs

Thermal pressure (output).

Definition at line 94 of file mod_defs.h.

double MAP_PARAM::rho

proper density (output)

Definition at line 91 of file mod_defs.h.

double MAP_PARAM::S

m<dot>B (input).

Definition at line 94 of file mod_defs.h.

double MAP_PARAM::S2

Square of S (input).

Definition at line 95 of file mod_defs.h.

double MAP_PARAM::sigma_c

Conserved entropy (input).

Definition at line 87 of file mod_defs.h.

double MAP_PARAM::W

D*h*lor (output).

Definition at line 92 of file mod_defs.h.


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