BC: Neuman condition and Robin condition #302
Replies: 3 comments 6 replies
-
I'm afraid the boundary condition you're trying to impose is not yet supported, since it would require imposing a derivative, which is a rather general function of the value at the boundary itself. Such conditions can be problematic since they in principle might not be unique and it is thus difficult to implement them in such a general package. I don't understand your second point, could you specify the boundary conditions in equations, giving all dependencies? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your prompt reply, David.
Babak
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: David Zwicker ***@***.***>
Sent: Monday, January 2, 2023 7:05:01 AM
To: zwicker-group/py-pde ***@***.***>
Cc: fzmwml ***@***.***>; Comment ***@***.***>
Subject: Re: [zwicker-group/py-pde] BC: Neuman condition and Robin condition (Discussion #302)
py-pde supports general boundary conditions that impose a value or a (normal) derivative at the boundary. The coupled case of a mixed condition for involving the value and the derivative is generally only support for linear conditions, i.e., standard Robin conditions.
—
Reply to this email directly, view it on GitHub<#302 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIRQWB2F4OPIDDI4UN44MRLWQK763ANCNFSM6AAAAAAQ7YU3FU>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to all,
I am trying to solve a differential diffusion equation in 1D condition where a surface reaction is taking place and in the volume, away from the diffusion layer, the concentration of the reactive species will decrease.
Because of this, I have two questions:
Do you have any idea ?
Thank youj in advance for your time,
G
Beta Was this translation helpful? Give feedback.
All reactions