-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
We can perhaps come up with a better system in the future but right now you would do a simple superposition of boundary conditions. E.g. if you have recombination consuming a variable u, then you have a UnaryRecombinationBC or a BinaryRecombinationBC. If you also have something dissociating to create u, then you also have a DissociationFluxBC on the same boundary. The residuals of these “integrated” boundary conditions sum. Basically you could model every individual surface reaction with an individual boundary condition and everything should turn out ok. From an input file writing standpoint this will probably become inconvenient for large systems of reactions … so we may have to think …