SWHSNoPCM
Loading...
Searching...
No Matches
Constants.hpp
Go to the documentation of this file.
1
6
7#ifndef Constants_h
8#define Constants_h
9
12class Constants {
13 public:
14 static const double pi;
15 static const double L_min;
16 static const double L_max;
17 static const double rho_W_min;
18 static const double rho_W_max;
19 static const double A_C_max;
20 static const double C_W_min;
21 static const double C_W_max;
22 static const double h_C_min;
23 static const double h_C_max;
24 static const double t_final_max;
25 static const double AR_min;
26 static const double AR_max;
27
28};
29
30#endif
Structure for holding the constant values.
Definition Constants.hpp:12