type#

As the child keyword of CS model#

CS model type.

structure:
  cs:
    - name: "..."
      model:
        type: "..."
        ...
      ...

Specification#

Parent keyword:

model

Arguments:

Choose one from BM1|BM2

Default:

None

  • BM1: Euler-Bernoulli beam model.

  • BM2: Timoshenko beam model.

As the child keyword of analysis step#

Type of the current analysis step.

analysis:
  steps:
    - step: "..."
      type: "..."
      ...

Specification#

Parent keyword:

steps

Arguments:

Choose one from cs|script

Default:

None

cs defines a cross-sectional analysis step. script defines a custom step using user-provided Python scripts.

Related pages