Use of Radiative transfer module in code saturne
- Yvan Fournier
- Offline
- Senior Member
Less
More
- Posts: 46
- Thank you received: 6
14 years 7 months ago #4272
by Yvan Fournier
Replied by Yvan Fournier on topic Re:Use of Radiative transfer module in code saturne
Hello,
Based on your error file, it seems you are using version 1.4 and not 1.3 of Code_Saturne, so I believe the patch should work. Otherwise, to be sure, take the rayopt.F file from the code sources (in src/RAYT), add it to your user subroutines, look for the format statement matching your error message, and remove the block of code using that statement (which is just a test that was valid with version 1.3 but not starting from 1.4).
Best regards,
Based on your error file, it seems you are using version 1.4 and not 1.3 of Code_Saturne, so I believe the patch should work. Otherwise, to be sure, take the rayopt.F file from the code sources (in src/RAYT), add it to your user subroutines, look for the format statement matching your error message, and remove the block of code using that statement (which is just a test that was valid with version 1.3 but not starting from 1.4).
Best regards,
- Alicia
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 39
- Thank you received: 0
14 years 7 months ago #4279
by Alicia
Replied by Alicia on topic Re:Use of Radiative transfer module in code saturne
Hi,
Thank you for your answer. It works perfectly. Actually when I first tried I didn't use the routines usray1.F and usray2.F, I only put the rayopt.f in the user subroutines directory. Using all the routines (usray1.F, usray2.F and rayopt) it works like a charm !!
By the way the version of code saturne I'm using is 1.4.a (I don't know why I thought it was 1.3.3, I wrote it somewhere once but don't know where I found this wrong information !!)
Thanks again
Alicia<br /><br />Post edited by: Alicia, at: 2010/05/25 12:24
Thank you for your answer. It works perfectly. Actually when I first tried I didn't use the routines usray1.F and usray2.F, I only put the rayopt.f in the user subroutines directory. Using all the routines (usray1.F, usray2.F and rayopt) it works like a charm !!
By the way the version of code saturne I'm using is 1.4.a (I don't know why I thought it was 1.3.3, I wrote it somewhere once but don't know where I found this wrong information !!)
Thanks again
Alicia<br /><br />Post edited by: Alicia, at: 2010/05/25 12:24
Moderators: catux
Time to create page: 0.158 seconds