|
SWHSNoPCM
|
Class for populating a list during an ODE solution process. More...
#include <Populate.hpp>
Public Member Functions | |
| Populate (vector< double > &T_W) | |
| Constructor for Populate objects. More... | |
| void | operator() (vector< double > &y, double t) |
| appends solution point for current ODE solution step More... | |
Class for populating a list during an ODE solution process.
| Populate::Populate | ( | vector< double > & | T_W | ) |
Constructor for Populate objects.
| T_W | temperature of the water (degreeC) |
| void Populate::operator() | ( | vector< double > & | y, |
| double | t | ||
| ) |