How to use a discrete function in NeumannBC #987
-
Hi, Dr. Lu Lu and community I would like to implement the heat flux boundary condition shown below. However q(t) is a vector [q_1, q_2, q_3, ... , q_N] of discrete values associated to the vector of discrete times [t_1, t_2, t_3, ... , t_N]. I don't know how to do it using deepxde. This is similar to defining a discrete function inicial condition using PointSetBC, but in PointSetBC we calculate the difference T-T_0 (dirichlet BC) for example, not dT/dx. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
See #208 (comment) |
Beta Was this translation helpful? Give feedback.
-
Results of: 1D heat conduction with a heat flux boundary condition as a discrete function of time.
|
Beta Was this translation helpful? Give feedback.
Results of: 1D heat conduction with a heat flux boundary condition as a discrete function of time.