Open HongtaoBi opened 10 months ago
Hi!
Thanks for your help! But unfortunately I still cannot get correct results, especially at the contact boundary. As for the parameters, switching from tensorflow to pytorch has been quite helpful. I still need some help for my code if possible.
----- 原始邮件 ----- 发件人: "farrate" @.> 收件人: "lululxvi/deepxde" @.> 抄送: "Bi Hongtao" @.>, "Manual" @.> 发送时间: 星期日, 2024年 1 月 14日 上午 2:50:46 主题: Re: [lululxvi/deepxde] Heat conduction equation with contact boundary and output-dependent parameters. (Issue #1604)
Hi:
Question: Did you find out what was wrong with your code? Because it looks good to me
-- Reply to this email directly or view it on GitHub: https://github.com/lululxvi/deepxde/issues/1604#issuecomment-1890701444 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
Not sure what the problem is. For this type of complex problem, it is usually easier to start with a simplified 1D case.
@lululxvi Thanks for your reply!
After switching from tensorflow to pytorch, I have already solved the problem of thermal conductivity. But I still cannot deal with the contact boundary, which always has bad results. Do you have some suggestions on dealing with contact boundary? Are there any previous code examples?
Thanks a lot!
Dear LuLu,
Recently I've been working on solving a heat conduction equation using PINN. I am stuck with several questions and I would really appreciate it if you could provide me with any help. My problem and PDE are as follows:
I have rescaled r, z and T to 0-1 by multiplying some constants in PDE (r=2r, z=z/90, T=T/700) and I'm using tensorflow.compat.v1 backend. I cannot get good results due to 2 main problems:
My full code is:
I'm not sure if my current code is correct for my PDE and problem. I'm a beginner of DeepXDE and Tensorflow and I'm not sure if some existing functions could solve my problem. I would also want some suggestions for my code and any help would be greatly appreciated.
Thank you very much!