code_saturne icon indicating copy to clipboard operation
code_saturne copied to clipboard

code_saturne public mirror

Results 28 code_saturne issues
Sort by recently updated
recently updated
newest added

I am trying to run a simple case which has no user coding but code_saturne fails to do so during the compilation step of two user coding files created automatically...

Hi, I have found this document on Code_Saturne website [Mesh_Generation](https://www.code-saturne.org/cms/sites/default/files/file_attach/BPG/BPG-2-Mesh-Generation.pdf) and as it is not dated and referenced on Code_Saturne website, I have not found any information in the actual...

Putting a small mass flux Qm of the order of microgram/m2/s ( rcodcl (ifac, isca(iscal), 3) = -Qm in cs_user_boundary_conditions.f90 ) leads to zero mass fraction values, when larger values...

For the Clang compiler to work properly (at least the latest version), one needs to modify file cs_auto_flags.sh, line 400 which reads: `cflags_default="-funsigned-char -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused"` and...

In running valgrind to debug an unrelated issue, I noticed it returned the following, relating to the `cs_post_anisotropy_invariant` utility function. ``` ==585844== Invalid read of size 8 ==585844== at 0x4B4FB74:...

Compiling code_saturne 8.3.0 on FreeBSD-Current, which uses clang 19 by default, fails with the following errors: ``` c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/base -I../../src/bft -I../../src/fvm -I../../src/mesh -I/usr/local/include -DMPICH_SKIP_MPICXX -I/usr/local/include -I/usr/local/include/libxml2 -Wno-error=incompatible-function-pointer-types...

On macOS, and I suppose other BSD systems, one has to specify the `RPATH` for any third-party library used during the building of the solver because these libraries may be...