CFL3D icon indicating copy to clipboard operation
CFL3D copied to clipboard

Results 8 CFL3D issues
Sort by recently updated
recently updated
newest added

I suggest adding topics such as `navier-stokes`, `computational-fluid-dynamics`, `cfd` in the About section.

Maggie fails while writing interpolated boundary points to plot3d diagnostic file when using (IPLT3D=1). Example when using the default settings for the NACA_4412 test case: Error code: At line 6522...

Compiling with custom CGNS library requires a modifications to some routines as suggested by the developers: > Important note for Fortran users: V3.3 removes the usage of "include cgnslib_f.h". Instead,...

how Nondimensionalization of rotate rate in or noninertial reference frame, such as xrotrate. Is define by w=a/LR, ?a is sound of wind speed, LR is reference length used by code....

When I compile CFL3D with -linux_compiler_flags=PG,and make splitter then I get error: /usr/bin/ld: cannot find -lgcc_s I don't know what is the problem. libgcc_s.so.1 is found,but there is no libgcc_s.a...

In order to make build system more robust and parallel. I replaced it with CMake build system. And I just merged it with the newest nasa/cfl3d. I just checked the...

I tried to run a new case in Ubuntu 16.04, with gcc version 4.7.4 (Ubuntu/Linaro 4.7.4-3ubuntu12) . It received an error using either cfl3d_seq or cfl3d_mpi. Detailed message is below:...

Hi, Christopher Rumsey Thanks for your cfl3d code going public. I used this code and I thought it was very difficult to build it. So I wrote a cmake build...