ESTER
Evolution STEllaire en Rotation
|
Go to the source code of this file.
Classes | |
struct | nuc_struct |
struct | eos_struct |
struct | opa_struct |
struct | atm_struct |
class | composition_map |
Functions | |
int | opa_calc (const matrix &X, double Z, const matrix &T, const matrix &rho, opa_struct &opa) |
int | eos_calc (const matrix &X, double Z, const matrix &T, const matrix &p, matrix &rho, eos_struct &eos) |
int | nuc_calc (const matrix_map &X, const matrix &T, const matrix &rho, nuc_struct &nuc) |
int | atm_calc (const matrix &X, double Z, const matrix &g, const matrix &Teff, const char *eos_name, const char *opa_name, atm_struct &atm) |
int | opa_opal (const matrix &X, double Z, const matrix &T, const matrix &rho, opa_struct &opa) |
int | opa_houdek (const matrix &X, double Z, const matrix &T, const matrix &rho, opa_struct &opa) |
int | opa_kramer (const matrix &T, const matrix &rho, opa_struct &opa) |
int | nuc_simple (const composition_map &comp, const matrix &T, const matrix &rho, nuc_struct &nuc) |
int | nuc_cesam (const composition_map &comp, const matrix &T, const matrix &rho, nuc_struct &nuc) |
int | nuc_cesam_dcomp (composition_map &comp, const matrix &T, const matrix &rho, nuc_struct &nuc) |
int | eos_ideal (const matrix &X, double Z, const matrix &T, const matrix &p, matrix &rho, eos_struct &eos) |
int | eos_idealrad (const matrix &X, double Z, const matrix &T, const matrix &p, matrix &rho, eos_struct &eos) |
int | eos_opal (const matrix &X, double Z, const matrix &T, const matrix &p, matrix &rho, eos_struct &eos) |
int | atm_onelayer (const matrix &X, double Z, const matrix &g, const matrix &Teff, const char *eos_name, const char *opa_name, atm_struct &atm) |
double_map | initial_composition (double X, double Z) |
int atm_calc | ( | const matrix & | X, |
double | Z, | ||
const matrix & | g, | ||
const matrix & | Teff, | ||
const char * | eos_name, | ||
const char * | opa_name, | ||
atm_struct & | atm | ||
) |
int atm_onelayer | ( | const matrix & | X, |
double | Z, | ||
const matrix & | g, | ||
const matrix & | Teff, | ||
const char * | eos_name, | ||
const char * | opa_name, | ||
atm_struct & | atm | ||
) |
int eos_calc | ( | const matrix & | X, |
double | Z, | ||
const matrix & | T, | ||
const matrix & | p, | ||
matrix & | rho, | ||
eos_struct & | eos | ||
) |
int eos_ideal | ( | const matrix & | X, |
double | Z, | ||
const matrix & | T, | ||
const matrix & | p, | ||
matrix & | rho, | ||
eos_struct & | eos | ||
) |
int eos_idealrad | ( | const matrix & | X, |
double | Z, | ||
const matrix & | T, | ||
const matrix & | p, | ||
matrix & | rho, | ||
eos_struct & | eos | ||
) |
int eos_opal | ( | const matrix & | X, |
double | Z, | ||
const matrix & | T, | ||
const matrix & | p, | ||
matrix & | rho, | ||
eos_struct & | eos | ||
) |
double_map initial_composition | ( | double | X, |
double | Z | ||
) |
int nuc_calc | ( | const matrix_map & | X, |
const matrix & | T, | ||
const matrix & | rho, | ||
nuc_struct & | nuc | ||
) |
int nuc_cesam | ( | const composition_map & | comp, |
const matrix & | T, | ||
const matrix & | rho, | ||
nuc_struct & | nuc | ||
) |
int nuc_cesam_dcomp | ( | composition_map & | comp, |
const matrix & | T, | ||
const matrix & | rho, | ||
nuc_struct & | nuc | ||
) |
int nuc_simple | ( | const composition_map & | comp, |
const matrix & | T, | ||
const matrix & | rho, | ||
nuc_struct & | nuc | ||
) |
int opa_calc | ( | const matrix & | X, |
double | Z, | ||
const matrix & | T, | ||
const matrix & | rho, | ||
opa_struct & | opa | ||
) |
int opa_houdek | ( | const matrix & | X, |
double | Z, | ||
const matrix & | T, | ||
const matrix & | rho, | ||
opa_struct & | opa | ||
) |
int opa_kramer | ( | const matrix & | T, |
const matrix & | rho, | ||
opa_struct & | opa | ||
) |
int opa_opal | ( | const matrix & | X, |
double | Z, | ||
const matrix & | T, | ||
const matrix & | rho, | ||
opa_struct & | opa | ||
) |