keeping variable history for DAE problem

1 view (last 30 days)
Joakim M
Joakim M on 16 Jan 2015
Answered: Joakim M on 16 Jan 2015
Hi,
I am solving a heat balance coupled to an algebraic expression for conversion of a particle. The algebraic expression is caluclated based on the temperature history, T, and the derivative temperature history, dT/dt, cf. the attached pdf for the equation.
My temperature ode solves the dT/dt.
Is there a way, that I can store ode output and differential for the entire past variable range, since I need it for evaluating my function I?
Thanks

Answers (1)

Joakim M
Joakim M on 16 Jan 2015
The temperature equation is dependent on the algebraic equation that is why I need to solve it inside the ode function script for each time step.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!