General

General

How to read in temperature from .txt and map onto target mesh?

    • FAQFAQ
      Participant

      The main commands and steps used here are: 1. define arrays/tables to hold the source and target data. It’s done through command *DIM 2. read in the source data into a table, then copy temperature and coordinates into two separate arrays. Done through *TREAD and *MFUN 3. map source data to target mesh. Done through *MOPER 4. Once mapping is done, use the *DO loop to apply temperature using BF command