imod.mf6.Modflow6Simulation.get_models_of_type#
- Modflow6Simulation.get_models_of_type(model_id) dict[str, IModel] [source]#
Get all models in the simulation of a specific type.
- Parameters:
model_id (str) – Model type identifier, e.g. “gwf6” for groundwater flow models, “gwt6” for groundwater transport models.
- Returns:
Dictionary with model names as keys and Modflow6Model objects as values.
- Return type:
dict[str, Modflow6Model]