Search found 284 matches

by Luciano Garelli
Tue Jun 13, 2017 2:48 pm
Forum: code_saturne usage
Topic: Number of processors
Replies: 8
Views: 4122

Re: Number of processors

Hello,

No idea about the error. Could you post the config.log in order to get more information about the error and the configure process.

Regards,

Luciano
by Luciano Garelli
Mon Jun 12, 2017 4:42 pm
Forum: code_saturne usage
Topic: Number of processors
Replies: 8
Views: 4122

Re: Number of processors

Hello,

In Section 6.5 of the install guide you can get additional information about MPI. Also, you can check and post the config.log in order to get detailed information about the error message.

Did you try to run a parallel helloworld?

Regards,

Luciano
by Luciano Garelli
Mon May 29, 2017 8:08 am
Forum: Installation issues
Topic: Problem with a tutorial
Replies: 20
Views: 15678

Re: Problem with a tutorial

No, the file needed is the "listing", attach this file.

Luciano
by Luciano Garelli
Sat May 27, 2017 12:39 pm
Forum: Installation issues
Topic: Problem with a tutorial
Replies: 20
Views: 15678

Re: Problem with a tutorial

Hello,

As the message says, "Check Code_Saturne log (listing) and error* files for details". Check the listing file in the RESU directory in order to have more details about the error.

Regards,

Luciano
by Luciano Garelli
Mon May 22, 2017 11:35 am
Forum: code_saturne usage
Topic: 2D_AIRFOIL TESTCASE
Replies: 1
Views: 2016

Re: 2D_AIRFOIL TESTCASE

Hello, I think that you forget to specify the velocity direction at inlet BC, maybe this is the problem. Always search in the forum your keywords ("lift, drag, etc") in order to know if someone has ask the same question, I leave here a link http://code-saturne.org/forum/viewtopic.php?f=2&a...
by Luciano Garelli
Wed May 17, 2017 1:06 pm
Forum: code_saturne usage
Topic: Wall function
Replies: 2
Views: 2128

Re: Wall function

Hello,

In section 5.4 of the theory guide and in section 8.2.5 of the user guide (Ver 4.3) you have information about the wall functions and the turbulence models. I think that should change your turbulence model to K-omega or V2-f.

Regards

Luciano
by Luciano Garelli
Tue May 16, 2017 8:24 pm
Forum: code_saturne usage
Topic: Convergence
Replies: 21
Views: 10774

Re: Convergence

Hello, Yes, N_iter are number of iterations used to solve the linear system to the relative precision (epsilo). You have a section in the user guide (8.2.11) about error estimators for Navier-Stokes. If the derive has dropped several order of magnitudes this means that the flow is not changing and y...
by Luciano Garelli
Fri May 12, 2017 10:59 am
Forum: code_saturne usage
Topic: Convergence
Replies: 21
Views: 10774

Re: Convergence

Hello,

In the listing file you can check the mass flow conservation in the section "BOUNDARY MASS FLOW INFORMATION"; there you have for each boundary condition type the mass flow and I think with a value of 0.58E+12 your solution it is not converging...

Regards,

Luciano
by Luciano Garelli
Thu May 11, 2017 11:50 am
Forum: code_saturne usage
Topic: Convergence
Replies: 21
Views: 10774

Re: Convergence

Hello, Yes, if you want to read in Paravis you have to save in csv format and about how many points, this will depend of your physical problem, the domain, etc. You have to know where to locate them. The lines of code that I posted are not exclusive for CS so you don't have to implement anything, yo...
by Luciano Garelli
Wed May 10, 2017 8:37 pm
Forum: code_saturne usage
Topic: Convergence
Replies: 21
Views: 10774

Re: Convergence

Hello, As Yvan mention, you could use monitoring (probe) points inserted through the GUI (Calculation Control -> Output control -> monitoring points) in different spatial location in order to check the time/iteration evolution of your variables (pressure, velocity, etc), but not the derive indicator...