Inputs
| Name | Type | Description |
|---|---|---|
| Model | FE Model | The finite element model. |
| Load case | Boundary Condition List | The restraints and applied thermal loads. |
| Initial temperature | Temperature Field | The initial temperature of the domains in the fe model. |
| Duration | Scalar | Duration of the simulation |
| Initial time step | Scalar | Initial time step for the transient analysis. the program will control the step size for subsequent steps. |
| Save increment | Integer | Controls the amount of data that is stored and accessible after the simulation completes. the default value of 1 will save results for all increments, whereas a value of 0 will save only the first and last increment. for any value, n > 1, the block will save results for every n increments. |
| Fixed time step | Bool | Option to fix the initial time step for the entire analysis. if this option is unchecked, the solver uses an automatic time-stepping scheme that varies the initial time step based on the stability of the analysis. |

