Hello,
OK I'll try this. Thanks a lot for the help.
Regards,
Fanny
Search found 7 matches
- Mon Oct 24, 2016 8:00 am
- Forum: code_saturne usage
- Topic: restart - remove user scalar
- Replies: 2
- Views: 2745
- Fri Oct 21, 2016 12:00 pm
- Forum: code_saturne usage
- Topic: restart - remove user scalar
- Replies: 2
- Views: 2745
restart - remove user scalar
Hi, I’m running a coupled simulation of gas mixture with thermal effects (H2 in air). As the mass flow injection of the second gas is really low, once I’ve reached the thermal convergence, I’d like to accelerate the calculation by solving only the transport of the user scalar representing H2 (with f...
- Tue Jan 26, 2016 9:33 am
- Forum: code_saturne usage
- Topic: getfbr with Syrthes coupling
- Replies: 5
- Views: 3254
Re: getfbr with Syrthes coupling
Hello,
thanks for the location of post_util file.
For the test I made on getfbr, I'm running each code on one rank (one for C_S, one for Syrthes).
For the calculation, I run it with one rank for Syrthes and 15 for Code_Saturne.
Regards,
Fanny
thanks for the location of post_util file.
For the test I made on getfbr, I'm running each code on one rank (one for C_S, one for Syrthes).
For the calculation, I run it with one rank for Syrthes and 15 for Code_Saturne.
Regards,
Fanny
- Mon Jan 25, 2016 2:49 pm
- Forum: code_saturne usage
- Topic: getfbr with Syrthes coupling
- Replies: 5
- Views: 3254
Re: getfbr with Syrthes coupling
Hello, Concerning the calculation of the Nusselt number, I'm using using this formula to stay as close as possible of Results I get from an article. Once I get good enough results this way, I'll take a look at the the calculation of Nusselt using wall temperature or temperature gradient (on the basi...
- Thu Jan 21, 2016 8:57 am
- Forum: code_saturne usage
- Topic: getfbr with Syrthes coupling
- Replies: 5
- Views: 3254
getfbr with Syrthes coupling
Hello, I’d like to know if there is a function working like ‘getfbr’ when coupling Code_Saturne with Syrthes. In fact, I wrote a function computing the Nusselt number on the boundary between solid and fluid meshes. It works when starting Code_Saturne only. But when I launch a coupled calculation, th...
- Thu Jan 07, 2016 11:36 am
- Forum: code_saturne usage
- Topic: parrsm question
- Replies: 2
- Views: 2920
Re: parrsm question
I thought I had to intialise an array either with a loop over is components, either by multiplying it by an array of the same size.
With your correction, it works just fine.
I'm still wondering why it worked on one proc, the error was (once again) a silly one. But whatever.
Thank you for your help.
With your correction, it works just fine.
I'm still wondering why it worked on one proc, the error was (once again) a silly one. But whatever.
Thank you for your help.
- Thu Jan 07, 2016 9:22 am
- Forum: code_saturne usage
- Topic: parrsm question
- Replies: 2
- Views: 2920
parrsm question
Hello, I’m doing a classical simulation of the buoyancy driven mixing of two fluids in a sloping channel. The simulation gives good results, but I’m having some worries with the computation of front velocity when running parallel simulation. I’m working with a 2D rectangular and uniform mesh, x bein...