I know that I can get face and cell zones with
solver.setup.boundary_conditions.get_state()
solver.setup.cell_zone_conditions.get_state()
From this I can get the names.
But some commands require to use the ID (a number) instead, for example
solver.tui.define.models.battery_model.electric_field_model.contact_resistance_regions()
Is there a PyFluent way to figure out the ID of a zone?