Compute and Display Results
In general, the resulting system of equations in a multiphysics problem can be solved using two different strategies:
In most cases, the segregated approach will be the default suggestion when the solver sequence is generated for a multiphysics problem. Based on your knowledge of the underlying properties of a problem, it is often possible to reduce the solution time by making appropriate changes to the solver settings. In this example, there are two important properties that can be used:
As long as the heat transfer problems is solved first, it is thus sufficient to make one pass through the segregated solver, and no iterations are needed for either physics interface.
1
2
3
4
5
6
Under the Results node, two plot groups are automatically added to show the default results for a structural analysis and a thermal analysis. The first plot group, Stress (solid), shows the von Mises stresses on a scaled deformed geometry. Due to the boundary conditions and the nonuniform temperature distribution, thermal stresses develop in the structure.
Improve the plot slightly.
Volume 1
1
2
3
4
5
The second default plot group, Temperature (ht), displays the temperature distribution. The temperature is highest where the inward heat flux is prescribed, and decreases as heat is removed by convection from all other boundaries.
Add some arrows indicating the thermal loading.
Temperature (ht)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
As a final step, pick one of the plots to use as a model thumbnail.
1
2
3