gAC {takos} | R Documentation |
Title sbAC
Description
Performs simulation according to several kinetic models
Usage
gAC(time.start = 0, T0 = 0, T.end = 500, qqq = 50, A = 10^(6.3),
Ea = 80000, m = 1, n = 2, K = 0, npoints = 10000,
prec = 10^(-4.30095790876), rmod = "SB", ...)
Arguments
time.start |
Starting time for the simulations |
T0 |
Temperature start |
T.end |
End temperature |
qqq |
Heating rate |
A |
Parameter in the equation |
Ea |
Parameter in the equation |
m |
Parameter in the equation |
n |
Parameter in the equation |
K |
Parameter in the equation |
npoints |
Number of points |
prec |
Starting value for the equation "prec" |
rmod |
Kinetic model (default = Isoda) |
... |
Parameters to pass to ode function for choosing solver method |
Value
startgin temperature "T","fi",degree of crystallization "alfa",differential alfa in T "dadT",time in seconds "time.s",differential equation solution "sol"
Examples
gAC(npoints=5000,prec=10^(-4.30095790876))
[Package takos version 0.2.0 Index]