You can make a Group of Fields within each file in the series. The
whole Group (defined at end of file) is imported, then you Select a
Member by name or number. (I'd use name since you already provided nice
names like "Velocity"). I'm sure there's an example in the Users Guide
Appendix on DX Native File Format. If not, search the list archives,
cause I know this has been described in detail before.
But the big misconception below is that you need multiple Fields to
accomplish what you are trying to do. Simply add more 'data' components
to one Field since you appear to use the same grid positions and
connections in all. Give each 'data' component a unique name, like
'velocity'.
After Import, use Mark('velocity') to make it the 'data', for coloring,
rubbersheeting, etc., then Unmark to return it to 'velocity'. Then you
could Mark('temperature'), operate on it as 'data', Unmark, and so on.
You will be using a lot less memory by not reloading the same mesh over
and over.
---------------
with the group at the end of the ascii header including the
fields it works fine.
Thanks a lot !
Sven