CFLAG
CFLAG
Hello, It seems that the field "ustar" is not written in the auxiliary restart file. Thus, when doing a restart, it is zero until the first estimation in condli. [https://www.code-saturne.org/forum/viewtopic.php?f=2&t=2641](url)...
Currently, the listing contains the Courant and Fourier numbers for the momentum equation, and the combined Courant/Fourier criterion. It could be interesting to also have this combined Courant/Fourier criterion for...
The example provided is working apparently.
Test intel compiler
Hello, In the subroutine `avg3d`, when estimating the average of a 3D field, the cell at `i=nx` is skipped when `nclx1=1` : https://github.com/xcompact3d/Incompact3d/blob/e090f06e0d26809a3f2d730d223e31da903baff6/src/tools.f90#L841 It seems odd that skipping the cell...
The file xcompact3d.f90 contains case-specific open / close statements. This should be moved inside the corresponding init and finalize subroutines in BC-xxx.f90. https://github.com/xcompact3d/Incompact3d/blob/ca5be84f7aa4f92a355e4e4cb89becb493f238c3/src/xcompact3d.f90#L264 https://github.com/xcompact3d/Incompact3d/blob/ca5be84f7aa4f92a355e4e4cb89becb493f238c3/src/xcompact3d.f90#L292 However, the case/init subroutine is called...
The objective of the present PR is to split the MPI and ADIOS2 IO. - [X] Define MPI IO in dedicated files (io_mpi.f90 and io_object_mpi.f90) - [x] Define ADIOS2 IO...