gAC: Title sbAC

Description Usage Arguments Value Examples

Description

Performs simulation according to several kinetic models

Usage

1
2
3
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

1
2
3
 

gAC(npoints=5000,prec=10^(-4.30095790876))

takos documentation built on Jan. 13, 2021, 4:11 p.m.

Related to gAC in takos...