ESTER
Evolution STEllaire en Rotation
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Classes | Functions
physics.h File Reference
#include "ester-config.h"
#include "matrix.h"
Include dependency graph for physics.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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 
)

Here is the call graph for this function:

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 
)

Here is the call graph for this function:

int eos_calc ( const matrix X,
double  Z,
const matrix T,
const matrix p,
matrix rho,
eos_struct eos 
)

Here is the call graph for this function:

int eos_ideal ( const matrix X,
double  Z,
const matrix T,
const matrix p,
matrix rho,
eos_struct eos 
)

Here is the call graph for this function:

int eos_idealrad ( const matrix X,
double  Z,
const matrix T,
const matrix p,
matrix rho,
eos_struct eos 
)

Here is the call graph for this function:

int eos_opal ( const matrix X,
double  Z,
const matrix T,
const matrix p,
matrix rho,
eos_struct eos 
)

Here is the call graph for this function:

double_map initial_composition ( double  X,
double  Z 
)

Here is the call graph for this function:

int nuc_calc ( const matrix_map X,
const matrix T,
const matrix rho,
nuc_struct nuc 
)

Here is the call graph for this function:

int nuc_cesam ( const composition_map comp,
const matrix T,
const matrix rho,
nuc_struct nuc 
)

Here is the call graph for this function:

int nuc_cesam_dcomp ( composition_map comp,
const matrix T,
const matrix rho,
nuc_struct nuc 
)

Here is the call graph for this function:

int nuc_simple ( const composition_map comp,
const matrix T,
const matrix rho,
nuc_struct nuc 
)

Here is the call graph for this function:

int opa_calc ( const matrix X,
double  Z,
const matrix T,
const matrix rho,
opa_struct opa 
)

Here is the call graph for this function:

int opa_houdek ( const matrix X,
double  Z,
const matrix T,
const matrix rho,
opa_struct opa 
)

Here is the call graph for this function:

int opa_kramer ( const matrix T,
const matrix rho,
opa_struct opa 
)

Here is the call graph for this function:

int opa_opal ( const matrix X,
double  Z,
const matrix T,
const matrix rho,
opa_struct opa 
)

Here is the call graph for this function: