CfdOF icon indicating copy to clipboard operation
CfdOF copied to clipboard

"Sticky" reportingfunction x/y axis scales

Open mas985 opened this issue 2 years ago • 2 comments

While the simulation is running, reportingFunction is updated and with each update, the graph is rescaled based upon the entire dataset. The problem with this is when using probes, the first couple of iterations can sometimes have erroneous values that are way outside the scope of actual valves. This can make the graphs unreadable. I can change the scale of the graph but it is erased with the next iteration. If there was a way to keep the manual setting of the graph max/min for the next iteration, that would solve this issue.

mas985 avatar Dec 20 '23 00:12 mas985

Thank you. I've started having a look at this but it's a bit more tricky than I'd hoped. Hopefully get it sorted some time soon, time permitting.

oliveroxtoby avatar Dec 26 '23 13:12 oliveroxtoby

Thanks!

If it makes it any easier, you could just skip the first couple of iterations when determining the autoscale as that is where the large deviations occur due to initial convergence.

mas985 avatar Jan 09 '24 16:01 mas985