Struct hydro
Defined in File hydro.h
Struct Documentation
-
struct hydro
Public Functions
-
hydro(double Rp, vector<PhaseDgm> &Comp, vector<double> Mass_Comp, vector<double> Tgap, double ode_tol, double P0, bool isothermal)
-
hydro(double Pc, double MCin, double MMin, double MWin, double P0, double Teq = 300)
-
hydro(double Rp, double Pc, double Tc, vector<PhaseDgm> &Comp, vector<double> Mass_Comp, vector<double> Tgap, bool isothermal, double Mfit, double ode_tol, double P0, double &Ri, double &Pi, double &Ti, double &Ro, double &Po, double &To)
-
void print(string outfile, bool debug = false)
-
inline double totalM()
-
inline double totalR()
-
inline double getP(int layer)
-
inline double getM(int layer)
-
inline double getR(int layer)
-
inline double getrho(int layer)
-
inline double getT(int layer)
-
inline int getsize()
-
int getLayer_from_r(double r) const
-
int getLayer_from_m(double m) const
-
vector<double> getRs()
-
vector<double> getTs()
-
string checkdummy()
-
void setstatus(int s)
-
inline int getstatus()
-
hydro(double Rp, vector<PhaseDgm> &Comp, vector<double> Mass_Comp, vector<double> Tgap, double ode_tol, double P0, bool isothermal)