Hi Dave,
These simulations are currently running on my Ubuntu 18.04 laptop using 6 cores. The simulation runs to completion, and most variables (pressure, velocity, timeDeriv, etc.) convert successfully for all time steps.
It seems that maybe the results that take some post-processing computation (rWSS, average_speed, average_pressure) run into a problem and don't convert. This only happened for one simulation out of 5 that I ran this week, so it's possible it was just a one-time event. For the time steps I converted, the residuals look fine, and nothing in the histor.dat or echo.dat files mention any errors. If I re-run svpost, the same variables are still missing.
I looked at the svpost output for one of the steps (#203) where rWSS didn't convert, and I see that it started converting for that step but then didn't find that variable for one of the processors:
Code: Select all
Reducing (rwall shear stresses) results : ./fullResults/design-490/unconverted-results//restart.203.1
Done reading (rwall shear stresses) results : ./fullResults/design-490/unconverted-results//restart.203.1
Reducing (rwall shear stresses) results : ./fullResults/design-490/unconverted-results//restart.203.2
Done reading (rwall shear stresses) results : ./fullResults/design-490/unconverted-results//restart.203.2
Reducing (rwall shear stresses) results : ./fullResults/design-490/unconverted-results//restart.203.3
NOTE: No (rwall shear stresses) in ./fullResults/design-490/unconverted-results//restart.203.3
Reducing (ybar) results : ./fullResults/design-490/unconverted-results//restart.203.1
How is rTAWSS calculated? If there are rWSS values missing, will it still give me a result that ignores these missing values, or would I get an error?
Thanks!