Hello everybody,
as the title states, I would like to add a variable temperature to my wall, but I am a little blocked on the code,
could someone help me? maybe giving some advices on how to do it?
Thanks and best regards,
Riccardo
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
ckloss | Tue, 12/22/2015 - 20:05
Hi Riccardo,
Hi Riccardo,
this will involve quite a bit of programming: see fix_mesh_surface_stress.h/cpp for an example how to introduce new properties to the wall. You'd have to create a similar class and add a per-element temperature. This you'd have to use in a modified version of fix wall/gran which uses the per-element temperature in place of one global temperature
Best wishes and happy coding
Christoph