Provides the function for writing outputs. More...
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
void | write_output (double E_W, vector< double > &T_W) |
Writes the output values to output.txt. More... | |
Provides the function for writing outputs.
void write_output | ( | double | E_W, |
vector< double > & | T_W | ||
) |
Writes the output values to output.txt.
E_W | change in heat energy in the water: change in thermal energy within the water (J) |
T_W | temperature of the water: the average kinetic energy of the particles within the water (degreeC) |