TPMplt (version 0.1.0)

DMMprocess: Dynamic material modeling from strain rate temperature table

Description

Dynamic material modeling based on strain rate-temperature table returned from the function epsExtract. Material constants as well as power dissipation efficiency factors and rheological stability coefficients in current conditions will be returned.

Usage

DMMprocess(x, consfuncPRT = FALSE, lgbase = exp(1), rnd = 2)

Arguments

x

A strain rate-temperature table, returned from epsExtract.

consfuncPRT

A boolean value to control result printing for constructive function. The default value uses FALSE.

lgbase

A numeric value to determine the logarithm base in calculation. The default value is exp(1).

rnd

An integer to control the digit accuracy. Default setting is 2, means accurating to 0.01.

Value

Serial material constants, constructive function, eta table and xi table through dynamic material model developed by Gegel and Prasad.

See Also

VBTree, epsExtract

Examples

Run this code
# NOT RUN {
require(VBTree)
dl2vbt(chrvec2dl(colnames(TPMdata)))
epstable <- epsExtract(TPMdata, 0.7, 2, 3)
DMM <- DMMprocess(epstable)
DMM
# }

Run the code above in your browser using DataLab