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
@@ -0,0 +1,48 @@
---
type: concept
title: "Midas Civil Moving Load Bridge Analysis"
created: 2026-06-02
updated: 2026-06-02
address: c-000170
aliases:
- MIDAS Civil moving load analysis
- midas Civil vehicle load analysis
tags:
- concept
- finite-element-method
- midas-civil
- bridge-analysis
- loads
status: current
related:
- "[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]"
- "[[midas Civil]]"
- "[[Finite Element Load Vector Assembly]]"
- "[[Finite Element Modeling and Convergence Checks]]"
- "[[Static Equilibrium Equation Solvers]]"
sources:
- "[[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]]"
---
# Midas Civil Moving Load Bridge Analysis
## Definition
Midas Civil moving load bridge analysis is the vehicle-load generation and placement workflow for bridge structures.
## How It Works
The analysis reference distinguishes lanes, traffic surface lanes, vehicle definitions, moving loads, and vehicle placement conditions. The workflow is load generation on top of the finite element model: vehicle axle or wheel loads are placed over admissible lanes or surfaces, then critical effects are evaluated through combinations or influence-style searches.
## Solver Development Notes
- Lane geometry and traffic surface definitions should be data structures, not manual load cases only.
- Load generation must convert vehicle position into equivalent nodal or element loads.
- Critical response extraction requires response components, envelopes, and placement metadata.
- Reference comparisons should include displacement, reaction, member force, and stress envelopes for simple bridge models.
## Connections
- [[Finite Element Load Vector Assembly]] covers load conversion into the global RHS.
- [[Static Equilibrium Equation Solvers]] provides the repeated linear solve context.
- [[Finite Element Modeling and Convergence Checks]] covers mesh and result-sensitivity checks.