Page 1 of 1

restart on frozen velocity and pressure fields - problem in

Posted: Wed Feb 22, 2012 10:03 am
by Kamel Zibouche
Hello,

I am using code_saturne-2.1.4 (On ubuntu11.10 system with python 2.7) with the GUI.

I tried to restart a computation, which includes a thermal scalar model, with the "Restart on frozen velocity and pressure fields" option using the GUI but i doesn't work.

The option is well saved in the xml file :

Code: Select all

   <calculation_management>
         <start_restart>
             <frozen_field status="on"/>
             <restart path="RESU/20120221-1716/checkpoint"/>
         </start_restart>
         <n_procs>8</n_procs>
     </calculation_management>
but it's not taken into account in the computation. From listing :
 --- Frozen velocity field        ICCVFG =              0 (1: frozen velocity field    )
Anyone can help please?

Regards,

Kamel Zibouche.

Re: restart on frozen velocity and pressure fields - problem

Posted: Wed Feb 22, 2012 11:50 pm
by Yvan Fournier
Hello,

There is a bug in the reader, which will be fixed in the 2.1.5 bug-fix version (which will be released soon).

In the meantime, if you edit src/gui/cs_gui.c, search an replace "calcul_management" by "calculation_management", then recompile the code, you will have the bug fix.

Best regards, and thanks for the feedback.

  Yvan