Files
MultiPhysicsVault/wiki/concepts/Midas FEA Element Library.md
T
김경종 553842ac3b
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
modify wiki
2026-06-02 16:57:41 +09:00

66 lines
2.9 KiB
Markdown

---
type: concept
title: "Midas FEA Element Library"
created: 2026-06-02
updated: 2026-06-02
address: c-000146
aliases:
- MIDAS FEA element library
- midas FEA structural elements
tags:
- concept
- finite-element-method
- elements
- midas-fea
status: current
related:
- "[[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]]"
- "[[midas FEA]]"
- "[[Finite Element Method]]"
- "[[Isoparametric Finite Elements]]"
- "[[Abaqus Element Library]]"
- "[[Abaqus Structural Element Families]]"
- "[[Abaqus Continuum Element Families]]"
sources:
- "[[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]]"
source_refs:
- source: "[[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]]"
raw_path: ".raw/MidasFEAAnalysisManual/"
raw_files:
- "MidasFEAAnalysisManual_002.md"
- "MidasFEAAnalysisManual_021.md"
- "MidasFEAAnalysisManual_001.md"
md_indices:
- 2
- 21
- 1
match: "heuristic-heading-keyword"
confidence: low
---
# Midas FEA Element Library
## Definition
Midas FEA element library is the set of structural and field elements described in the [[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]], including truss, beam, plane stress, plate, plane strain, axisymmetric, solid, spring, rigid link, reinforcement, interface, contact, heat-transfer, and CFD elements.
## How It Works
The structural element chapters organize each element around finite element kinematics, degrees of freedom, coordinate systems, stiffness contribution, and result recovery. The same product library also includes embedded reinforcement, interface elements, geometric nonlinear variants, and heat-transfer or fluid elements used by specialized analyses.
The manual's element coverage sits between textbook element derivations and broad commercial element catalogs. It is not just a list of element names; it shows how production analysis procedures depend on element-specific stiffness, mass, geometric stiffness, body force, pressure load, contact, and result output routines.
## Solver Development Notes
- Start a custom solver with a small structural subset before mirroring the full production library.
- Treat element routines as contracts: nodal DOFs, shape functions, Jacobian mapping, material calls, element matrices, load vectors, and output recovery.
- Keep geometric stiffness and nonlinear strain measures separate from the linear stiffness path so buckling and nonlinear procedures can reuse them explicitly.
- Use [[Abaqus Element Library]] as a comparative reference for naming, family selection, reduced integration, hybrid behavior, sections, and user elements.
## Connections
- [[Isoparametric Finite Elements]] provides the common interpolation and mapping framework.
- [[Abaqus Element Selection and Formulation]] gives a parallel production selection workflow.
- [[Midas FEA Embedded Reinforcement Modeling]] and [[Midas FEA Interface Elements and Nonlinearities]] are specialized element-library extensions.