fix double counting time
This commit is contained in:
parent
5ae5e5ed03
commit
0a602750cf
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ int main(int argc, char **argv )
|
|||
percentage_temp_reached = mesh_c.CheckTemp_mult(uv, 1, goal_temp);
|
||||
cout << "Average coffee temperature: " << average_coffee_temperature << " after " << time_count << " seconds. " << endl;
|
||||
cout << "% of elements above temperature " << goal_temp << "ºC: " << percentage_temp_reached << endl;
|
||||
time_count += dt;
|
||||
|
||||
// ----- compute and write the heat-flux, so openFOAM can read it
|
||||
for (int i = 0; i < numberOfVertices; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue