Several types of BC on the same border #365
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This should be possible in principle, but is not very accessible at this time. Your best bet might be using an In the future, it would be better if we could directly support functions that determine the boundary values. I added an issue for this (#367), but I don't know when we will have time to implement it. |
Beta Was this translation helpful? Give feedback.
This should be possible in principle, but is not very accessible at this time. Your best bet might be using an
ExpressionBC
object for this boundary, where you give a mathematical expression to determine the value of the virtual point. Since this expression can depend on the coordinate along the boundary, it will be in principle possible to implement your idea, but this would involve piecewise functions and is thus not very straight-forward.In the future, it would be better if we could directly support functions that determine the boundary values. I added an issue for this (#367), but I don't know when we will have time to implement it.