Search found 4080 matches

by Yvan Fournier
Fri Jan 29, 2016 8:42 pm
Forum: code_saturne usage
Topic: Error launching start calculation
Replies: 4
Views: 2360

Re: Error launching start calculation

Hello,

Sorry, here is the correct url: http://code-saturne.org/forum/viewtopic.php?f=2&t=1799

Which version of Code_Saturne are you using ?

Regards,

Yvan
by Yvan Fournier
Fri Jan 29, 2016 12:58 pm
Forum: code_saturne usage
Topic: Error launching start calculation
Replies: 4
Views: 2360

Re: Error launching start calculation

Hello, Could you also provide the other info recommended by this Forum's usage guidelines. I guess you are running Windows, but don't know which version, and which Code_Saturne version. This might be related to the following issue: http://code-saturne.org/forum/viewtopic.php?f=2&t=1812 so the wo...
by Yvan Fournier
Fri Jan 29, 2016 12:44 pm
Forum: code_saturne usage
Topic: CS_4.0.2 and syrthes4.3.0 coupling MPI ABORT
Replies: 30
Views: 21089

Re: CS_4.0.2 and syrthes4.3.0 coupling MPI ABORT

Hello,

Actually, I recently encountered the crash when asking for only 1 iteration. A cleaner exis should be possible in this case. so I'll need to check (I might already have partially fixed it).

Thanks for the feedback.

Regards,

Yvan
by Yvan Fournier
Thu Jan 28, 2016 4:18 pm
Forum: code_saturne usage
Topic: CS_4.0.2 and syrthes4.3.0 coupling MPI ABORT
Replies: 30
Views: 21089

Re: CS_4.0.2 and syrthes4.3.0 coupling MPI ABORT

Hello, The reference time steps and number of iterations issue is strange: - the code stopping first should stop the computation. I usually control this from one code, using a large number of time steps on the other, with no issue. I'll check on your case, as I have not tested this recently. - The r...
by Yvan Fournier
Tue Jan 26, 2016 10:14 am
Forum: code_saturne usage
Topic: getfbr with Syrthes coupling
Replies: 5
Views: 2797

Re: getfbr with Syrthes coupling

Hello, Note that when running on more than 1 rank, the values returned by getfbr are local, but only rank 0 prints info in the listing by default. So to check your count, you should use something of the form: integer nelt, neltg ... call getfbr('parois_obstacle',nlelt,lstelt) neltg = nelt if (irangp...
by Yvan Fournier
Tue Jan 26, 2016 2:27 am
Forum: code_saturne usage
Topic: CS_4.0.2 and syrthes4.3.0 coupling MPI ABORT
Replies: 30
Views: 21089

Re: CS_4.0.2 and syrthes4.3.0 coupling MPI ABORT

Hello, I checked your meshes, and for the solid, it seem the coupled surface has group "4", but as Syrthes handles families and not groups, you need to check the associated matchings in Maillage_2.syr_desc. In my case (opening your file with Salome 7.1.1), the family used for group "4...
by Yvan Fournier
Tue Jan 26, 2016 1:33 am
Forum: code_saturne usage
Topic: getfbr with Syrthes coupling
Replies: 5
Views: 2797

Re: getfbr with Syrthes coupling

Hello,

On how many parallel ranks are you using each code ?

The post_util.f90 file is in the code's sources (under src/base).

Also, Nusselt number examples may be found in SRC/EXAMPLES.

Regards,

Yvan
by Yvan Fournier
Tue Jan 26, 2016 1:29 am
Forum: code_saturne usage
Topic: heated square cavity: compressible
Replies: 10
Views: 6744

Re: heated square cavity: compressible

Hello, The limitation of the compressible solver to small time steps might be "normal", though I'm not sure. The main developer for the compressible solver won't be available for 2 weeks, so I'm not sure I can confirm before that... I'm not familiar with the compressible model, but checkin...
by Yvan Fournier
Mon Jan 25, 2016 7:06 pm
Forum: code_saturne usage
Topic: View of initial conditions
Replies: 2
Views: 1927

Re: View of initial conditions

Hello, There is not currently a "standard" way to do this (this is a longstanding request on the bug-tracker, but I planned to unify the probe and profiles mechanism with the visualization output first, so have not doen it yet). If you run the code in "zero time step" mode (under...
by Yvan Fournier
Mon Jan 25, 2016 12:13 am
Forum: code_saturne usage
Topic: free surface initial displacement initialization
Replies: 20
Views: 15671

Re: free surface initial displacement initialization

Hello,

I'll check with Martin, but looking at the GUI reader code, it seems that disale indicates the prescribed displacement of vertices, and impale is set to 1 for vertices whose displacement is prescribed.

Regards,

Yvan