ESTER
Evolution STEllaire en Rotation
|
#include "ester-config.h"
#include <cmath>
#include <string.h>
#include "matrix.h"
#include "constants.h"
#include "physics.h"
Functions | |
void | maceps_ (double *eps) |
void | opinit_ (double *eps, int *iorder, char *tabnam, int *imode, int tabnamlen) |
void | opints_ (double *x, double *z, double *tlg, double *rlg, double *opalg, double *opr, double *opt, double *opx, double *opz, int *iexp, int *ier) |
double | opa_houdek_i (double X, double Z, double T, double rho, double &dlogkt, double &dlogkr) |
int | opa_houdek (const matrix &X, double Z, const matrix &T, const matrix &rho, opa_struct &opa) |
void maceps_ | ( | double * | eps | ) |
int opa_houdek | ( | const matrix & | X, |
double | Z, | ||
const matrix & | T, | ||
const matrix & | rho, | ||
opa_struct & | opa | ||
) |
double opa_houdek_i | ( | double | X, |
double | Z, | ||
double | T, | ||
double | rho, | ||
double & | dlogkt, | ||
double & | dlogkr | ||
) |
void opinit_ | ( | double * | eps, |
int * | iorder, | ||
char * | tabnam, | ||
int * | imode, | ||
int | tabnamlen | ||
) |
void opints_ | ( | double * | x, |
double * | z, | ||
double * | tlg, | ||
double * | rlg, | ||
double * | opalg, | ||
double * | opr, | ||
double * | opt, | ||
double * | opx, | ||
double * | opz, | ||
int * | iexp, | ||
int * | ier | ||
) |