Search found 4105 matches

by Yvan Fournier
Mon Mar 19, 2012 12:20 pm
Forum: code_saturne usage
Topic: Natural circulation
Replies: 2
Views: 3535

Re: Natural circulation

Hello, Either inlet with velocity = 0 or a wall should be OK. Did you define the gravity direction ? Also, I am not sure natural convection works well with the "steady" flow option, so if this is what you are using, you may want to try to switch to converging an unsteady calculation. Best ...
by Yvan Fournier
Thu Mar 15, 2012 2:58 am
Forum: code_saturne usage
Topic: problem using usini1 and CS_2.1.4
Replies: 3
Views: 9601

Re: problem using usini1 and CS_2.1.4

I just tried running with bounds-checking enabled, and do not reproduce your error, so the issue I had in the previous post is probably only a minor bug. I am not running with version 2.1.4, but the 2.1 branch head, which you could obtain using: svn checkout http://code-saturne.org/svn/saturne/branc...
by Yvan Fournier
Thu Mar 15, 2012 2:42 am
Forum: code_saturne usage
Topic: problem using usini1 and CS_2.1.4
Replies: 3
Views: 9601

Re: problem using usini1 and CS_2.1.4

Hello, Using a the code compiled in debug mode (with bounds checking enabled), I get an earlier error: At line 105 of file /home/yvan/Code_Saturne/saturne-2.1/src/cogz/ebuver.f90 Fortran runtime error: Index '0' of dimension 1 of array 'visls0' below lower bound of 1. Looking at the source code, it ...
by Yvan Fournier
Tue Mar 13, 2012 9:50 am
Forum: code_saturne usage
Topic: error with gas combustion - specific physic - dp_C3P
Replies: 4
Views: 14916

Re: error with gas combustion - specific physic - dp_C3P

Hello, In the cs_user_scripts.py, you commented the "if domain.param == None:" line before setting domain.thermochemistry_data, but you did not change the indentation for the chemistry data. As Python bases its scoping on indentation, this means that the domain.thermochemistry_data is set ...
by Yvan Fournier
Mon Mar 12, 2012 6:35 pm
Forum: code_saturne usage
Topic: error with gas combustion - specific physic - dp_C3P
Replies: 4
Views: 14916

Re: error with gas combustion - specific physic - dp_C3P

Hello, This might be either us user error or a bug related to to the name of the dp_C3P file (as different combustion variants use similar names). In your temporary execution directory, do you have a file with a name similar to dp_C3P ? Otherwise, could you post your study here ? Best regards, Yvan