analysis#
As the root keyword#
Define analysis process.
analysis:
steps:
- step: "step 1"
...
- step: "step 2"
...
Specification#
- Arguments:
None
- Default:
None
Child keywords#
Keyword |
Requirements |
Description |
---|---|---|
Required |
Specification of analysis steps |
As the child keyword of analysis step#
Specify the cross-sectional analysis type.
analysis:
steps:
- step: "..."
type: "cs"
analysis: "..."
Specification#
- Parent keyword:
- Arguments:
Choose one from h|fi
h
: Homogenization.fi
: Initial failure index and strength ratio analysis.
1analysis:
2 steps:
3 - step: "cs analysis"
4 type: 'cs'
5 analysis: 'h'
6 - step: "calc diff"
7 type: "script"
8 file: 'data_proc_funcs'
9 function: "dakota_postpro"
10 kwargs:
11 beam_properties: ["gj", "ei22", "ei33"]
12 target: [2.29e3, 3.98e3, 2.44e5]