Only 1 iteration in postprocessing folder (SOLVED)

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Blirn

Only 1 iteration in postprocessing folder (SOLVED)

Post by Blirn »

Hi saturnerns.

I use Code_Saturne 3.3 in Debian 8 Stable. Calculation ends without errors and in the listening file I see solutions of all variables in all iterations :) , but in the postprocessing folder I only have the last iteration, so If I open RESULTS.case with Paraview or result.med with Salome, I can see only the lasts value of temperature, pressure, ... I tried it with many examples and always does the same thing. :cry: Maybe I have to compile Code_Saturne instead install its package or I'm doing something wrong.

This is my RESULTS.case:
FORMAT
type: ensight gold

GEOMETRY
model: results.geo

VARIABLE
vector per element: 1 Velocity results.velocity.*****
scalar per element: 1 Pressure results.pressure.*****
scalar per element: 1 k results.k.*****
scalar per element: 1 epsilon results.epsilon.*****
scalar per element: 1 TempC results.tempc.*****
scalar per element: 1 Density results.density.*****
scalar per element: 1 LamVisc results.lamvisc.*****
scalar per element: 1 turbulent_viscosity results.turbulent_viscosity.*****
scalar per element: 1 CourantNb results.courantnb.*****
scalar per element: 1 FourierNb results.fouriernb.*****
scalar per element: 1 total_pressure results.total_pressure.*****
scalar per element: 1 Yplus results.yplus.*****
vector per element: 1 Efforts results.efforts.*****
scalar per element: 1 Input_thermal_flux results.input_thermal_flux.*****
scalar per element: 1 Wall_temperature results.wall_temperature.*****

TIME
time set: 1
number of steps: 1
filename start number: 1
filename increment: 1
time values:
2.38202
In /postprocessing/ I only have 1 of each: results.courantnb.00001, results.density.00001, results.efforts.00001, ..., results.wall_temperature.00001.






In listening file:
===============================================================


INSTANT 0.100000000E+00 TIME STEP NUMBER 1
=============================================================
......
Pressure 1.3543e+05
........
===============================================================


INSTANT 0.200000000E+00 TIME STEP NUMBER 2
=============================================================
...............
Pressure -1.4615e+05
.............
Anyway the problem is not important, I can see the all solutions in the file listening and the last one in Paraview. :)
Attachments
setup.log
(16.62 KiB) Downloaded 189 times
listing.txt
(62.56 KiB) Downloaded 188 times
Last edited by Blirn on Sat Mar 19, 2016 11:03 am, edited 1 time in total.
Yvan Fournier
Posts: 4208
Joined: Mon Feb 20, 2012 3:25 pm

Re: Only 1 iteration in postprocessing folder

Post by Yvan Fournier »

Hello,

Which settings did you use for postprocessing output frequency ?

Regards,

Yvan
Blirn

Re: Only 1 iteration in postprocessing folder

Post by Blirn »

Thanks for the reply. I have the default value: "Output listing at each time step."
Attachments
ja1.xml
(5.81 KiB) Downloaded 175 times
Yvan Fournier
Posts: 4208
Joined: Mon Feb 20, 2012 3:25 pm

Re: Only 1 iteration in postprocessing folder

Post by Yvan Fournier »

Hello,

You are looking at the wrong setting: the listing and postprocessing output frequency are separate; check the next tab.

Regards,

Yvan
Blirn

Re: Only 1 iteration in postprocessing folder

Post by Blirn »

Yvan Fournier wrote:Hello,

You are looking at the wrong setting: the listing and postprocessing output frequency are separate; check the next tab.

Regards,

Yvan

Many thanks Ivan! Problem solved! In frequency with "output every 1 step" works fine.
Post Reply