add_check_load_combination
Adds a structural checking load combination by specifying code standard, combination type, load case factors, and combine method for bridge analysis.
Instructions
Add a load combination for structural checking (添加检算荷载组合).
Args:
name: Combination name (组合名称)
standard: Code standard (规范): 1=JTG D60-2015, 2=TB 2017
kind: Combination type (组合类型):
Highway JTG D60: 1=基本组合, 2=偶然组合, 3=标准值组合,
4=频遇组合, 5=准永久组合, 6=疲劳组合, 7=临时组合
Railway TB 2017: 1=主力组合, 2=主加附组合, 3=主加特殊组合, 4=临时组合
load_case_factors: Load case factors list, format:
[[case_name, unfavorable_factor, favorable_factor], ...]
荷载工况系数 [[工况名, 不利系数, 有利系数], ...]
combine_method: Combination method (组合方式): 1=相加并判别, 2=包络
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| name | Yes | ||
| standard | No | ||
| combine_method | No | ||
| load_case_factors | No |