Nijso
Nijso
ANSYS Fluent for instance has the same strict criterion, the axisymmetric line should be placed at the x-axis with high precision. In SU2, y < 1.0e-16 for the y-coordinates of...
tutorial for the 90 degree pipe bend is almost finished
tutorial for the pipe is finished
@jtneedels, are there still things to be done for this tutorial?
@EvertBunschoten I suggest to first finish and close this one before moving on to the hydrogen flamelets PR
Here is a simple proof-of-concept for the fluid iteration where we catch SIGTERM. If you run it and hit ctrl-c, we catch the signal and we set stopcalc to true....
We probably also have to do something like this at other places where we have external iterations.
OK, so I am moving the signal handling to COutput::ConvergenceMonitoring as discussed in the dev-meeting.
@pcarruscag This works for me. Do you think this is OK or we need to do it different/more, maybe a config keyword to activate/deactivate, or other options?
We actually do a find_last_of('.'), which strips the filename extension, if it exists. But it leads to the problem that you describe if the filename does not have an extension...