53 lines
2.6 KiB
Markdown
53 lines
2.6 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]]"
|
|
---
|
|
|
|
# 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.
|
|
|