KocksMeckingFlowSwitch¶
Source: models/solid_mechanics/plasticity/KocksMeckingFlowSwitch.py
Switches between rate independent and rate dependent flow rules based on the value of the Kocks-Mecking normalized activation energy. For activation energies less than the threshold use the rate independent flow rule, for values greater than the threshold use the rate dependent flow rule. This version uses a soft switch between the models, based on a tanh sigmoid function.
Inputs¶
activation_energy—input·Scalar· requiredThe input name of the activation energy
rate_independent_flow_rate—input·Scalar· requiredInput name of the rate independent flow rate
rate_dependent_flow_rate—input·Scalar· requiredInput name of the rate dependent flow rate
Outputs¶
flow_rate—output·Scalar· requiredOutput name for the mixed flow rate
Parameters¶
g0—parameter·Scalar· requiredCritical value of activation energy
Other options¶
sharpness—float· default1.0A steepness parameter that controls the tanh mixing of the models. Higher values gives a sharper transition.