Imported Convection

Apply convection from an external comma separated values (.csv) file. Available only for thermal steady-state analysis.

Note: For 2024.1, imported pressure is not supported for composites.
  1. In the Project Tree, open the Analysis Workbench Workbench.
  2. On the workbench toolbar, click ConvectionImported Pressure.
  3. Browse to the desired .csv file in File Explorer and click Open.
    The imported loads are mapped at points/parts specified in the .csv.

The .csv file contains one header row and one or more additional data rows.

Imported convection .csv file format fields are as follows:
  • ID (optional) – Alphanumeric value. Used to identify a specific point.
  • X, Y and Z – Numeric values. Spatial location is used to map convection to the nearest point on a face.
  • Ambient_temperature – Numerical value.
  • Convective_Heat_Transfer_coefficient – Numerical value.
  • Part_ID (optional) – Numerical value. ID of the part to map the convection. Mapping fails if the part with specified part ID is not present at the spatial location defined in X, Y and Z.
  • Part_Name (optional) - Alphanumeric value. Name of the part to map the convection. Mapping fails if the part with specified part name is not present at the spatial location defined in X, Y and Z.
Note: If both Part ID and Part Name are defined, Part ID takes precedence.
Example CSV File
ID,X,Y,Z, Ambient_temperature, convective_Heat_Transfer_coefficient,Part_ID,Part_Name
1,216,417,40,100,40,15,square tube
2,216.975,417,40.0961,100,40,15,square tube
3,217.913,417,40.3806,100,40,15,square tube
Note: Ambient temperature and the convective heat transfer coefficient in an imported file follows the input units set in SimSolid. Spatial location values follow model units.