1@Parser IsotropicMisesCreep;
2@Behaviour Norton;
3@Author Helfer Thomas;
4@Date 23/11/06;
5
6@Coef real A;
7@Coef real E;
8
9@FlowRule{
10  const real tmp = A*pow(seq,E-1.);
11  f       = tmp*seq;
12  df_dseq = E*tmp;
13}
14