7 #ifndef InputParameters_h
8 #define InputParameters_h
33 void get_input(
string filename,
double &A_C,
double &C_W,
double &h_C,
double &T_init,
double &t_final,
double &L,
double &T_C,
double &t_step,
double &rho_W,
double &D,
double &A_tol,
double &R_tol,
double &E_W);
55 void input_constraints(
double A_C,
double C_W,
double h_C,
double T_init,
double t_final,
double L,
double T_C,
double t_step,
double rho_W,
double D,
double E_W);
Provides the structure for holding constant values.