Search found 30 matches

by SimBu
Wed Oct 12, 2022 11:45 am
Forum: code_saturne usage
Topic: Boundary definition : condition
Replies: 4
Views: 2252

Boundary definition : condition

Dear users, I would like to define a Neumann condition which is only activated under a temperature threshold (I was thinking of getting the temperature from a balance variable). Let me be clearer by taking an example : I want to define a wall that heat 100W/m² only if the average room temperature is...
by SimBu
Wed Oct 12, 2022 9:36 am
Forum: code_saturne usage
Topic: Atmospheric module : boundaries and meteo file
Replies: 2
Views: 1637

Re: Atmospheric module : boundaries and meteo file

Hi, Thanks a lot Yvan, your help is very welcome (such as the one of the other dev :) ). I agree, the "Idealized large scale meteorological data" is more confortable, nevertheless I can't have any control on humidity with that way.... Given that my questions will may be asked to the meteo ...
by SimBu
Thu Oct 06, 2022 11:08 am
Forum: code_saturne usage
Topic: Atmospheric module : boundaries and meteo file
Replies: 2
Views: 1637

Atmospheric module : boundaries and meteo file

Dear saturners, I have dealt with the atmospheric for only few weeks, so I warn you, I'm still a beginner. I am trying to run a simulation where wind blows over a mountain. The case is pretty easy to understand : I want a transcient simulation, Wind is blowing from the east, North and south are symm...
by SimBu
Mon Sep 26, 2022 3:57 pm
Forum: code_saturne usage
Topic: groundwater module
Replies: 0
Views: 206679

groundwater module

Hello everyone, I'm trying to understand how the groundwater flow module works, for this I created a very simple case to check if I can get it to work but it currently fails. During the inistialisaiton, the following error appears : Code_Saturne: /home/simeon/codesaturne/code_saturne/src/gui/cs_gui_...
by SimBu
Tue Sep 20, 2022 8:57 am
Forum: Syrthes related questions
Topic: Syrthes 5.0 building issues
Replies: 2
Views: 11508

Re: Syrthes 5.0 building issues

Hi Yvan, thank you very much for your detailed answer, I have already read that topic, and it id not help me, I think the matter is linked with syrthesconvert? It is a pity that Syrthes 5 was not thought to feat with code saturne... Indeed for now I will try without Syrthes and do with code_saturne ...
by SimBu
Tue Sep 20, 2022 8:50 am
Forum: code_saturne usage
Topic: Monitoring flow rate
Replies: 2
Views: 1175

Re: Monitoring flow rate

Thank you very much, it is exactly what I was searching for, the mass flow balance is already in the log, detailed by boundary type, and cs_flux_through_surface() is what I was searching for for others parameters.
by SimBu
Tue Sep 20, 2022 8:46 am
Forum: Installation issues
Topic: Troubles with "Salome-CFD extension"
Replies: 17
Views: 30589

Re: Troubles with "Salome-CFD extension"

I checked, Python version is 3.8, so I tried with PYTHON=python3 and the same error occurs so I give up, you are rigt Code standalone code saturne is adequate. I don't really understand why it does not work.
by SimBu
Fri Sep 16, 2022 11:37 am
Forum: code_saturne usage
Topic: Monitoring flow rate
Replies: 2
Views: 1175

Monitoring flow rate

Hello, I am a very new user of Code Saturne , and I try to get monitoring information such as the flow rate which requires a control surface. But I don't see any way to do that with monitoring points. I have searched in this forum, as well as in the documentation but no trace of this question. Pleas...
by SimBu
Fri Sep 16, 2022 11:22 am
Forum: Syrthes related questions
Topic: Syrthes 5.0 building issues
Replies: 2
Views: 11508

Syrthes 5.0 building issues

Hi, Since the syrtes installation documentation is not abundant, I am facing a lot of trouble downloading syrthes 5.0. : I want to couple code_saturne 7.0 and Syrthes and I encounter many problems: First, in the setup.ini file, #scotch USE=yes PATH=/home/simeon/Code_Saturne/7.0.5-patch/scotch-6.1.0/...
by SimBu
Fri Sep 16, 2022 11:03 am
Forum: Installation issues
Topic: Troubles with "Salome-CFD extension"
Replies: 17
Views: 30589

Re: Troubles with "Salome-CFD extension"

Helo Cyprien and Yvan, Thank you so much for your message Cyprien, it helped me a lot ! To solve the omniidle issue, I read in the README that we can add at the configure command : ./configure --with-salome=$SALOME_ROOT_DIR OMNIIDL=$SALOME_ROOT_DIR/INSTALL/omniORB/bin/omniidl It solved my problem. B...