Transcript
Transcript
In this lesson, we’ll explore two additional thermal analysis blocks that are currently in the beta tab. We’ll begin with a transient thermal analysis of the brake disc we used in the previous lesson. Then, we’ll cover a nonlinear thermal analysis of the same disk.Let’s begin by adding the Transient Thermal Analysis block to our notebook. We’ll open up the beta tab, and in the simulation section, we can add a block for transient thermal analysis. Notice that like the Thermal Analysis block, we have an input for a model and our boundary conditions. But since the transient analysis is time dependent, we have an end time input, an initial time step, and an output step. This output step is an integer that specifies how many iterations of the analysis are saved. An input of one will save every iteration; an input of two would save every other, and so on. For our FE model, we can use the same model that we used for our initial thermal analysis. I’ll drag this model into our input, and I’ll create a boundary conditions list to use as our load case. I’ll make this into a variable called boundary conditions transient thermal analysis.I’ll add four inputs, and our inputs will be the same as those from our original thermal analysis. I’ll just copy and paste and pull these into our new variable for visibility. I’ll input this into our Transient Analysis block and set our time inputs with an end time of 2 seconds, an initial time step of 0.1 second, and an output step of one. This block will automatically run, and I’ll go ahead and make this a variable called transient thermal analysis.After the analysis runs, we can view the results in this window to the right, which will look similar to our thermal analysis results. We can view temperature, heat flux, and thermal reaction flux, and view the results at each solution step. Again, we can edit the color settings and use probe mode to view results at individual mesh elements.Now, let’s run a nonlinear thermal analysis of this same disc. For the nonlinear analysis, we’ll need two additional material properties: conductivity and specific heat of the stainless steel. Therefore, we’ll need to create an entirely new FE model for this analysis. Let’s begin by defining our material. We’ll scroll up to our Brake Disc materials section, and we can add a block for an Isotropic Material. I’ll make this a variable and call it stainless steel nonlinear. In our properties list, we’ll add Isotropic Thermal Properties. Since our thermal properties are affected by temperature, we’ll need to define both conductivity and specific heat using two Dictionary blocks. These blocks each have scalar lists comparing material temperature and the associated property. We’ll drag these blocks in as our inputs, and now our variable is ready to be used in an FE model.Let’s add a Nonlinear Thermal Analysis block to our notebook using the beta tab under simulation. We’ll then add an FE Model block to our notebook, and we’ll make this a variable called FE model nonlinear analysis. In our components list, we’ll add an FE Solid Component, and we’ll use our FE mesh of the brake disc as our solid mesh and our new stainless steel material with the conductivity and specific heat defined. We can use the same boundary conditions as we used in our transient thermal analysis, and I’ll call this boundary conditions nonlinear analysis.I’ll drop these boundary conditions in as our load case and pull in our FE model. I’ll set a maximum of 10 iterations, and I’ll choose an output step of one. We’ll make this a variable called nonlinear thermal analysis. After the analysis runs, we can view the results in the right side of the screen, and we have our three thermal analysis options to choose from, as well as a solution step slider to view results at certain steps.Now we’ve completed our advanced thermal analyses, and you can download the completed file as an nTop reference.

