Learn R Programming

takos (version 0.2.0)

gAC: 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

Run this code
# NOT RUN {
 
# }
# NOT RUN {
gAC(npoints=5000,prec=10^(-4.30095790876))

# }

Run the code above in your browser using DataLab