What is the MATLAB equivalent of delta_enthalpy in Python?
610 views
Skip to first unread message
Tom K. Mathews
unread,
Dec 27, 2016, 6:59:01 AM12/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cantera Users' Group
I am trying to calculate the heat release rates similar to one done by Inna here in MATLAB. I can't find the MATLAB equivalent of delta_enthalpy that is available in the Python interface of cantera. Is such a parameter available in the MATLAB interface?
Tom
Ray Speth
unread,
Dec 27, 2016, 3:42:51 PM12/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cantera Users' Group
Tom,
Unfortunately this function is not implemented in the Matlab toolbox. You can calculate the heat release rate using the species partial molar enthalpies (via the enthalpies_RT function) and the net production rates (via the netProdRates function).