Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced Vyazovkin Ea Buffer #2

Open
TownySmash opened this issue Apr 9, 2024 · 1 comment
Open

Advanced Vyazovkin Ea Buffer #2

TownySmash opened this issue Apr 9, 2024 · 1 comment

Comments

@TownySmash
Copy link

Hi,

I think the advanced vyazovkin Ea Buffer is set incorrectly as in the advanced it is set to:

EaBuffer = 1000:1000:200000

which causes an error in a later step as the EA buffer is a different size to the temperature

In the Vyazovkin file the Ea buffer is set to

EaBuffer = 100:100:2000000

This works and if you change the Advanced Vyazovkin to this it then runs.

Thank you for this tool box it is phenomenal, I spent some time trying to build this type of thing myself and this is truly fantastic.

@Xenozite
Copy link
Owner

Xenozite commented Jun 5, 2024

Hi, TownySmash. Thanks for your comment. I increased this range relative to the Vyazovkin method because with a smaller step, the calculation takes quite a long time due to direct integration. So on my data script worked fine with the range of 1000:1000:200000 except for the warnings that polynominal is badly conditioned. Its much faster than 100:100:200000.
Anyway feel free to use and change this toolset for your purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants