76 lines
5.3 KiB
Markdown
76 lines
5.3 KiB
Markdown
---
|
|
type: source
|
|
title: "Midas NFX Analysis Manual"
|
|
source_type: manual
|
|
publisher: "[[MIDAS Information Technology]]"
|
|
product: "[[midas NFX]]"
|
|
created: 2026-06-02
|
|
updated: 2026-06-02
|
|
address: c-000172
|
|
aliases:
|
|
- MIDAS NFX Analysis Manual
|
|
- midas NFX Analysis Manual
|
|
tags:
|
|
- source
|
|
- finite-element-method
|
|
- midas-nfx
|
|
- analysis-manual
|
|
- nonlinear-analysis
|
|
status: current
|
|
raw_path: ".raw/MidasNFXAnalysisManual/"
|
|
source_files:
|
|
markdown_files: 31
|
|
markdown_bytes: 484727
|
|
image_files: 766
|
|
image_bytes: 11120504
|
|
related:
|
|
- "[[MIDAS Information Technology]]"
|
|
- "[[midas NFX]]"
|
|
- "[[midas FEA]]"
|
|
- "[[midas Civil]]"
|
|
- "[[Midas NFX Analysis Workflow]]"
|
|
- "[[Midas NFX Element Library]]"
|
|
- "[[Midas NFX Material and Composite Models]]"
|
|
- "[[Midas NFX Equation Solvers and Eigen Extraction]]"
|
|
- "[[Midas NFX Linear Dynamics and Buckling Analyses]]"
|
|
- "[[Midas NFX Nonlinear Static and Dynamic Algorithms]]"
|
|
- "[[Midas NFX Contact Analysis]]"
|
|
- "[[Midas NFX Fatigue Analysis]]"
|
|
- "[[Midas NFX Heat Transfer Joule Heating and Thermal Stress]]"
|
|
- "[[Midas NFX Structural Optimization and Forming Limit Analysis]]"
|
|
---
|
|
|
|
# Midas NFX Analysis Manual
|
|
|
|
## Scope
|
|
|
|
This source is the analysis manual for [[midas NFX]], a general-purpose finite element analysis product from [[MIDAS Information Technology]]. The raw manual covers the analysis model, node degrees of freedom, coordinate systems, finite rotations, structural element formulations, material models, equation solvers, eigen extraction, dynamic response, nonlinear algorithms, contact, fatigue, optimization, forming-limit checks, and thermal/electrical field analysis.
|
|
|
|
The manual is useful in this vault because it bridges the two existing MIDAS references. [[Midas-FEA-Analysis-Manual|Midas FEA Analysis Manual]] emphasizes civil nonlinear detail analysis, while [[Midas-Civil-Analysis-Reference|Midas Civil Analysis Reference]] emphasizes bridge and civil workflows. The NFX manual is broader and more solver-kernel oriented: it names the structural analysis cases, describes file contracts, gives element and material coverage, and exposes algorithm choices such as sparse direct solution, AMG iteration, Lanczos extraction, HHT integration, explicit central difference, penalty contact, fatigue damage, and topology optimization.
|
|
|
|
## Extracted Threads
|
|
|
|
- [[Midas NFX Analysis Workflow]] - model definition, analysis case selection, solve, and postprocessing file/result contract.
|
|
- [[Midas NFX Element Library]] - scalar, rod, bar, pipe, cable, membrane, shell, surface, plane strain, axisymmetric, solid, layered, thermal, electrical, rigid, interpolation, and joint elements.
|
|
- [[Midas NFX Material and Composite Models]] - elastic, nonlinear elastic, plastic, hyperelastic, thermal, viscoelastic, laminated composite, and composite failure models.
|
|
- [[Midas NFX Equation Solvers and Eigen Extraction]] - direct, multifrontal, out-of-core, GPU-assisted, AMG iterative, Lanczos, and matrix-direct eigen workflows.
|
|
- [[Midas NFX Linear Dynamics and Buckling Analyses]] - modal, buckling, effective mass, mode superposition, transient, frequency response, random, and response spectrum procedures.
|
|
- [[Midas NFX Nonlinear Static and Dynamic Algorithms]] - Newton iteration, line search, large-strain stress recovery, explicit/implicit transient integration, critical time step, damping, and mass scaling.
|
|
- [[Midas NFX Contact Analysis]] - general, rough, welded, sliding, mortar, single-surface, node-to-surface, surface-to-surface, penalty, friction, and breaking-weld contact.
|
|
- [[Midas NFX Fatigue Analysis]] - stress-life, strain-life, rainflow counting, Miner damage, mean-stress correction, and random vibration fatigue.
|
|
- [[Midas NFX Heat Transfer Joule Heating and Thermal Stress]] - transient/steady heat transfer, thermal element matrices, Joule heating, electric potential coupling, and thermal-stress handoff.
|
|
- [[Midas NFX Structural Optimization and Forming Limit Analysis]] - topology optimization, size optimization, DOE/surrogate models, SIMP/RAMP, OC/MMA, and forming-limit diagram methods.
|
|
|
|
## Solver Development Value
|
|
|
|
For custom solver development, this source is a production requirements checklist for a general-purpose FE kernel. It highlights contracts that must be nailed down before implementation: nodal DOF sets, local/global/material/result coordinate systems, element formulation coordinate systems, file formats, element result locations, solver selection logic, mode normalization, time-integration controls, contact enforcement, fatigue postprocessing, and optimization response definitions.
|
|
|
|
## Connections
|
|
|
|
- [[Finite Element Method]] supplies the common discretization frame.
|
|
- [[Finite Element Program Implementation]] connects the manual's workflow to custom solver data structures and execution stages.
|
|
- [[Static Equilibrium Equation Solvers]], [[Finite Element Eigenproblem Solvers]], and [[Direct Time Integration Methods]] connect to NFX solver algorithms.
|
|
- [[Finite Element Contact Formulation]] connects to NFX penalty, search, mortar, and friction contact.
|
|
- [[Finite Element Heat Transfer and Field Problems]] and [[Finite Element Thermal Stress Analysis]] connect to heat transfer, Joule heating, and temperature-load coupling.
|
|
- [[Abaqus Structural Optimization and Parametric Studies]] provides a sibling commercial-solver optimization reference.
|