- #176
casualguitar
- 503
- 26
If I understand correctly I'm doing the first option. I'm taking the enthalpy solution array and passing it through the temperature, mass holdup, etc functions to regenerate those values from the enthalpy valueChestermiller said:Are you saying you store the results in an output array and write the array to an output file after you are done? If so, why aren't you just writing the results to an output file at each time step?
Not efficient I know, however it works and I haven't figured out how to just write the values to an output variable as they are created.
I'm reading the ODE solver documentation currently so I'll aim to change it to the better approach