T_get: Calculating the adiabatic heating effect.

Description Usage Arguments Value Examples

View source: R/TCorrect.R

Description

Calculating the adiabatic heating effect.

Usage

1
T_get(x, eta1, rho1, c1, ACorrect1 = 1, manual1 = NULL)

Arguments

x

A data frame with VBTree style. Pay attention, all factors in column names should be separated by "-" symbol, and factors for temperatures and strain rates should be saved in pure numeric style.

eta1

Efficiency of deformation heating.

rho1

Density of materials, unit is g/cm^3.

c1

Heat capacity of materials, unit is J/(kg*K).

ACorrect1

Coefficient to modify for density or heat capacity using different units. Default value is 1.

manual1

An integer vector with the length of 3 where the 1st element denotes the layer for Stress and Strain, the 2nd and 3rd elements represent the levels for Strain and Stress, respectively. The default setting is NULL, which can call the function lyIDdetector for automatical completion this vector.

Value

A data frame with the identical shape as input data. The values of stress was replaced by adiabatic heating effect.

Examples

1
2
# Constants of steels as example:
T_get(TPMdata, 0.9, 7.8, 502.416)

TPMplt documentation built on Oct. 2, 2019, 1:03 a.m.