T_get {TPMplt} | R Documentation |
Calculating the adiabatic heating effect.
Description
Calculating the adiabatic heating effect.
Usage
T_get(x, eta1, rho1, c1, ACorrect1 = 1, manual1 = NULL)
Arguments
x |
A data frame with |
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 |
Value
A data frame with the identical shape as input data. The values of stress was replaced by adiabatic heating effect.
Examples
# Constants of steels as example:
T_get(TPMdata, 0.9, 7.8, 502.416)