Page 1 of 2

how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 2:28 pm
by gina
Hi,
 
I dont know how to define the periodicity in Saturne Gui in the panal mesh-->periodic
in reference group...
can you tell me how to do it,
i have a channel in 2D and i have do my geometry in gambit
 
please help m

Re: how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 3:29 pm
by Mickael Hassanaly
Dear Gina,
In reference group you must specify the groups of boundary conditions which are supposed to be periodic.
In your case, i think it should be a translation periodicity so you must give the translation vector between the periodic boundary faces.
Best regards
Mickaël Hassanaly

Re: how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 4:31 pm
by gina
Thank you Mickaël Hassanaly for your answer,
yes I have choose translation between my inlet and outlet, but please how can i complete the table just down translation!?
about reference group!!! 

Re: how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 5:30 pm
by Mickael Hassanaly
Gina,
just click on "New" then double click on the case below "groups" and then write "inlet outlet". You haven't to fill "references" because you mesh is made with Gambit.
Mickaël

Re: how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 5:49 pm
by gina
ok thanks

I think you meant that " inlet " and "outlet" are the name for my inlet and outlet face wich I put in Gambit! it that? because I have do this and i have run my calculation with a time step of 0.001, but after 182 iteration i have error!!! you can see this in the attached!

Re: how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 5:54 pm
by Mickael Hassanaly
Could you send me your full set up (mesh and fortrans routines), please?
Mickaël
 

Re: how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 6:44 pm
by gina
I have considerate 2D channel

I have put in GUI saturne properties of air, and I have take the translation Tx=100,
v(ref)=18,4539 and time step=0.001s

Re: how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 6:57 pm
by Mickael Hassanaly
Sorry, i need also the xml file.

Re: how to put periodic BC in saturne GUI

Posted: Fri Jan 21, 2011 11:40 pm
by gina
here is the .xlm but it is not the last one wich i do...

thank you for your help

Re: how to put periodic BC in saturne GUI

Posted: Mon Jan 24, 2011 12:41 pm
by Mickael Hassanaly
Dear Gina,

Your periodicity concerns the groups inlet and outlet defined as boundary conditions of your mesh through GAMBIT. So as explained you upper, you don't have to fill the references box but groups box with "inlet outlet".

The routines you give me aren't correct for the current set up because in your ustsns.f90, you call a getfac("entree",...,...) but entree isn't a boundary face existing in your mesh. Moreover getfac is used for internal faces not boundary faces.

Best regards

Mickaël