laserablaatio
Mechanical
I'm trying to use the ASEL command to select a layer in my model and I noticed that ASEL tolerance does not work very intuitively in my opinion:
Two examples
1)ASEL,S,LOC,Z,3015 -> tolerance = 15.075
2)ASEL,S,LOC,Z,3014.9,3015.1 -> tolerance = 0.2E-8
This goes as stated in the documentation.
I hunted down the reason for the weird behaviour of my model for couple of hours... Is there any means to control the tolerance with some control parameter, so that command 1) could be used "safely"?
Of course, I could use a command like
ALPHA = 0.1
ASEL, S, LOC, Z, 3015 - ALPHA, 3015 + ALPHA
but using command 1) would produce much cleaner code.
I'm using Ansys 9.2.
Thanks for your answers!
Two examples
1)ASEL,S,LOC,Z,3015 -> tolerance = 15.075
2)ASEL,S,LOC,Z,3014.9,3015.1 -> tolerance = 0.2E-8
This goes as stated in the documentation.
I hunted down the reason for the weird behaviour of my model for couple of hours... Is there any means to control the tolerance with some control parameter, so that command 1) could be used "safely"?
Of course, I could use a command like
ALPHA = 0.1
ASEL, S, LOC, Z, 3015 - ALPHA, 3015 + ALPHA
but using command 1) would produce much cleaner code.
I'm using Ansys 9.2.
Thanks for your answers!