In Xsection models I encountered two errors:
-
Create a SimpleModel and then add an Inhom from -np.inf to +np.inf with, for example, h* or recharge. This does not work as those elements try to determine the aquifer they are in at the center. But there is not center between -np.inf and +np.inf.
-
You cannot put a River1D element exactly on the edge of an inhomogeneity. Not sure how to fix that elegantly. Nudging it a bit probably works but is also a bit strange. The nudging should at least be larger than the placement of controlpoints on the left and right sides of an inhomogeneity. I ran into this for timflow.transient. Didn't test it for timflow.steady yet.
In Xsection models I encountered two errors:
Create a SimpleModel and then add an Inhom from -np.inf to +np.inf with, for example, h* or recharge. This does not work as those elements try to determine the aquifer they are in at the center. But there is not center between -np.inf and +np.inf.
You cannot put a River1D element exactly on the edge of an inhomogeneity. Not sure how to fix that elegantly. Nudging it a bit probably works but is also a bit strange. The nudging should at least be larger than the placement of controlpoints on the left and right sides of an inhomogeneity. I ran into this for timflow.transient. Didn't test it for timflow.steady yet.