Equation of State function declarations. More...
Go to the source code of this file.
Functions | |
FTYPE | pressure_rho0_u_simple_forcheckinversion (int i, int j, int k, int loc, FTYPE rho, FTYPE u) |
wrapper [assumed not called by utoprim_jon.c that could change EOS type] used for inversion check More... | |
FTYPE | compute_entropy_simple_forcheckinversion (int i, int j, int k, int loc, FTYPE rho, FTYPE u) |
wrapper this function should NOT be called by utoprim_jon.c inversion More... | |
int | ufromentropy_calc (struct of_geom *ptrgeom, FTYPE entropy, FTYPE *pr) |
u from entropy (uses pr[RHO]) wrapper More... | |
int | entropy_calc (struct of_geom *ptrgeom, FTYPE *pr, FTYPE *entropy) |
entropy wrapper this function should NOT be called by utoprim_jon.c inversion More... | |
int | entropy_calc_forcheckinversion (struct of_geom *ptrgeom, FTYPE *pr, FTYPE *entropy) |
entropy wrapper this function should NOT be called by utoprim_jon.c inversion More... | |
int | invertentropyflux_calc (struct of_geom *ptrgeom, FTYPE entropyflux, int dir, struct of_state *q, FTYPE *pr) |
ptrgeom->i,ptrgeom->j,ptrgeom->k,ptrgeom->p More... | |
FTYPE | pressure_rho0_w (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE w) |
old function p(rho0,w) More... | |
FTYPE | pressure_rho0_u (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE u) |
p(rho0, u) (needed to get initial guess for W) More... | |
FTYPE | u_rho0_p (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE p) |
u(rho0, p) (used for initial conditions) More... | |
FTYPE | u_rho0_T (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE T) |
u(rho0, T) (used for initial conditions) More... | |
FTYPE | dpdu_rho0_u (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE u) |
dp(rho0, u)/du More... | |
FTYPE | dpdrho0_rho0_u (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE u) |
dp(rho0, u)/drho0 More... | |
FTYPE | cs2_compute (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE u) |
sound speed squared (for vchar.c) More... | |
FTYPE | compute_dSdrho (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE u) |
used for dudp_calc More... | |
FTYPE | compute_dSdu (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE u) |
used for dudp_calc More... | |
FTYPE | compute_specificentropy_wmrho0 (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE u) |
specific entropy as function of rho0 and internal energy (wmrho0) specificS(rho0,wmrho0) More... | |
FTYPE | compute_dspecificSdrho_wmrho0 (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE wmrho0) |
used for utoprim_jon entropy inversion More... | |
FTYPE | compute_dspecificSdwmrho0_wmrho0 (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE wmrho0) |
used for utoprim_jon entropy inversion More... | |
FTYPE | pressure_wmrho0 (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE wmrho0) |
p(rho0, w-rho0 = u+p) More... | |
FTYPE | compute_idwmrho0dp (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE wmrho0) |
1 / (d(u+p)/dp) holding rho0 fixed More... | |
FTYPE | compute_idrho0dp (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE wmrho0) |
1 / (drho0/dp) holding wmrho0 fixed More... | |
FTYPE | compute_qdot (int whicheos, FTYPE *EOSextra, FTYPE rho0, FTYPE u) |
radiation rate More... | |
void | compute_EOS_parms_full (int whicheos, FTYPE(*EOSextra)[NSTORE2][NSTORE3][NUMEOSGLOBALS], FTYPE(*prim)[NSTORE2][NSTORE3][NPR]) |
compute EOS all parameters More... | |
void | store_EOS_parms (int whicheos, int numparms, FTYPE *EOSextra, FTYPE *parlist) |
store EOS parameters More... | |
void | get_EOS_parms (int whicheos, int *numparms, FTYPE *EOSextra, FTYPE *parlist) |
get EOS parameters More... | |
Equation of State function declarations.
Definition in file eos.funcdeclare.h.
wrapper this function should NOT be called by utoprim_jon.c inversion
Definition at line 3886 of file phys.tools.c.
entropy wrapper this function should NOT be called by utoprim_jon.c inversion
Definition at line 3793 of file phys.tools.c.
entropy wrapper this function should NOT be called by utoprim_jon.c inversion
Definition at line 3803 of file phys.tools.c.
int invertentropyflux_calc | ( | struct of_geom * | ptrgeom, |
FTYPE | entropyflux, | ||
int | dir, | ||
struct of_state * | q, | ||
FTYPE * | pr | ||
) |
ptrgeom->i,ptrgeom->j,ptrgeom->k,ptrgeom->p
Definition at line 2334 of file phys.tools.c.
wrapper [assumed not called by utoprim_jon.c that could change EOS type] used for inversion check
Definition at line 3823 of file phys.tools.c.
u from entropy (uses pr[RHO]) wrapper
Definition at line 2347 of file phys.tools.c.