What is the proper syntax to use the zone initialize stress-principal command? I want to input my principal stresses at an angle but I can’t figure out the syntax. I tried:
zone initialize stress-principal direction-maximum (0.5,0,0.5)
zone initialize stress-principal direction-minimum (0.5,0,0.5)
also:
zone initialize stress-principal direction-maximum (0.5,0,0.5) direction-minimum (0.5,0,0.5)
and other combinations of the same. All give me the following error:
Thanks, I didn’t see that. However, even if I input something like:
zone initialize stress-principal direction-maximum (1,0,0)
zone initialize stress-principal direction-minimum (0,0,1)
zone initialize stress-principal direction-intermediate (0,1,0)
or
zone initialize stress-principal direction-maximum (1,0,0) direction-minimum (0,0,1) direction-intermediate (0,1,0)