regenerate_models#

MultiPhase.regenerate_models(propnames=None, exclude=[])[source]#

Regenerate models associated with the Multiphase object

This method works by first regenerating the models associated with the constituent phases, and then regenerating Multiphase models.

Parameters:
  • propnames (list[str] or str) – The list of property names to be regenerated. If None are given then ALL models are re-run (except for those whose regen_mode is ‘constant’).

  • exclude (list[str]) – Since the default behavior is to run ALL models, this can be used to exclude specific models. It may be more convenient to supply as list of 2 models to exclude than to specify 8 models to include.