Tgk OpenSees Analysis Settings¶
🟣 Max 📌 Advanced GUID: {629C57FD-1632-4A67-BDD1-C4D57F9C2954}
CreateOpenSeesAnalysisSettings · Component\_4_Model\Comp_Model.OpenSees.Settings.cs
Create OpenSees analysis settings
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Constraint Handler | CH | string | OpenSees constraints handler |
| Solver System | SS | string | OpenSees linear-system solver |
| Static Linear Numberer | SLN | string | Numberer for static linear analysis |
| Nonlinear Numberer | NLN | string | Numberer for nonlinear analyses |
| Dynamic Numberer | DYN | string | Numberer for dynamic analyses |
| Static Linear Tol | SLT | double | Tolerance for static linear test |
| Static Linear Max Iter | SLI | int | Iteration cap for static linear test |
| Static Nonlinear Tol | SNT | double | Tolerance for static nonlinear test |
| Static Nonlinear Max Iter | SNI | int | Iteration cap for static nonlinear test |
| Static Nonlinear Steps | SNS | int | Load-step count for static nonlinear analysis |
| Dynamic Linear Tol | DLT | double | Tolerance for linear dynamic test |
| Dynamic Nonlinear Tol | DNT | double | Tolerance for nonlinear dynamic test |
| Newmark Gamma | NG | double | Newmark gamma value |
| Newmark Beta | NB | double | Newmark beta value |
| Fallback Algorithms | FA | bool | Enable nonlinear fallback algorithms when the first solve attempt fails |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Summary | S | string | Analysis settings summary |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| OpenSees Analysis Settings | OAS | OpenSees analysis settings |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)