Class representing an ODE system.
More...
#include <ODE.hpp>
|
| ODE (double tau_W, double T_C) |
| Constructor for ODE objects. More...
|
|
void | operator() (vector< double > T_W, vector< double > &dT_W, double t) |
| function representation of ODE system More...
|
|
Class representing an ODE system.
◆ ODE()
ODE::ODE |
( |
double |
tau_W, |
|
|
double |
T_C |
|
) |
| |
Constructor for ODE objects.
- Parameters
-
tau_W | ODE parameter for water related to decay time: derived parameter based on rate of change of temperature of water (s) |
T_C | temperature of the heating coil: the average kinetic energy of the particles within the coil (degreeC) |
◆ operator()()
void ODE::operator() |
( |
vector< double > |
T_W, |
|
|
vector< double > & |
dT_W, |
|
|
double |
t |
|
) |
| |
function representation of ODE system
- Parameters
-
T_W | temperature of the water: the average kinetic energy of the particles within the water (degreeC) |
dT_W | change in temperature of the water (degreeC) |
t | current independent variable value in ODE solution |
The documentation for this class was generated from the following file: