Page 1 of 1

Steady/Unsteady flow algorithm in v1.3 and v2.0

Posted: Tue Sep 28, 2010 5:07 pm
by gdambrin
Hi,
I have some questions concerning Code_Saturne 1.3 and 2.0 and features Steady/Unsteady flow.
Goal : Do calculations with a steady flow with a k-epsilon model.
With v2.0, in 'Thermophysical model', I can choose steady or unsteady flow. In v1.3, I don't find where you have to give this informations in the subroutine usini1.F.
 
Thanks for your help
 
Gauthier

Re: Steady/Unsteady flow algorithm in v1.3 and v2.0

Posted: Tue Sep 28, 2010 6:47 pm
by James McNaughton
You need to change IDTVAR in usini1 for this, -1 gives the steady algorithm.
Also if you hold the mouse over the option in the GUI it gives you the keyword you can then search for.
James

Re: Steady/Unsteady flow algorithm in v1.3 and v2.0

Posted: Mon Oct 04, 2010 11:30 am
by gdambrin
Thanks James for your help.
Gauthier