Post process transient results

Practice managing model results using a results probe and graphs.

Download and extract the part files.

Open the Simulation file

Open the part file and reset the dialog box settings.

  1. Choose FileOpen and open circuit/circuit_sim1.sim.
  2. Choose FilePreferencesUser Interface.
  3. On the Dialog and Precision page, click Reset Dialog Memory .
  4. Click OK.

Visualize the nodal temperature results

Load and explore temperature results.

  1. In the Post Processing Navigator, right-click the Thermal-Flow node and choose Load.
  2. Expand the Thermal-FlowIncrement 14, 60.00s nodes and double-click the Temperature-Nodal node.
  3. Under the Viewports node, expand the Post View 1asm_pcb1_x_t_fem1.fem2D ElementsCPU collector nodes and hide CPU mesh.
  4. Choose Results tab→Display group→Edge Style list→Feature to hide the mesh in the post view.

Display the tags for maximum and minimum values

Show annotations for max and min temperature locations and values.

  1. Under the Post View 1 node, show Annotations.
  2. Observe the location and value of the maximum and minimum nodal temperature.

Identify results from the model

Select nodes to view their temperature and explore dialog options.

  1. Choose Results tab→Tools group→Identify Results .
  2. Select several nodes from the model to identify their temperature.
    The temperature values of the nodes are displayed on the selected item in the graphics window and are also listed in the dialog box.
  3. Explore the options in the dialog box.

  4. Click Close.
  5. Choose Results tab→Context group→Return to Model .

Create the result variable for the nodal temperature

Define a temperature result variable averaged over nodes.

  1. Choose Results tab→Manipulation group→Result Variables .
  2. Click Create New Variable.
  3. In the Name box, type Temp.
  4. From the Result Type list, select Temperature.
  5. Make sure that Location is set to Nodal and Component is set to Scalar.
  6. In the Result Combination group, from the Combine At list, select Elements.
  7. Make sure that the Criterion is set to Average.
    This option controls whether results are averaged across nodes in your model. MIDs (material properties), PIDs (physical properties), and Element Types are selected by default.
  8. Click OK.
  9. Click Close.

Create a result probe representing the average nodal temperature of the CPU

Create a result probe for the CPU temperature averaged over selected faces.

  1. Choose Results tab→Manipulation group→Result Probe .
  2. In the Name box, type CPU.
  3. In the Formula box, type Temp.
    In the formula, Temp is the result variable that you defined in the previous step.
  4. In the Iteration Definition group, from the Load Case list, select All.
  5. From the Iteration Selection list, select All.
  6. Make sure that the Iteration Type is set to Time.
  7. In the Selection and Averaging group, from the Selection Type list, select Faces.
  8. Click Select Object (0) .
  9. In the graphics window, select the CPU top face.

  10. Select the Compute On Individual Geometry check box to let the software compute a single value on individual geometry.
  11. From the Geometry Value list, make sure Arithmetic Mean is selected to calculate the average value of all results on the selected geometry.
  12. Click Apply.
    Do not close the dialog box.

Create a result probe representing the average nodal temperature of the PCB

Create a result probe for the PCB temperature averaged over selected faces.

  1. In the Name box, type PCB.
  2. In the Formula box, type Temp.
  3. Make sure that the following is selected:
    • Load Case = All
    • Iteration Selection = All
    • Iteration Type = Time
    • Selection Type = Faces
  4. In the graphics window, select the PCB top face.

  5. Click Apply.
    Do not close the dialog box.

Create a result probe to evaluate the temperature difference between the CPU and the PCB

Define a result probe for the temperature difference over time.

  1. In the Name box, type deltaT.
  2. In the Formula box, type fd("CPU")-fd("PCB").
    In the formula, CPU and PCB are the result probes that you created in the previous steps. The CPU and PCB fields represent the average nodal temperatures of the CPU and the PCB, respectively.
  3. In the Selection and Averaging group, from the Selection Type list, select None.
  4. Click OK.
    Result probe deltaT defines how the difference between the average nodal temperatures of the CPU and the PCB varies as a function of time.

Plot the temperature difference versus time

Plot a graph of the temperature difference over time.

  1. In the Simulation Navigator, expand the transientResult Probes nodes.
  2. Right-click the deltaT node and choose Create Graph.
    Note that the pop-up window is appeared.
  3. Click Create a New Window to Plot to plot the graph in a separate window.

Edit the graph

Modify graph display options and title.

  1. In the graph window, expand Toolbar.
  2. From the Complex Option drop-down list, click Show and Hide .
  3. In the Title row, click Show.
  4. Click Close to close the Show and Hide dialog box.
  5. Double-click the title on the graph to modify it.
  6. In the Text group, click User Defined.
  7. Modify the text to Temperature difference between the CPU and the PCB.
  8. Click OK.

  9. Explore the other options that you can modify by double-clicking the options on the graph.
You have completed this lab.