Is your feature request related to a problem? Please describe.
We currently only have a SingleLayerHorizontalFlowBarrierResistance.from_imod5_data method, as the LHM only required this. Now that we are testing IBRAHYM, adding this method is probably convenient for "3D GEN" files.
Describe the solution you'd like
Adding HorizontalFlowBarrierResistance.from_imod5_data should be easy enough. All the logic required to handle all the difficult stuff is already implemented, fortunately. This just has to be exposed in a method (and unittests need to be added of course)
Is your feature request related to a problem? Please describe.
We currently only have a
SingleLayerHorizontalFlowBarrierResistance.from_imod5_datamethod, as the LHM only required this. Now that we are testing IBRAHYM, adding this method is probably convenient for "3D GEN" files.Describe the solution you'd like
Adding
HorizontalFlowBarrierResistance.from_imod5_datashould be easy enough. All the logic required to handle all the difficult stuff is already implemented, fortunately. This just has to be exposed in a method (and unittests need to be added of course)