|
SWHSNoPCM
|
Controls the flow of the program. More...
Variables | |
| python.Control.filename = sys.argv[1] | |
| python.Control.A_C | |
| python.Control.C_W | |
| python.Control.h_C | |
| python.Control.T_init | |
| python.Control.t_final | |
| python.Control.L | |
| python.Control.T_C | |
| python.Control.t_step | |
| python.Control.rho_W | |
| python.Control.D | |
| python.Control.A_tol | |
| python.Control.R_tol | |
| python.Control.E_W | |
| python.Control.V_tank = InputParameters.derived_values(D, L) | |
| python.Control.V_W = Calculations.func_V_W(V_tank) | |
| python.Control.m_W = Calculations.func_m_W(rho_W, V_W) | |
| python.Control.tau_W = Calculations.func_tau_W(C_W, h_C, A_C, m_W) | |
| python.Control.T_W = Calculations.func_T_W(T_C, T_init, t_final, A_tol, R_tol, t_step, tau_W) | |
Controls the flow of the program.