REMARK: Be aware that you have to create sets of nodes and faces for surface mapping! They will be called 'master' and 'slave' Open the target mesh with cgx. Define a set with the slave nodes or faces to which values should be mapped (for example pressure): qadd slave t10 (here with a tolerance of 10 deg) comp slave do (to extend the set by the referenced faces or nodes) Then open a set and read the model with the values (pressure): seto source read result.frd add setc If necessary move 'source' in space to match the position of the 'slave' (see “move”). Add the faces to the 'source' set (now only nodes and elements are already stored in 'source'): comp source do plot f source Define the master set: qadd master t10 (catch the right faces showing the values) comp master do Map the values of dataset 1 with: map slave master surf ds1 Check the mapping with: ds 1 e 1 plot fv slave Write the file with the mapped values: send slave abq pres ds1 e1 Check the file “slave_ds1e1.dlo” with an editor and use it in an inp-file.If the master values are not available in either inp or frd format but in any other format which can be read by cgx (isaac, openFoam ..) you may write them in frd format with the ”send” command to be usable as a master.