Search found 3 matches

by Steven Tang
Sat May 14, 2022 3:14 pm
Forum: code_saturne usage
Topic: Boundary conditions related to monitoring point temperature
Replies: 3
Views: 933

Re: Boundary conditions related to monitoring point temperature

Dear Yvan Thank you very much, I read the method you mentioned carefully, it seems to work, but there seems to be a little problem. I tried the following: --------------code----------------------------------------- xx=0.5d0 yy=0.0d0 zz=3.0d0 call findpt(ncelet,ncel,xyzcen,xx,yy,zz,node,ndrang) call ...
by Steven Tang
Sat May 14, 2022 2:34 pm
Forum: code_saturne usage
Topic: Non-diffusion volume heat source settings
Replies: 1
Views: 850

Non-diffusion volume heat source settings

Dear all, I am a newbie to code-saturne,recently,I'm learning how to set the non-diffusion volume heat source. For example, I define a temp source terms zone(1<x<2,1<z<2) on the GUI page, and name it "cooler". In the "cs_user_source_terms-base .c" file, I did the following . Howe...
by Steven Tang
Thu May 12, 2022 9:13 am
Forum: code_saturne usage
Topic: Boundary conditions related to monitoring point temperature
Replies: 3
Views: 933

Boundary conditions related to monitoring point temperature

Dear all, I am a newbie to code-saturne,recently,I'm learning how to extract the monitoring points I added on the GUI page in the cs_user_boundary_conditions.f90 file. For example, I define a monitoring point on the GUI page, how can I get the temperature of this monitoring point and use it as an in...