steady state in saturne to boundary condition in syrthes
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
Re: steady state in saturne to boundary condition in syrthes
by the way, i'm still trying to use the result of the fluid at the boundary as a boundary condition of syrthes. Any suggest on how to do? where to look? for example i would like to use the same script that permits the coupling between to different meshes but i can't find it.
-
- Posts: 4208
- Joined: Mon Feb 20, 2012 3:25 pm
Re: steady state in saturne to boundary condition in syrthes
This is not necessarly easy, as you need both to :
You then need to interpolate data, which is not trivial either, as the current coupling mechanism is designed to work for parallel coupling, and keeps track of local numberings, but not of a global number matching which could be used to save and re-read data correctly (you would have to modify the libple/src/ple_locator.c file to save this at the correct point, but this would be highly advanced).
There might be other approaches, but nothing simple that I can think of right now.
Regards,
Yvan
- - have a correct representation of head exchange (flux or heat transfer coefficient)
- interpolate data
You then need to interpolate data, which is not trivial either, as the current coupling mechanism is designed to work for parallel coupling, and keeps track of local numberings, but not of a global number matching which could be used to save and re-read data correctly (you would have to modify the libple/src/ple_locator.c file to save this at the correct point, but this would be highly advanced).
There might be other approaches, but nothing simple that I can think of right now.
Regards,
Yvan
Re: steady state in saturne to boundary condition in syrthes
really thx !!
i would save in ensight or med from saturne the heat_flux only on the surface of the solid. then the h coefficient will only be calculated (just for now) doing : flux/ |Tfluid - Tsurface| . Yes now the strongest part is to try to interpolate the values and send them as boundary on syrthes. I know it's really hard but if we reach it would be, in my opinion, a strong innovation in the metallurgy process simulation. Thanks for all the supports you are giving to us
i would save in ensight or med from saturne the heat_flux only on the surface of the solid. then the h coefficient will only be calculated (just for now) doing : flux/ |Tfluid - Tsurface| . Yes now the strongest part is to try to interpolate the values and send them as boundary on syrthes. I know it's really hard but if we reach it would be, in my opinion, a strong innovation in the metallurgy process simulation. Thanks for all the supports you are giving to us