|
SWHSNoPCM
|
Provides functions for calculating the outputs. More...
Functions | |
| python.Calculations.func_V_W (V_tank) | |
| Calculates volume of water (m^3). | |
| python.Calculations.func_m_W (rho_W, V_W) | |
| Calculates mass of water (kg). | |
| python.Calculations.func_tau_W (C_W, h_C, A_C, m_W) | |
| Calculates ODE parameter for water related to decay time (s). | |
| python.Calculations.func_T_W (T_C, T_init, t_final, A_tol, R_tol, t_step, tau_W) | |
| Calculates temperature of the water (degreeC). | |
Provides functions for calculating the outputs.
| python.Calculations.func_m_W | ( | rho_W, | |
| V_W ) |
Calculates mass of water (kg).
| rho_W | density of water (kg/m^3) |
| V_W | volume of water (m^3) |
| python.Calculations.func_T_W | ( | T_C, | |
| T_init, | |||
| t_final, | |||
| A_tol, | |||
| R_tol, | |||
| t_step, | |||
| tau_W ) |
Calculates temperature of the water (degreeC).
| T_C | temperature of the heating coil (degreeC) |
| T_init | initial temperature (degreeC) |
| t_final | final time (s) |
| A_tol | absolute tolerance |
| R_tol | relative tolerance |
| t_step | time step for simulation (s) |
| tau_W | ODE parameter for water related to decay time (s) |
| python.Calculations.func_tau_W | ( | C_W, | |
| h_C, | |||
| A_C, | |||
| m_W ) |
Calculates ODE parameter for water related to decay time (s).
| C_W | specific heat capacity of water (J/(kg degreeC)) |
| h_C | convective heat transfer coefficient between coil and water (W/(m^2 degreeC)) |
| A_C | heating coil surface area (m^2) |
| m_W | mass of water (kg) |
| python.Calculations.func_V_W | ( | V_tank | ) |
Calculates volume of water (m^3).
| V_tank | volume of the cylindrical tank (m^3) |