Files
MultiPhysicsVault/wiki/concepts/Midas FEA Embedded Reinforcement Modeling.md
김경종 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

63 lines
2.7 KiB
Markdown

---
type: concept
title: "Midas FEA Embedded Reinforcement Modeling"
created: 2026-06-02
updated: 2026-06-02
address: c-000147
aliases:
- MIDAS FEA embedded reinforcement
- midas FEA rebar modeling
tags:
- concept
- finite-element-method
- reinforcement
- concrete
- midas-fea
status: current
related:
- "[[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]]"
- "[[Midas FEA Element Library]]"
- "[[Midas FEA Concrete Cracking and Material Models]]"
- "[[Abaqus Embedded Elements and Overconstraints]]"
- "[[Abaqus Structural 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_013.md"
- "MidasFEAAnalysisManual_001.md"
md_indices:
- 13
- 1
match: "heuristic-heading-keyword"
confidence: high
---
# Midas FEA Embedded Reinforcement Modeling
## Definition
Midas FEA embedded reinforcement modeling represents reinforcing bars or grids inside host finite elements so reinforced concrete behavior can be modeled without requiring every reinforcement line to match the host mesh topology.
## How It Works
The manual separates rebar bar elements and rebar grid elements, then describes their finite element formulation and their use inside plane strain, axisymmetric, plane stress, solid, and plate elements. Prestress context is also included, so the reinforcement thread is tied to both element formulation and staged concrete analysis.
In implementation terms, embedded reinforcement is a coupling problem. Reinforcement strain is obtained from host-element kinematics or mapped coordinates, the reinforcement constitutive response contributes stiffness and internal force, and the contribution is assembled into the host/global degrees of freedom.
## Solver Development Notes
- Define whether reinforcement has independent DOFs or is fully embedded in host interpolation.
- Store reinforcement orientation, area, material, prestress data, and host-element mapping explicitly.
- Include tests for mesh-independent reinforcement placement and for reinforcement crossing host element boundaries.
- Verify reinforcement response with displacement, reaction, element force, and stress comparison against a reference solver.
## Connections
- [[Midas FEA Concrete Cracking and Material Models]] supplies the concrete-side material context.
- [[Abaqus Embedded Elements and Overconstraints]] is the closest Abaqus workflow counterpart.
- [[Finite Element Program Implementation]] frames reinforcement as an element or constraint contribution to global assembly.