add wiki
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-06-01 09:36:33 +09:00
parent b7b79e38b1
commit b195ac126c
74 changed files with 3421 additions and 402 deletions
@@ -4,7 +4,7 @@ title: "Finite Element Thermal Stress Analysis"
complexity: intermediate
domain: computational-mechanics
created: 2026-05-29
updated: 2026-05-29
updated: 2026-06-01
address: c-000070
aliases:
- thermal stress finite element analysis
@@ -22,8 +22,10 @@ related:
- "[[Plane Stress and Plane Strain Elements]]"
- "[[Axisymmetric Finite Elements]]"
- "[[Displacement-Based Finite Element Formulation]]"
- "[[Abaqus Thermal Expansion and Damping Materials]]"
sources:
- "[[A-First-Course-in-the-Finite-Element-Method|A First Course in the Finite Element Method]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]"
---
# Finite Element Thermal Stress Analysis
@@ -38,6 +40,8 @@ The source treats thermal strain as an initial strain contribution. For a unifor
The same idea is applied to one-dimensional bars, plane stress and plane strain elements, and axisymmetric triangular elements. If the structure is free to expand, thermal strain may produce displacement without stress. If constraints or material incompatibility prevent free expansion, thermal stresses appear.
[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]] adds production material definitions for this mechanism: thermal expansion coefficients, reference temperatures, temperature/field dependencies, isotropic/orthotropic/anisotropic expansion, and user-defined expansion increments through `UEXPAN`.
## Why It Matters
Thermal loading is not just another external force. It changes the strain state inside the element and can create stress only through constraint, incompatibility, or temperature gradients. Treating it as an equivalent nodal contribution keeps the global equation format compatible with the displacement formulation.
@@ -47,8 +51,9 @@ Thermal loading is not just another external force. It changes the strain state
- [[Finite Element Heat Transfer and Field Problems]] can supply the temperature distribution.
- [[Finite Element Load Vector Assembly]] explains the equivalent nodal force interpretation.
- [[Plane Stress and Plane Strain Elements]] and [[Axisymmetric Finite Elements]] provide common structural discretizations for thermal stress.
- [[Abaqus Thermal Expansion and Damping Materials]] supplies Abaqus-specific thermal expansion and field expansion material definitions.
## Sources
- [[A-First-Course-in-the-Finite-Element-Method|A First Course in the Finite Element Method]]
- [[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]