Incompact3d
Incompact3d copied to clipboard
Current CPU version of our solver for the Navier-Stokes equations
Test intel compiler
I meet some problems that I cannot figure out. I want to use the incompact3d code to simulate flow around a 3D square cylinder. I use the "cylinder" module and...
This will enable checking that the user has set the correct time to restart from. This is certainly possible in ADIOS2, with MPIIO???
Uncovered i,j,k being used as implicit variables and some arrays not zeroed correctly (typos).
This will give snapshot files of the form ux1 ux2 ux3 ... uxN without zero padding, currently checkpoints/statistics have not been considered.
Cmake/CTest identified ADIOS2 was not working when some cases performed I/O outside visu (BC-Lockexchange) and also when explicit turbulence models output their turbulent viscosity field - this PR fixes these...
After changing `examples/adios2_config.xml` and running `make install` the `adios2_config.xml` in the installed examples is updated, but not under the Tests directory - causing tests to fail. Current resolution is to...
Make sure docs up to date re what files get created and their contents - this has changed with the ADIOS2 integration