Search found 20 matches

by ywan459
Fri Feb 18, 2022 1:59 am
Forum: code_saturne usage
Topic: Spatially varying body force
Replies: 16
Views: 3975

Re: Spatially varying body force

Hello, There is an "fextt" array in certain parts of the code representing external forces, but looking in detail, it does not seem directly accessible from user-defined functions (and can contain a sum of different terms). So actually, the best way of describing the use of external force...
by ywan459
Thu Feb 17, 2022 10:53 am
Forum: code_saturne usage
Topic: Spatially varying body force
Replies: 16
Views: 3975

Re: Spatially varying body force

Hello, Approxiy how many points are there ? Most important, should body forces be interpolated between points or do the points represent isolated forces ? You can add external body forces easily in code_saturne,, so the most complex part here will be projecting those forces to the computational mes...
by ywan459
Wed Feb 16, 2022 2:59 am
Forum: code_saturne usage
Topic: Spatially varying body force
Replies: 16
Views: 3975

Spatially varying body force

Dear all, I am new to code_saturne and trying to setup a "simple" model for modelling the flow pattern subject to a spatially varying body force field. This body force is induced by acoustic actuator. The data is available as a series of 3D vector in a file. The data points has NO associat...
by ywan459
Fri Dec 03, 2021 1:14 am
Forum: code_saturne usage
Topic: coupling issue of main calculation never started
Replies: 6
Views: 1873

Re: coupling issue of main calculation never started

Hi Yvan, I have removed the openMPI and complied the CS and Syrthes with MPICH. Both solvers were tested and successfully produced the test cases results. The coupling case was crashed due to the same problem - segmentation fault. You may see the messages on the attached files. I am wondering of how...
by ywan459
Thu Dec 02, 2021 10:28 pm
Forum: code_saturne usage
Topic: coupling issue of main calculation never started
Replies: 6
Views: 1873

Re: coupling issue of main calculation never started

Hi Yvan, Thanks for your valuable feedback! Yes, you are very right, I am using openMPI for both code_saturne and syrthes. I have complied both, and tested the multi-process cases (from the testing examples). Both results showed no problem at all. I will purge the openMP and compile CS and syrthes w...
by ywan459
Wed Dec 01, 2021 11:45 pm
Forum: code_saturne usage
Topic: coupling issue of main calculation never started
Replies: 6
Views: 1873

Re: coupling issue of main calculation never started

More log files from Syrthes side (Solid part).
by ywan459
Wed Dec 01, 2021 11:44 pm
Forum: code_saturne usage
Topic: coupling issue of main calculation never started
Replies: 6
Views: 1873

Re: coupling issue of main calculation never started

Here are more log files
by ywan459
Wed Dec 01, 2021 11:43 pm
Forum: code_saturne usage
Topic: coupling issue of main calculation never started
Replies: 6
Views: 1873

coupling issue of main calculation never started

Hi developers and users, I have issue to run the coupling problem from the tutorial. I have installed code_saturne 7.0 and syrthes 5.0, The individual tests of solid and fluids part were fine. Once all coupled the solution procedure stopped at just after "main calculation" showed in the ru...
by ywan459
Wed Dec 01, 2021 9:40 pm
Forum: Syrthes related questions
Topic: pp compile issues
Replies: 1
Views: 10779

Re: pp compile issues

OK, I worked it out by myself. Not a perfect solution, but at least the solution enables me to run problem solution on Syrthes 5.0 with multi-processes. I found the issue occurred when compiling with SCOTCH. I modified the makefile under syrthes-pp folder. Basically following the README instruction ...
by ywan459
Wed Dec 01, 2021 12:41 am
Forum: Syrthes related questions
Topic: pp compile issues
Replies: 1
Views: 10779

pp compile issues

Hi there, I have a compiling issues with the syrthes-pp modulus. Error stops whole compilation and did not produce syrthes-pp modulus. And I cannot run multi-process calculation (basically it showed the message of "cannot find syrthes-pp"). Please refer to the attached log files from the i...