Is it possible to solve transient anisotropic heat transfer equation using py-pde? #366
Answered
by
david-zwicker
louis10643
asked this question in
Q&A
-
Hi, Is it possible to solve transient anisotropic heat transfer equation using py-pde? where kx, ky, kz are all different. I tried to use diffusion module but its D only takes constant as parameter. |
Beta Was this translation helpful? Give feedback.
Answered by
david-zwicker
Feb 21, 2023
Replies: 1 comment 6 replies
-
This is definitely possible, albeit not with the simple |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
louis10643
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is definitely possible, albeit not with the simple
DiffusionPDE
class. Instead, you might want to use the powerfulPDE
class, similar to this example.