add documents and wiki
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
---
|
||||
type: concept
|
||||
title: "Midas Civil Buckling P-Delta and Geometric Nonlinearity"
|
||||
created: 2026-06-02
|
||||
updated: 2026-06-02
|
||||
address: c-000163
|
||||
aliases:
|
||||
- MIDAS Civil buckling
|
||||
- midas Civil P-Delta
|
||||
- midas Civil geometric nonlinearity
|
||||
tags:
|
||||
- concept
|
||||
- finite-element-method
|
||||
- midas-civil
|
||||
- buckling
|
||||
- nonlinear-analysis
|
||||
status: current
|
||||
related:
|
||||
- "[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]"
|
||||
- "[[midas Civil]]"
|
||||
- "[[Geometric Stiffness Matrix]]"
|
||||
- "[[Static Equilibrium Equation Solvers]]"
|
||||
- "[[Nonlinear Finite Element Analysis]]"
|
||||
sources:
|
||||
- "[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]"
|
||||
---
|
||||
|
||||
# Midas Civil Buckling P-Delta and Geometric Nonlinearity
|
||||
|
||||
## Definition
|
||||
|
||||
Midas Civil buckling, P-Delta, and geometric nonlinearity are the stability-related procedures that account for axial-force-dependent stiffness, displaced geometry, and critical load factors.
|
||||
|
||||
## How It Works
|
||||
|
||||
The analysis reference separates linear buckling from nonlinear geometric effects. Buckling analysis is an eigenvalue-style procedure for critical load factors and buckling shapes. P-Delta analysis captures second-order force effects from axial loads acting through lateral displacements. More general geometric nonlinearity requires incremental equilibrium iterations because stiffness depends on the current configuration.
|
||||
|
||||
## Solver Development Notes
|
||||
|
||||
- Buckling requires a linear stiffness matrix, an initial-stress or geometric stiffness matrix, and an eigenvalue solver.
|
||||
- P-Delta should be treated as a second-order equilibrium correction, not as a postprocessing scale factor.
|
||||
- Geometric nonlinearity requires clear choices for tangent update, load stepping, convergence criteria, and force recovery.
|
||||
- Verification should include columns, frames, and bridge-pier examples where first-order and second-order responses diverge.
|
||||
|
||||
## Connections
|
||||
|
||||
- [[Geometric Stiffness Matrix]] is the common FE stability ingredient.
|
||||
- [[Static Equilibrium Equation Solvers]] provides the nonlinear iteration context.
|
||||
- [[Nonlinear Finite Element Analysis]] is the broader nonlinear analysis page.
|
||||
- [[Midas FEA Linear Dynamics and Buckling Analyses]] gives a detail-FE sibling reference.
|
||||
Reference in New Issue
Block a user