A program to recognize and reward our most engaged community members
I am currently conducting a nonlinear implicit transient thermal stress analysis of a structure. By inputting the corresponding thermal expansion coefficients of the material, I aim to perform a thermal stress analysis under the overall temperature change of the structure, with the analysis step type set to Non-linear transient.I have created two TLOAD entries: one for storing enforced displacement loads and the other for enforced temperature loads, which are then integrated using a DLOAD entry. For the enforced temperature load, I first created an SPC entry, followed by an SPCD entry to store the enforced temperature. However, an error occurred after the calculation. Could you please advise on the possible cause of this issue?
Hello,
In structural analysis, like in your case, temperature can be given by TEMP entriess, which can be referenced in TLOAD as well.
https://help.altair.com/hwsolvers/os/topics/solvers/os/temp_bulk_r.htm?zoom_highlight=temp
Your set up is valid for thermal analysis, where SPC, SPC1, and SPCD are temperature boundary conditions
https://help.altair.com/hwsolvers/os/topics/solvers/os/thermal_analysis.htm
I’m not entirely clear on what you mean. Here’s my model—could you please take a look? It seems that the enforced temperature I set through SPC and SPCD isn’t taking effect. How should I adjust my model settings?
You are solving a structural analysis with thermal load, not a pure thermal analysis.
So, as I mentioned above SPCD cannot resemble temperature, it should be a TEMP bulk data card in the EXCITE field of TLAOD of type=TEMP.
Do you mean that I should apply the temperature via the "temperature" card command under "analysis", with the card type set to TEMP, and also select TEMP as the type in TLOAD? Is my understanding correct?