zwicker-group / py-pde

Python package for solving partial differential equations using finite differences.
https://py-pde.readthedocs.io
MIT License
396 stars 50 forks source link

Implement time dependent Robin boundary conditions #465

Closed jAniceto closed 9 months ago

jAniceto commented 9 months ago

Time dependent Robin boundary conditions are common in multiple chemical engineering applications, namely when modeling adsorption and chromatographic separation processes.

Adding this to py-pde would be quite useful.

Discussed in https://github.com/zwicker-group/py-pde/discussions/461.

david-zwicker commented 9 months ago

Very good timing – #464 already addresses this issue :) Once this pull request goes through, time-dependent Robin conditions should work.

david-zwicker commented 9 months ago

PR #464 has now been merged, closing this issues.

jAniceto commented 9 months ago

That was quick. :D Thanks.