ESTER
Evolution STEllaire en Rotation
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Functions
physics.cpp File Reference
#include "ester-config.h"
#include "utils.h"
#include "physics.h"
#include <string.h>
Include dependency graph for physics.cpp:

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)
 

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 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 nuc_calc ( const matrix_map X,
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: