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

My Problem concerns atmospheric dispersion of tracers. I'm using a losange shape outer domain, truncated on the ouest side to put an injection face. I activate the atmospheric module for...

Hello, I have a problem when I try to do a restart with the Lagrangian module (and Vof) with a different mesh. I am using CS 7.2-alpha revision fb85c8cdc. With...

bug
enhancement

Hello! The document on docker image is outdated? I copy the code of Dockerfile (https://github.com/code-saturne/code_saturne/wiki/Code_Saturne-in-a-Docker-container#create-a-container-based-on-the-development-version-of-code_saturne=) and build the image, and it failed. The error is ``` Removing intermediate container 618fd6847a14...

Hello, It seems that pther (ipthrm = 1) is not initialized with the p0 given by the GUI. pther takes all the time the value of 101325 Pa for the...

Hi, There are a bug for the initialization for mixture_fraction and mixture_fraction_variance on the master branch. To solve it, update the zone_id in InitializationView.py: line 331 zone_id = str(self.zone.getCodeNumber()) exp...

I have been unable to build Code_Saturne with PETSc for any combination of configure petsc-related options because the relative m4 file is simply wrong, at least for a regular system-wide...

Hi, When you use the Gas Combustion model with the D3P model (I didn't try for the other combustion models) and with non adiabatic option to activate the enthalpy, the...

Hello, With my test case for gas combustion calculation, I remark that I obtain different results depending of the number of processors. I attached a small test case with 1,...

Hi, In the "species transport" panel, if the user: - add scalar1 then scalar2 and then scalar3 - then the user changes the name of scalar2 to scalar4 to have...

The combination of `turb_model->iturb = CS_TURB_NONE;` and `iturt(iscalt) = 10` (i.e. GGDH) leads to a segfault. I would expect the code to ignore `iturt` for laminar flow so the user...