Search found 34 matches

by leguichet
Thu Mar 19, 2015 3:48 pm
Forum: code_saturne usage
Topic: boundary condition visualization in ensight
Replies: 2
Views: 3221

Re: boundary condition visualization in ensight

Thank you for your response. In fact, when the atmospheric model (dry atmosphere) is activated, with the wall_temperature chosen in GUI, it does not output the real boundary condition imposed at the rough walls. It gives some other strange large values for the temperature. By the way, for the other ...
by leguichet
Tue Mar 17, 2015 2:57 pm
Forum: code_saturne usage
Topic: thinwall
Replies: 1
Views: 2619

thinwall

Version 3.0.6 I am using the thinwall to add internal boundary condition. In cs_user_mesh.c, I select the name of the internal faces, for example, 'wall0' In cs_user_boundary_condition.f90, I imposed the boundary condition on the thinwall as call getfbr('wall0', nlelt, lstelt) do ilelt = 1, nlelt if...
by leguichet
Mon Mar 16, 2015 2:59 pm
Forum: code_saturne usage
Topic: boundary condition visualization in ensight
Replies: 2
Views: 3221

boundary condition visualization in ensight

Version 3.0.6 We would like to check the boundary condition, for example, the temperature at the wall, is set correctly, by visualizing it in Ensight-10. Apparently, there was a change since version 3.0 that only the cells attached to the wall can be visualized by default. When I tried to visualize ...
by leguichet
Mon Jan 19, 2015 10:38 am
Forum: code_saturne usage
Topic: DNS Rayleigh-Benard instability
Replies: 7
Views: 4995

Re: DNS Rayleigh-Benard instability

Hello, I tried to set rtpa, it gives the following errors during the compilation Boussinesq4/SRC/cs_user_initialization.f90(130): error #6917: This array with adjustable declarators must be declared a dummy argument. [RTPA] double precision dt(ncelet), rtp(ncelet,*), propce(ncelet,*), rtpa(ncelet,*)...
by leguichet
Fri Jan 16, 2015 2:22 pm
Forum: code_saturne usage
Topic: DNS Rayleigh-Benard instability
Replies: 7
Views: 4995

Re: DNS Rayleigh-Benard instability

Dear Yvan, I have a further question about the temporal second order scheme. For the Rayleigh-Benard convection, we have the base flow, an analytical solution: u = 0; v = 0; w =0; linear profile for temperature. I use the cs_user_intialisation.f90 to initialize this field. The table rtp can be set, ...
by leguichet
Mon Dec 22, 2014 3:06 pm
Forum: code_saturne usage
Topic: DNS Rayleigh-Benard instability
Replies: 7
Views: 4995

Re: DNS Rayleigh-Benard instability

Thank you for your reply. Here I give some feedbacks and pose some new questions. I indeed observed the Rayleigh-Benard cells by runing code_saturne. In fact, we need the width D between the plates is set to about 10mm for air, if the \beta is set to 1/T_0 as suggested in the tutorial. However, if w...
by leguichet
Mon Dec 22, 2014 2:58 pm
Forum: code_saturne usage
Topic: Problem with adimensional computation
Replies: 2
Views: 3654

Re: Problem with adimensional computation

I am not answering your question, but asking you a question. How do you run adimensional simulation for Navier-Stokes equation? The properties of fluid always has some unities when we input it by GUI or user subroutines. It is need to do some mathematical manipulation to find the right Renoylds numb...
by leguichet
Mon Dec 22, 2014 2:53 pm
Forum: code_saturne usage
Topic: dumping a user defined parameter
Replies: 3
Views: 2733

Re: dumping a user defined parameter

Thank you for your reply. It is time to give some feedback. I did some search in the code version 3.0.6. It seems that we can declare a new "propce", but the number of variables is not automatically incremented for the global number of variables, unless they are already declared in the spe...
by leguichet
Thu Dec 04, 2014 9:42 am
Forum: code_saturne usage
Topic: dumping a user defined parameter
Replies: 3
Views: 2733

dumping a user defined parameter

I am using the version 3.0.6 I added a user defined parameter served to output a scalar, which is based on the flow properties: velocity amplitude, temperature and radiative intensity. Since it is unnecessary to be solved by the transport equation, I think it is better to declare this variable as a ...
by leguichet
Wed Sep 24, 2014 9:25 am
Forum: code_saturne usage
Topic: DNS Rayleigh-Benard instability
Replies: 7
Views: 4995

Re: DNS Rayleigh-Benard instability

Dear Yvan, Thank you for your reply. In SRC/REFERENCE/cs_user_parameters.f90, I found the subroutine usipsu, but there is no option for ischtp. Could you tell me in which file it is? I am using the version 3.0.5 Best regards Zhenlan Hello, In any case, for DNS-type computations, you will need a CFL ...