Tgk OpenSees Topology Settings¶
🟣 Max 📌 Advanced GUID: {5F9E897A-BA66-450A-B4C3-7FE6F889A201}
CreateOpenSeesTopologySettings · Component\_4_Model\Comp_Model.OpenSees.Topology.cs
Create OpenSees topology-optimization settings
Inputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Task Name | TN | string | Optional topology task name |
| Working Directory | WD | string | Base working directory for topology tasks |
| Max Iterations | MI | int | Maximum optimization iterations |
| Target Volume Fraction | TVF | double | Target retained volume fraction |
| Removal Ratio | RR | double | Per-iteration removal ratio |
| Convergence Tolerance | CT | double | Optimization convergence tolerance |
| Strict Volume First | SVF | bool | When true, convergence tolerance cannot stop iterations before the target volume is reached |
| Clean Result | CR | bool | Delete previous result files inside the task folder before baseline analysis |
| Topology Domains | TD | List |
Optional topology keep/remove domains |
Outputs¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| Resolved Working Directory | RWD | string | Resolved topology base working directory |
| Summary | S | string | Topology settings summary |
Return Value¶
| Parameter | Nickname | Type | Description |
|---|---|---|---|
| OpenSees Topology Settings | OTS | OpenSees topology-optimization settings |
📝 Additional Notes¶
(Add usage examples, notes, etc. here)