Search found 41 matches

by andrea28
Fri Jun 03, 2016 10:41 am
Forum: Installation issues
Topic: SYRTHES 4.3 with CS 3.0.7
Replies: 18
Views: 17709

SYRTHES 4.3 with CS 3.0.7

Hi,
I have Code Saturne 3.0.7 installed on Red Hat Linux, which version of Syrthes do you suggest to install?
Thanks for the attention
Andrea
by andrea28
Sat May 21, 2016 9:31 am
Forum: code_saturne usage
Topic: Velocity profile from file
Replies: 6
Views: 5814

Re: Velocity profile from file

Ok, Did you check cs_user_boundary_conditions-base.f90 , cs_user_boundary_conditions-advanced.f90 , cs_user_boundary_conditions-mapped_inlet.f90 ? The file with the velocity comes from another simulation with a different mesh or same mesh? If the profile comes from a different mesh you will have to...
by andrea28
Fri May 13, 2016 2:12 pm
Forum: code_saturne usage
Topic: Velocity profile from file
Replies: 6
Views: 5814

Re: Velocity profile from file

Thanks!!!
by andrea28
Fri May 13, 2016 10:04 am
Forum: code_saturne usage
Topic: Velocity profile from file
Replies: 6
Views: 5814

Re: Velocity profile from file

Thanks for the reply, no is a boundary condition.
by andrea28
Wed May 11, 2016 3:44 pm
Forum: code_saturne usage
Topic: Velocity profile from file
Replies: 6
Views: 5814

Velocity profile from file

Hi everyone,
I have a file with all the velocity components for the y-coordinate, is there a way to read this file in code saturne?
Thanks for your help
andrea
by andrea28
Fri Apr 22, 2016 8:53 am
Forum: code_saturne usage
Topic: Adding a source term in the momentum equation
Replies: 10
Views: 8003

Re: Adding a source term in the momentum equation

Thank you guys for your help!!!
by andrea28
Thu Apr 21, 2016 3:41 pm
Forum: code_saturne usage
Topic: Adding a source term in the momentum equation
Replies: 10
Views: 8003

Re: Adding a source term in the momentum equation

#air expansion coefficient (1/K) b=0.00343; #Ref temperature tref=300; # Density of air density = rho0*(1-b*(temperature-tref)); Thanks for the answer, but that's not what I am looking for. The density in my case remain constant, but there is a source term in the momentum equation: rho0*Du/Dt = ......
by andrea28
Tue Apr 19, 2016 3:08 pm
Forum: code_saturne usage
Topic: Adding a source term in the momentum equation
Replies: 10
Views: 8003

Re: Adding a source term in the momentum equation

If you are stuck, post again, but tell us exactly how you express you source terms (with explicit constants, variables, etc. as it may be defined in several slightly different ways). I am stuck with the MEI, so I tried to write down the subroutine following the reference file. My term depends on th...
by andrea28
Mon Apr 18, 2016 9:39 am
Forum: code_saturne usage
Topic: Adding a source term in the momentum equation
Replies: 10
Views: 8003

Re: Adding a source term in the momentum equation

Sorry but in the MEI for the momentum source term, I don't know how to specify the temperature, I can't use the TempK identifier.
by andrea28
Mon Apr 18, 2016 8:58 am
Forum: code_saturne usage
Topic: Adding a source term in the momentum equation
Replies: 10
Views: 8003

Re: Adding a source term in the momentum equation

Thanks, I found the option in the GUI.