regenerate_models#
- StandardLiquidMixture.regenerate_models(**kwargs)#
Runs all the models stored in the object’s
models
attribute- Parameters:
propnames (list of strings) – If given then only the specified models are run
exclude (list of strings) – If given then these models will not be run
Notes
This function will ensure that models are called in the correct order such that ‘pore.diameter’ will be run before ‘pore.volume’, since the diameter is required to compute the volume.