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.Daem instance used to calculate the forward model.
  • ratedata (rp.RateData) – The rp.EnergyComplex instance 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 the rp.Model instance and the rp.RateData instance.
  • ArrayError – If nt is not the same in the rp.Model instance and the rp.TimeData instance.
  • ArrayError – If the rp.RateData instance has no attribute p.

See also

input_estimated()
Method used for inputting model-estimated data directly.
EnergyComplex.inverse_model
Class for creating an rp.EnergyComplex instance and calculating the inverse model.