**process aging#
Description#
This post processing integrates the aging evolution equation:
where \(a_\infty\) and \(\tau\) are material parameters that can depend on temperature. The process requires a temperature field as input.
Syntax#
**process aging
\(~\,\) *temp_name temperature_name
[ *out_var output_name ]
[ *cycles nbr_cyl ]
[ *precision prec ]
[ *evolution ]
\(~\,\) *model_coef
\(~\,~\,\) a_inf <COEFF>
\(~\,~\,\) tau <COEFF>
*temp_nametemperature_nameThe name of the input temperature field. By default
NT11.*out_varoutput_nameThe name of the output aging variable. By default
age.*cyclesnbr_cylrepeat nbr_cyl times the sequence selected with
**output_number. By default nbr_cyl = 1.*precisionprecprecision for Runge-Kutta integration.
*evolutionflag to store the values of aging for all maps. By default, only the values for the last map are stored.
*model_coefto specify the material parameters
a_infandtau.
Example#
***local_post_processing
**file integ
**elset ALL
**process aging
*temp_name temperature
*out_var age
*precision 1.e-3
*evolution
*model_coef
a_inf temperature
0. 0.
0.5 200.
0.7 280.
0.9 324.
tau temperature
1.e+07 0.
1000000. 150.
100000. 200.
12500. 250.
2500. 280.
500. 300.
100. 324.
****return