Search found 32 matches

by CTrinca
Wed Feb 08, 2017 7:22 pm
Forum: code_saturne usage
Topic: Cannot access user defined field
Replies: 2
Views: 1899

Re: Cannot access user defined field

Hello Yvan,

Thanks for your answer, that probably means I will need to use a similar workaround as I did for the porosity.
Best regards,

Cosimo
by CTrinca
Wed Feb 08, 2017 1:57 pm
Forum: code_saturne usage
Topic: Cannot access user defined field
Replies: 2
Views: 1899

Cannot access user defined field

Hello everybody, In the model I am developing I make use of several custom property fields. Currently I am experiencing problems with one I added lately: when I try to initialize it in one of my subroutines, I get the following error: Fortran runtime error: Index '1' of dimension 1 of array 'filter_...
by CTrinca
Tue Dec 06, 2016 1:43 pm
Forum: code_saturne usage
Topic: Use of ple_locator
Replies: 4
Views: 3380

Re: Use of ple_locator

Hello,

Thanks a lot. I will try to do as you suggest, although I also need to be sure that "regular" coupling continues to work since I must use it in other parts of the domain.
Thanks again and regards,

Cosimo
by CTrinca
Tue Dec 06, 2016 11:11 am
Forum: code_saturne usage
Topic: Use of ple_locator
Replies: 4
Views: 3380

Re: Use of ple_locator

Hello Yvan, Thanks for replying. Ideally I would like to pass "volume" data from Saturne to Syrthes and "surface" data from Syrthes to Saturne. Apparently, though, ple_locator_exchange_point_var expect the sent data to be defined on the "receiving" points, so I think I ...
by CTrinca
Mon Dec 05, 2016 6:10 pm
Forum: code_saturne usage
Topic: Use of ple_locator
Replies: 4
Views: 3380

Use of ple_locator

Hello everyone, I would like to use PLE to exchange information between Saturne and SYRTHES beside the regular coupling. It is not quite clear to me how this can be done, though. Can someone give me an outline of the actions to be done on both sides? In my understanding, the actual information excha...
by CTrinca
Fri May 20, 2016 12:29 pm
Forum: Syrthes related questions
Topic: Radiation in SYRTHES 4.3
Replies: 12
Views: 11720

Re: Radiation in SYRTHES 4.3

Hello Yvan,

Thanks for your answer, and for offering help despite you are busy. No, I have actually never tried Syrthes support: do they have a forum of their own or I should just email them?
Thanks again and regards,

Cosimo
by CTrinca
Thu May 19, 2016 3:21 pm
Forum: Syrthes related questions
Topic: Radiation in SYRTHES 4.3
Replies: 12
Views: 11720

Radiation in SYRTHES 4.3

Hello everyone, I am trying to run a test case on SYRTHES, concerning the radiative exchange between two concentric cylinders. The case works pretty well when there is only conduction involved, but as soon as I introduce radiation the simulation freezes at 100% "radiation initialization" w...
by CTrinca
Tue Mar 29, 2016 5:23 pm
Forum: code_saturne usage
Topic: Outputing mass or volumetric flowrate
Replies: 6
Views: 3455

Re: Outputing mass or volumetric flowrate

Hello, Again, I am hardly an experienced user so I would not bet my money on this, but according to the user manual you can use inequality symbols to select cells and faces, so you can use, for instance, the strings 'z <= 1' or ' -1 < z < 1' but it seems you cannot use the 'equal' symbol. Anyway, th...
by CTrinca
Tue Mar 29, 2016 11:46 am
Forum: code_saturne usage
Topic: Outputing mass or volumetric flowrate
Replies: 6
Views: 3455

Re: Outputing mass or volumetric flowrate

Hello, I hope someone more expert will correct me if I am wrong, but I think that, in the new versions, the mass flux can be retrieved using the field_get_key_int as in the examples cs_user_extra_operations-energy_balance.f90 and cs_user_extra_operations-energy_balance.f90: call field_get_key_int(iv...
by CTrinca
Tue Mar 29, 2016 10:41 am
Forum: code_saturne usage
Topic: Source term for periodic simulation
Replies: 1
Views: 1793

Re: Source term for periodic simulation

Sorry, I noticed a little mistake: in the plot I labelled the X axis as "iteration", while it actually represents the time steps.