T-Flows icon indicating copy to clipboard operation
T-Flows copied to clipboard

Program for Simulation of Turbulent Flows

Results 31 T-Flows issues
Sort by recently updated
recently updated
newest added

On the one hand, in the subroutine of "Grid_Mod_Load_Geo(grid, this_proc, domain)", there are: read(fu) (grid % xc(c), c = -grid % n_bnd_cells, grid % n_cells) read(fu) (grid % yc(c), c...

In sequential run, Ax, Ay i Az are correct but there is an error when run in parallel. I noticed this when testing hybrid LES/RANS channel in Test directory. This...

The problem is that number of cells at interface is not the same when parallel computation is done. No problem when sequential computation is performed.

The following files used by `Documentation/Manual/Manual.tex` but are missing from the repository. ~~~ tu_logo.eps browser1.eps browser2.eps ~~~

... if we were storing boundary condition information in faces, rather than in boundary cells, we would avoid all those ``` if(c2 < 0) then ! Do what needs to...

enhancement

Dear all, I was looking at the Main_Pro, and am starting to believe that the order in which we call the subroutines `Load_Boundary_Conditions`, `Backup_Mod_Load`, `Initialize_Variables` is a bit silly. We...

enhancement

Dear guys, If we specify none in control file the program crashes due to this line in Main.f90 169 ! Compute deltas for Spalart-Allmaras models 170 call Turb_Mod_Calculate_Deltas(turb) I suggest...

I noticed the usage of MPI_LOGICAL8 type in [Write_Log_Array](https://github.com/DelNov/T-Flows/blob/development_branch/Sources/Shared/Comm_Mod/Parallel/Write_Log_Array.f90) and [Read_Log_Array](https://github.com/DelNov/T-Flows/blob/development_branch/Sources/Shared/Comm_Mod/Parallel/Read_Log_Array.f90) functions. Although it agrees well with other 64-bit parameters like MPI_INTEGER8, but this is an exception. This logical type...

bug
invalid

When compiling the code with CGNS it gives this error with parallel version (MPI), but it works on sequential like a charm. ![cgns_error](https://user-images.githubusercontent.com/11530653/60582391-fc913a80-9d88-11e9-8e48-ccf244373f81.png)

I noticed that when compiling the code on a different Linux architecture, it gives an error when reading **_libmetis.a_** file because it should be compiled locally and separately. For this...