rampedpyrox.RpoThermogram.forward_model¶
-
RpoThermogram.forward_model(model, ratedata)[source]¶ Forward-models rate data for a given model and populates the thermogram with model-estimated data.
Parameters: - model (rp.Model) – The
rp.Daeminstance used to calculate the forward model. - ratedata (rp.RateData) – The
rp.EnergyComplexinstance containing the reactive continuum data.
Warning
- UserWarning
- If using an an isothermal model type for an RPO run.
- UserWarning
- If using a non-energy complex ratedata type for an RPO run.
Raises: ArrayError– If nE is not the same in therp.Modelinstance and therp.RateDatainstance.ArrayError– If nt is not the same in therp.Modelinstance and therp.TimeDatainstance.ArrayError– If therp.RateDatainstance has no attribute p.
See also
input_estimated()- Method used for inputting model-estimated data directly.
- EnergyComplex.inverse_model
- Class for creating an
rp.EnergyComplexinstance and calculating the inverse model.
- model (rp.Model) – The