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

This commit is contained in:
김경종
2026-06-02 16:33:07 +09:00
parent bd50e09e36
commit b13258af9f
886 changed files with 12680 additions and 93 deletions
@@ -4,7 +4,7 @@ title: "Finite Element Thermal Stress Analysis"
complexity: intermediate
domain: computational-mechanics
created: 2026-05-29
updated: 2026-06-01
updated: 2026-06-02
address: c-000070
aliases:
- thermal stress finite element analysis
@@ -23,9 +23,14 @@ related:
- "[[Axisymmetric Finite Elements]]"
- "[[Displacement-Based Finite Element Formulation]]"
- "[[Abaqus Thermal Expansion and Damping Materials]]"
- "[[Midas Civil Heat of Hydration and Thermal Stress Analysis]]"
- "[[Midas FEA Heat Transfer and Hydration Analysis]]"
- "[[Midas NFX Heat Transfer Joule Heating and Thermal Stress]]"
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]]"
- "[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]"
- "[[Midas-NFX-Analysis-Manual|Midas NFX Analysis Manual]]"
---
# Finite Element Thermal Stress Analysis
@@ -42,6 +47,10 @@ The same idea is applied to one-dimensional bars, plane stress and plane strain
[[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`.
[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]] adds the civil concrete workflow: hydration heat first defines a temperature and equivalent-age history, then structural stress analysis combines thermal strain, shrinkage, creep, and age-dependent concrete strength.
[[Midas-NFX-Analysis-Manual|Midas NFX Analysis Manual]] adds a general-purpose thermal-stress view: structural elements can be reused as thermal elements by changing the DOF to temperature, thermal gradients and fluxes are recovered as element results, and composite laminates can receive average temperature change plus through-thickness gradient terms that generate membrane and bending resultants.
## 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.
@@ -52,8 +61,12 @@ Thermal loading is not just another external force. It changes the strain state
- [[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.
- [[Midas Civil Heat of Hydration and Thermal Stress Analysis]] connects thermal strain to equivalent age, shrinkage, creep, and concrete strength development.
- [[Midas NFX Heat Transfer Joule Heating and Thermal Stress]] connects thermal stress to NFX heat-transfer, Joule-heating, and laminate temperature-gradient workflows.
## 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]]
- [[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]
- [[Midas-NFX-Analysis-Manual|Midas NFX Analysis Manual]]