You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a school project, I need to code a FEM model to simulate a transient heat transfer problem with a heat source, conduction and convection in 3D.
I was looking for examples on GitHub to start with something when I found your code.
I have a couple of questions though regarding your code.
Would you mind answering them for me please ?
What exactly the script "transient_heat_transfer_gpu.m" is supposed to simulate ?
What does the acronym RHS mean in the comments of the script ?
Why the nodes in contact with the heat source have a thermal conductivity lower ? (lines 98-99)
Same for the internal heat generation rate ? (lines 139-140)
Thank you in advance for your kindness,
Regards,
Remy
The text was updated successfully, but these errors were encountered:
HI,
For a school project, I need to code a FEM model to simulate a transient heat transfer problem with a heat source, conduction and convection in 3D.
I was looking for examples on GitHub to start with something when I found your code.
I have a couple of questions though regarding your code.
Would you mind answering them for me please ?
Thank you in advance for your kindness,
Regards,
Remy
The text was updated successfully, but these errors were encountered: