Search found 85 matches

by frpageot
Fri Jun 03, 2016 10:16 am
Forum: code_saturne usage
Topic: user_physical properties.f90
Replies: 14
Views: 8744

Re: user_physical properties.f90

Hello Yvan, it depends what you call small enough : 938189 cells is small ? I will try to run on one proc. by the way I found this thread : http://www.code-saturne.org/forum/viewtopic.php?f=2&t=1577 where the error message is quite close. I tried to reduce my time steps, but is did not solve the...
by frpageot
Wed Jun 01, 2016 9:27 am
Forum: code_saturne usage
Topic: user_physical properties.f90
Replies: 14
Views: 8744

Re: user_physical properties.f90

OK, I will answer partially to my question. The fact is that as I am running on 16 proc, I used the parsom subroutine to compute local som of the different coefficient calculated, as shown hereafter : ! =================================================================== ! Calcul propriétés du mélang...
by frpageot
Tue May 31, 2016 8:23 am
Forum: code_saturne usage
Topic: user_physical properties.f90
Replies: 14
Views: 8744

Re: user_physical properties.f90

Off course I am not dealing with the specific physic of this routine, but just the organization of it. I do confess that I am not really familiar with such a thing. Many thanks if one can help me. I am just asking because when I do not use the specific physic, it is OK, when I use it, the first iter...
by frpageot
Mon May 30, 2016 12:50 pm
Forum: code_saturne usage
Topic: user_physical properties.f90
Replies: 14
Views: 8744

Re: user_physical properties.f90

Hello, As I told the simulation and the user physical properties I am using are to be able to have a mix of 2 different gases, one is water vapor and the other is air. i set up the user_physical properties.f90 file as this is shown in the enclosed file. I would like to have you feeling about that, n...
by frpageot
Thu May 26, 2016 3:01 pm
Forum: code_saturne usage
Topic: user_physical properties.f90
Replies: 14
Views: 8744

Re: user_physical properties.f90

Hello again, One more question. I am not sure I totally understood the scalar numbering in CS. Temperature scalar is tagged with isca(iscalt), but something I am not sure is about the second scalar numbering (molecular fraction in my case) in addition to the temperature scalar. Is it isca(2) (as if ...
by frpageot
Thu May 26, 2016 9:30 am
Forum: code_saturne usage
Topic: user_physical properties.f90
Replies: 14
Views: 8744

Re: user_physical properties.f90

Hello,

Thanks you Yvan as usual you pointed out the problem. I used field_get_key_id, while I should use field_get_key_int. At least with this instruction I do not have any problem as described above.
by frpageot
Wed May 25, 2016 4:19 pm
Forum: code_saturne usage
Topic: user_physical properties.f90
Replies: 14
Views: 8744

user_physical properties.f90

Hello, I would like to use user physical properties in my simulations based on the mix of 2 gazes (actually vapor and air) which properties are defined according to temperature and molecular fraction. To do so, I defined a fraction as a user scalar, and I use the user_physical properties.f90 in the ...
by frpageot
Wed May 27, 2015 10:47 am
Forum: code_saturne usage
Topic: cs_user_boundary_conditions
Replies: 2
Views: 2332

Re: cs_user_boundary_conditions

OK,I used a subroutines I used with version 3 and there is slight adaptions to do to make it run with CS4, that was the problem. I did not pay attention to the argument list, and copied everything from version 3. This is an error I made from version 2 to version 3 as well.... sorry to bother you wit...
by frpageot
Tue May 26, 2015 12:40 pm
Forum: code_saturne usage
Topic: cs_user_boundary_conditions
Replies: 2
Views: 2332

cs_user_boundary_conditions

Hello, Does anybody use cs_user_boundary_conditions in CS4 ? I tried to use it and each time I have an error : Signal SIGSEGV (accès à une zone mémoire interdite) intercepté ! Pile d'appels : 1: 0x401176 <cs_user_boundary_conditions_+0x2f9> (cs_solver) 2: 0x7fce4d21e04e <tridim_+0x355e> (libsaturne....