How do you read in temperature from .txt and map it onto the target mesh?
The main commands and steps are:
- Define arrays and tables to hold the source and target data. This is done through the command *DIM.
- Put the source data into a table, then copy the temperature and coordinates into two separate arrays. This is completed through *TREAD and *MFUN.
- Map the source data to target mesh by using *MOPER.
- Once mapping is done, use the *DO loop to apply the temperature using the BF command.