change the unit of stress
This commit is contained in:
parent
edb559d2fa
commit
a55b0c54c6
|
@ -1374,7 +1374,8 @@ for i in xrange(numParas):
|
||||||
if options.vegter is True:
|
if options.vegter is True:
|
||||||
options.dimension = 2
|
options.dimension = 2
|
||||||
|
|
||||||
unitGPa = 10.e5
|
if options.criterion == 'hill1948': stressUnit = 1.0e9
|
||||||
|
else : stressUnit = 1.0e6
|
||||||
N_simulations=0
|
N_simulations=0
|
||||||
s=threading.Semaphore(1)
|
s=threading.Semaphore(1)
|
||||||
myLoad = Loadcase(options.load[0],options.load[1],options.load[2],
|
myLoad = Loadcase(options.load[0],options.load[1],options.load[2],
|
||||||
|
|
Loading…
Reference in New Issue