reduce_model¶
Module for general model reduction class and function.
-
class
pymars.reduce_model.
ReducedModel
¶ Represents reduced model and associated metadata
-
property
error
¶ Alias for field number 2
-
property
filename
¶ Alias for field number 1
-
property
limbo_species
¶ Alias for field number 3
-
property
model
¶ Alias for field number 0
-
property
-
pymars.reduce_model.
trim
(initial_model_file, exclusion_list, new_model_file, phase_name='')¶ Function to eliminate species and corresponding reactions from model
- Parameters
- Returns
new_solution – Model with species and associated reactions eliminated
- Return type
ct.Solution