Applying the Method to TC-Python and TC-Toolbox for MATLAB®
The same settings changes can be used to speed up the TTP and CCT calculations for the Precipitation Module (TC-PRISMA) in TC-Python and TC-Toolbox for MATLAB®. To change these settings, you can write the following code when setting up your calculation:
.with_numerical_parameters(NumericalParameters().set_radius_points_per_magnitude(15))
.with_numerical_parameters(NumericalParameters().set_min_radius_points_per_magnitude(10))
.with_numerical_parameters(NumericalParameters().set_max_radius_points_per_magnitude(20))
It is important to note that these settings only are valid when calculating small fractions of the particle phase. Additionally, only spherical geometry is necessary in these cases.
If you have tips and tricks you have found particularly useful, share them with us and we may include them in a future post.
This article is a part of a blog series of tips and tricks to help users get the most out of Thermo-Calc. Read the other blog posts in the series by clicking the button below.