fix double counting time

This commit is contained in:
dino.celebic 2026-01-28 15:43:46 +01:00
commit 0a602750cf

View file

@ -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)