pyroknife
- 611
- 4
I took a hiatus from looking at the structural problem for awhile and recently picked up again the past couple of weeks. I just realized what I think is a huge issue when solving the transient equation. The issue is these structural constants are HUGE (when I was previously working on this, I had largely neglected the constants). For example, steel's elastic modulus is about O(10^11), and its lame's constants are around ~O(10^8). In solving the transient equation, I have to consider stability issues. The max dt that I can use is essentially INVERSELY proportional to lame's constants, thus severely limiting my timestep size to the point that the computational time is impractical for the purpose of my code.Chestermiller said:I have nothing to add, except to say simplify as much as possible. But please check that heat balance equation. It seems to be missing a derivative on the conduction term.
I could potentially approach this problem as steady state. However, temperature and slight pressure (also low pressure) charges really would suggest that this problem is transient.