
System information
My code_saturne version is 7.0.5.
My salome version is 9.9.0.
Description of my issue
I am trying to model a (very) simple gas fire using code_saturne and salome.
My aim is to make a kind of benchmark between FDS (which is a software I already used a lot) and code_saturne which is a new one. I know that by default, both softwares do not use the same turbulence model (LES for FDS / RANS for code_saturne) but I at least want to show that they can give similar results for a similar case.
Description of the model
The picture N1 describes the geometry of my model. The picture N2 summarizes the boundaries of my model. The mesh is composed of uniform squared cells of 10 cm length (similar to what can be done using FDS).
The main model assumptions are the following:
TURBULENCE
- Turbulence model: k-eps Linear Production
- Velocity scale: 1.0 m/s
GAS COMBUSTION
- Fuel: C3H8
- CO Yield = 0.005 / C Yield = 0.019 (SFPE Handbook)
- Thermochemistry file: fromGUI
GRAVITY
Gravity taken into account (-9.81 on Z axis)
VOLUME CONDITIONS
Oxydant reference temperature: 293.15 K
Fuel reference temperature: 293.15 K
INLET BOUNDARY CONDITIONS
Mass flow rate: 0.05 normal to the inlet
TIME SETTINGS
cf. picture N4
Description of the results
The picture N3 describes the evolution of the temperature on a slice in the middle of the model. As you can see, the very beginning looks quite "normal". We can see the fire plume being created and the hot temperature remains close to the plume which is what we can expect in reality (convection neglectable in front of radiation at medium / far field).
But, very soon we see something like a reflux of hot gases within the domain which leads to an elevation of the temperature within the whole domain during a certain amount of time before things starts to cool down again.
In the end (after temperatures cool down), the plume also seems to me a bit "taller" - At least, I am not used to meet such kind of temperature that high under the fire source whatever it is using FDS or reading scientific papers on similar experiments - So my opinion is that there is an issue in my inputs because theses results are for me unphysical.
Should you have already run successfully a code_saturne combustion case, I would be glad to discussed with you the matter in order to understand where I can be wrong.
Yours faithfully.
Commentary
I also tried replacing the lateral boundaries(left, right, front and back borders) by boundaries of type Free inlet / outlet but it seems it just heavily slows down the whole calculation (for now the calculation is not over (as it is very slow) so I cannot say precisely that it won't change the results in the end ---> This conclusion should be taken with caution)