pisces.extensions.simulation.core.initial_conditions.InitialConditions3DCartesian.has_model# InitialConditions3DCartesian.has_model(model_name: str)# Check if a model with the given name exists in these initial conditions. Parameters: model_name (str) – The name/identifier of the model to check. Returns: True if the model exists, False otherwise. Return type: bool