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
@@ -7,7 +7,7 @@ aliases:
- nonlinear FEA
- incremental finite element analysis
created: 2026-05-28
updated: 2026-06-01
updated: 2026-06-02
address: c-000011
tags:
- concept
@@ -31,6 +31,15 @@ related:
- "[[Abaqus Hyperelastic and Viscoelastic Materials]]"
- "[[Abaqus Progressive Damage and Failure]]"
- "[[Finite Element Contact Formulation]]"
- "[[Finite Element Plasticity]]"
- "[[Incremental Elasto-Plastic Solution Methods]]"
- "[[Transient Dynamic Elasto-Plastic Analysis]]"
- "[[Midas FEA Nonlinear Solution Algorithms]]"
- "[[Midas FEA Concrete Cracking and Material Models]]"
- "[[Midas FEA Static Contact Analysis]]"
- "[[Midas Civil Boundary and Material Nonlinear Analysis]]"
- "[[Midas Civil Pushover and Performance Evaluation]]"
- "[[Midas Civil Nonlinear Time History and Hysteresis Models]]"
sources:
- "[[Finite Element Procedures]]"
- "[[A Continuum Mechanics Based Four-Node Shell]]"
@@ -38,6 +47,9 @@ sources:
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
- "[[Abaqus Theory Manual]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]"
- "[[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]]"
- "[[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]]"
- "[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]"
---
# Nonlinear Finite Element Analysis
@@ -60,6 +72,12 @@ The dynamic buckling thesis uses geometric nonlinearity to build the geometric s
[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]] expands the material-nonlinearity side: hyperelasticity, viscoelasticity, plasticity, pressure-dependent geomaterials, concrete, progressive damage, EOS behavior, and user-defined material updates all introduce state dependence into the nonlinear finite element problem.
[[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]] specializes the nonlinear workflow for plasticity. It connects direct iteration, Newton-Raphson, tangential stiffness, and initial stiffness methods to integration-point yield checks, flow rules, hardening variables, pseudo-loads, and transient dynamic elasto-plastic schemes.
[[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]] adds production nonlinear controls from another solver: initial stiffness, Newton-Raphson, modified Newton-Raphson, arc-length iteration, force/displacement/energy convergence norms, concrete cracking, interface laws, and penalty contact.
[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]] adds bridge/civil nonlinear workflows: nonlinear supports and links, P-Delta, geometric nonlinearity, material plasticity, pushover analysis, inelastic time history, hysteresis models, interaction hinges, and fiber sections.
## Why It Matters
Many engineering failures, large deformation behaviors, buckling events, contact interactions, and elastoplastic responses cannot be captured by a single linear solve. Nonlinear analysis adds physical realism but also adds dependence on increments, tangent quality, convergence tests, and path-following strategy.
@@ -72,6 +90,9 @@ Many engineering failures, large deformation behaviors, buckling events, contact
- Do convergence criteria reflect the physical quantity of interest?
- Are material updates and contact constraints supplying a tangent that matches the active nonlinear state?
- Is the selected material model path-dependent, rate-dependent, damage-softening, or nearly incompressible?
- For plasticity, are yield-state transitions, hardening variables, and committed integration-point states handled consistently across increments?
- For Midas-style civil nonlinear analysis, are concrete cracking, contact status, construction stages, and hydration-related state changes committed only after convergence?
- For bridge/civil nonlinear analysis, are support/link states, hinge hysteresis, section interaction surfaces, and construction-stage states committed on the same converged timeline?
## Sources
@@ -81,3 +102,6 @@ Many engineering failures, large deformation behaviors, buckling events, contact
- [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]
- [[Abaqus Theory Manual]]
- [[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]
- [[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]]
- [[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]]
- [[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]