mhd_er_tables
File Purpose: equation of state (EOS) and radiation tables for single-fluid MHD analysis;
Function of eperm (internal energy per unit mass) and r (mass density) –> quantity,
for various quantities like pressure, temperature, entropy, opacity.
Optionally, can provide e (internal energy density) instead of eperm;
in that case will convert internally via eperm = e / r.
Functions
|
return erTableManager dict (of {var: Equation Of State lookup table}), for vars in file. |
|
return erTableManager dict (of {var: Radiation lookup table}), for vars in file. |
Classes
|
manages tables, based on tab input file. |
|
lookup table from eperm and r to quantity. |
|
lookup table from eperm and r to quantity. |
manages er tables. |