laserablaatio
Mechanical
Hi all,
Is there any way to change ansys behaviour with an unknown parameter value? I would like the program to stop batch processing when an unknown parameter value is encountered - now it does not do that, which may lead to hard-to-find errors.
An example in the version I use (9.2)
tmpvar = DINGDONG !(DINGDONG not defined previously)
!output in interactive mode:
!*** WARNING ***
!Unknown parameter name= DINGDONG. A value of 7.888609052E-31 !will be used.
!
!no output in batch mode
Is there any way to change ansys behaviour with an unknown parameter value? I would like the program to stop batch processing when an unknown parameter value is encountered - now it does not do that, which may lead to hard-to-find errors.
An example in the version I use (9.2)
tmpvar = DINGDONG !(DINGDONG not defined previously)
!output in interactive mode:
!*** WARNING ***
!Unknown parameter name= DINGDONG. A value of 7.888609052E-31 !will be used.
!
!no output in batch mode