next up previous contents
Next: eqal Up: Commands Previous: elty   Contents


enq

   'enq' <set> <set> [rec <x-value>|'_' <y-value>|'_' <z-value>|'_']| ->
                     [cyl 'x'|'y'|'z' <r-value>|'_' <axis-value>|'_'] -> 
                      tol 'i'|'a'|'h'|'l'
This command is used to locate entities from a certain set (first provided set) and stores them in the second set. The following entities are handled: nodes, points, lines, surfaces. But surfaces can only be identified if the command ``rep <setname>'' was issued before. In case of nodes with related values (results) it will also determine the highes or lowest value in the specified range. The coordinates might be given in cartesian coordinates (option rec) or cylindrical coordinates (option cyl). Some coordinates might be omitted to specify an infinite range. The '_' key has to be used in this case. The mode is defined by the keys 'i' individual, 'a' all, 'h' high, 'l' low, were h and l will search the highest or lowest value in range. This value will also be written to a file for automatic processing purposes. For example

enq all newset rec 10. _ 100. 0.1 i

will search for entities in set 'all' at the given location x:10. y:_(infinite range, triggered by the '_' key) z:100. with a tolerance of 0.1 and only the closest entity of all kinds of entities are stored in set 'newset'. With the 'a' key all in range would be stored. The key 'h' or 'l' would trigger a search for the highest or lowest value in the specified range,

enq domain1 newset cyl x 100. 10. 0.1 a

will search for entities in set 'domain1' at radius:100. around x at x:10. with a tolerance of 0.1. All entities in range are stored in set 'newset'.


next up previous contents
Next: eqal Up: Commands Previous: elty   Contents
root 2011-12-04