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

This commit is contained in:
김경종
2026-05-28 17:16:48 +09:00
parent 665c5ab4e4
commit 4cc312954f
5693 changed files with 66683 additions and 4087 deletions
@@ -0,0 +1,47 @@
---
type: concept
title: "Finite Element Heat Transfer and Field Problems"
complexity: intermediate
domain: computational-mechanics
aliases:
- finite element field problems
- finite element heat transfer
created: 2026-05-28
updated: 2026-05-28
address: c-000012
tags:
- concept
- finite-element-method
- heat-transfer
- fluid-flow
status: current
related:
- "[[Finite Element Method]]"
- "[[Direct Time Integration Methods]]"
sources:
- "[[Finite Element Procedures]]"
---
# Finite Element Heat Transfer and Field Problems
## Definition
Finite element heat transfer and field problems apply the finite element workflow to scalar or vector fields beyond structural displacement, including temperature, seepage, inviscid flow, torsion, acoustics, and viscous incompressible flow.
## How It Works
The governing field equation and boundary conditions are written in a weak or weighted residual form, discretized over elements, assembled into a global system, and solved under steady-state, transient, linear, or nonlinear assumptions. The source treats heat transfer first, then general field problems, then viscous incompressible fluid flow and fluid-structure interaction.
## Why It Matters
The chapter shows that finite element procedures are not limited to solid mechanics. Similar discretization and assembly patterns can solve different physical laws when the governing equations and boundary terms are formulated correctly.
## Connections
- [[Engineering Mathematical Models]] determines which governing equation is appropriate.
- [[Direct Time Integration Methods]] applies to transient heat transfer and flow problems.
- [[Mixed Finite Element Formulations]] is relevant for incompressible flow and pressure-like fields.
## Sources
- [[Finite Element Procedures]]