implemented fast yield surface fitting with yield stop criteria
This commit is contained in:
parent
36c370e668
commit
9bbc0d4803
|
@ -1332,7 +1332,7 @@ parser.add_option('-e', '--exponent', dest='exponent', type='float',
|
||||||
parser.add_option('-u', '--uniaxial', dest='eqStress', type='float',
|
parser.add_option('-u', '--uniaxial', dest='eqStress', type='float',
|
||||||
help='Equivalent stress', metavar='float')
|
help='Equivalent stress', metavar='float')
|
||||||
parser.add_option('--flag', dest='flag', type='string',
|
parser.add_option('--flag', dest='flag', type='string',
|
||||||
help='the variable based which the yield will be judged, totalStrain, plasticStrain or plasticWork', metavar='string')
|
help='yield stop flag, totalStrain, plasticStrain or plasticWork', metavar='string')
|
||||||
|
|
||||||
parser.set_defaults(min = 12,
|
parser.set_defaults(min = 12,
|
||||||
max = 20,
|
max = 20,
|
||||||
|
|
Loading…
Reference in New Issue