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: the average kinetic energy of the particles within the water (degreeC) |
void Populate::operator() | ( | vector< double > & | y, |
double | t | ||
) |