TR.48.1 参数规格

这组命令可用于指定钢结构和铝结构设计所需的参数。

STAAD.Pro 支持的每个设计规范都有一个相关的控制参数列表,允许定义与构件相关的属性。与设计规范相关的参数的默认值记录在该规范的相关章节中。有关可用的钢结构设计规范列表,请参考 D. 可用的钢结构设计规范。每个设计规范的章节包含一个标题为“设计参数”的部分,该部分记录了可用的参数和除非指定替代值否则将使用的默认值。

参数在一个集合中定义,该集合以命令 PARAMETER 开始,后跟一个设计规范。这个参数集合被称为“参数块”。

一般格式

PARAMETER (i)
CODE design-code
parameter-name f1  { MEMBER memb-list  | member-group-nameALL| PMEMBER psychical-member-list }

其中:

ParameterDefinition
PARAMETER (i) 用于标识参数块的可选值。
CODE design-code CODE 参数用于指定要检验设计的钢结构或铝结构设计规范及其版本。默认规范是 AISC ASD。

有关可用的钢结构和铝结构设计规范列表,请分别参考 D. 可用的钢结构设计规范D. 可用的铝材设计规范

parameter-name f1 指钢结构设计和铝结构设计章节中参数表列出的参数名称。f1 指参数的值。

特定规范可用的参数详情可在 D. 设计规范 中找到。

您可以通过指定适当的参数来控制设计。

MEMBER memb-list 参数值适用的构件编号列表。这可以是一个简单的构件编号列表,也可以包括由关键字 TO 分隔的两个数字定义的范围。
member-group-name 有关构件组名称的定义,请参考 TR.16 以单个对象形式表示的实体
ALL 表示给定参数的指定值被分配给模型中的所有构件。
PMEMBER psychical-member-list 这仅用于与物理构件相关的参数,并列出参数值适用的物理构件。

示例

PARAMETERS
CODE AISC
KY 1.5 MEMB 3 7 TO 11
NSF 0.75 ALL
RATIO 0.9 ALL

注意

  • 所有单位敏感值应为当前输入单位系统。
  • 关于参数的默认值,请参考相应的参数表。
  • 如果一个参数被多次指定给一个构件,则使用在设计命令之前给出的最后一个值。

构件优化的设计参数

The following design parameters may be used in restricting the selection sets for both SELECT and SELECT OPTIMIZED operations, thus reducing runtime.

PROFILE
The parameter value consists of the first four characters of the section name. When this parameter is specified, the program search for the lightest section is restricted to that profile. Up to three profiles may be provided for any member with a section being selected from each one.
PROFILE C15X ALL 

This means that channel profiles in the database whose names start with “C15X” will be listed and the SELECT operation will be limited to that list.

DMAX and DMIN
These two parameters may be used set a range of the section depth of profiles in the database in order to narrow down the search for the suitable profile.
DMAX 50 ALL
DMIN 10 ALL

This means that the depth of section profiles (of the shape that have been initially assigned) which lie within the range of 10 inches to 50 inches will be listed the SELECT operation will be limited to that list. The default of DMIN is 0 mm while the default of DMAX is 1,000 mm. It is advisable when sorting profiles by range of depth to use both DMIN and DMAX.