I’m looking to implement UNCOUPLED TEMPERATURE-DISPLACEMENT, but my specific use case requires a static structural analysis. Does CalculiX support a combined mode for statics and transient heat transfer? I’ve heard that thermo-mechanical coupling is currently limited to dynamics, but I noticed logic for static thermo-mechanical models in the prediction.c source file. If there is no native support for this, what is the best way to implement a static-transient thermal coupling?
Thanks for your response. I noticed the post describes uncoupled temperature-displacement as a combination of heat transfer and static mechanical analysis. However, the code sets nmethod=4, which triggers a dynamic calculation. I’m a bit confused by this discrepancy
Thank you for your response. What you mean is that when set to steady state, Calculix performs calculations for statics and steady-state temperature fields. However, the steady-state temperature field calculation only provides a final temperature, not a temperature that changes over time, which makes this calculation less meaningful. If I want to achieve calculations for statics and transient temperature fields, would I have to modify the source code?