MPI-AMRVAC 3.2
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
mod_fld::fld_fluid Type Reference

Radiation fluid object: gas-EoS callbacks the FLD module needs, wired by the physics module at link time (mirrors tc_fluid / rc_fluid). The instance lives in mod_(m)hd_phys and is threaded in here as fl. More...

Public Attributes

double precision gamma
 adiabatic index (constant for FI; a snapshot of eosgamma)
 

Static Public Attributes

procedure(fld_get_var), pointer, nopass get_tgas => null()
 gas temperature from primitive pressure, T = p/(R*rho)
 
procedure(fld_get_var), pointer, nopass get_rfactor => null()
 R factor (mean-molecular-weight gas constant) for the emission term.
 

Detailed Description

Radiation fluid object: gas-EoS callbacks the FLD module needs, wired by the physics module at link time (mirrors tc_fluid / rc_fluid). The instance lives in mod_(m)hd_phys and is threaded in here as fl.

Definition at line 60 of file mod_fld.t.

Member Data Documentation

◆ gamma

double precision mod_fld::fld_fluid::gamma

adiabatic index (constant for FI; a snapshot of eosgamma)

Definition at line 62 of file mod_fld.t.

◆ get_rfactor

procedure(fld_get_var), pointer, nopass mod_fld::fld_fluid::get_rfactor => null()
static

R factor (mean-molecular-weight gas constant) for the emission term.

Definition at line 66 of file mod_fld.t.

◆ get_tgas

procedure(fld_get_var), pointer, nopass mod_fld::fld_fluid::get_tgas => null()
static

gas temperature from primitive pressure, T = p/(R*rho)

Definition at line 64 of file mod_fld.t.


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