Search found 26 matches

by QuentinG
Fri Jul 07, 2017 9:23 am
Forum: code_saturne usage
Topic: Outgoing flow
Replies: 3
Views: 3052

Re: Outgoing flow

Thank you very much Yvan I will try that, I have also a little question about symmetries : sym1.JPG Is the previous picture equivalent to the following one ? (the dotted planes are the symmetry planes) sym2.JPG (just to ensure that code_saturne support those two symmetric planes as it should be math...
by QuentinG
Thu Jul 06, 2017 9:53 am
Forum: code_saturne usage
Topic: Outgoing flow
Replies: 3
Views: 3052

Outgoing flow

Hello everyone, Just a quick question about outgoing flow, I want to modelize a wind tunnel and my condition is an outgoing flow, how can I manage to do that ? Do I have to set the outlet as an inlet with a negative velocity and the inlet as a free inlet/outlet ? Moreover the incoming flux is heated...
by QuentinG
Thu Jun 29, 2017 8:17 am
Forum: code_saturne usage
Topic: Convergence, windtunnel with obstacle
Replies: 5
Views: 4215

Re: Convergence, windtunnel with obstacle

Or maybe am I looking for the wrong convergence criteria ?
Can we assume convergence only with probes in the domain ?
Regards,

Quentin
by QuentinG
Tue Jun 27, 2017 8:34 am
Forum: code_saturne usage
Topic: Convergence, windtunnel with obstacle
Replies: 5
Views: 4215

Re: Convergence, windtunnel with obstacle

Thank you Luciano, I can understand that I have not exactly the same behaviour cause the physic is not exactly the same ;). But speaking about convergence, do you have any idea why my norm. residuals are so high compared to the 10^-6 criteria ? Do I have to change something in my simulation paramete...
by QuentinG
Mon Jun 26, 2017 9:56 am
Forum: code_saturne usage
Topic: Convergence, windtunnel with obstacle
Replies: 5
Views: 4215

Re: Convergence, windtunnel with obstacle

Here are the infos from my simulation :
CS : 4.0

I attached the files requested.

Regards,

Quentin
by QuentinG
Mon Jun 26, 2017 9:50 am
Forum: code_saturne usage
Topic: Convergence, windtunnel with obstacle
Replies: 5
Views: 4215

Convergence, windtunnel with obstacle

Hello everyone, I have some interrogations about convergence, i am trying to reproduce some results from an article (which gives HTC and temperature from a cube heated in an air flow) but the results I obtain are not really equivalent. Moreover my residuals are not in the usual range (under 10^-6). ...
by QuentinG
Wed Jun 21, 2017 9:16 am
Forum: code_saturne usage
Topic: Convergence
Replies: 21
Views: 15468

Re: Convergence

Hi, Thank you xingjian, For the moment I will not be able to download the 5.0 release. So I try to deal with the norm. residual of the listing file, but the fact is that with an easy case (2D) I do not succeed to have residual under 10^-6 they are like stuck at 10^-4 (even when I switched from low r...
by QuentinG
Tue Jun 20, 2017 3:09 pm
Forum: code_saturne usage
Topic: Convergence
Replies: 21
Views: 15468

Re: Convergence

Hello,

I just come back to ask a new question (and not create another topic with the same title), I am wondering what is the Code_Saturne equivalent to the Fluent residuals ?
Is it the Rhs norm the Norm residual or the derive ?

Thank you,

Regards,

Quentin
by QuentinG
Tue Jun 13, 2017 4:04 pm
Forum: code_saturne usage
Topic: Number of processors
Replies: 8
Views: 5893

Re: Number of processors

Well I found my mistake, I add to my configure command the --with-mpi-lib, which give the following line : .configure --with-mpi --with-mpi-lib=/pathtothecorrectfolder/lib64 Then I got a lam libraries not found error, so I uninstalled lam/lam-dev (just keep openmpi and openmpi-devel). And tadaaaa it...
by QuentinG
Tue Jun 13, 2017 2:28 pm
Forum: code_saturne usage
Topic: Number of processors
Replies: 8
Views: 5893

Re: Number of processors

I found how mpi works, so I had to define in my .bashrc the following thing : export LD_LIBRARY_PATH=/<way to open mpi>/lib64:$LD_LIBRARY_PATH Because I had the libmpi.so.1 not found error, then mpi_hello_wold worked fine. When I run the ./configure I have the good parameters (such as hdf5 : yes, cg...