PARAM, RECOVER
Bulk Data Entry Allows you to request full-structure global mode shape output instead of the modes of the condensed system generated during Component Mode Synthesis (CMS).
Parameter | Values | Description |
---|---|---|
RECOVER | <LB, UB> | They represent the Lower
Bound (LB) and the Upper Bound (UB) of the frequencies between which
the full-structure global mode shapes are requested instead of the
modes of the condensed system generated during Component Mode
Synthesis (CMS).
|
Comments
- This parameter is used to extract only the global mode shape of the structure by filtering the local modes. The setup requires CMSMETH with GUYAN option (or CBN with very small upper bound so that it does not include the dynamic modes) and ASET. Also, the MODEL card needs to be set ALL. It is your responsibility to distribute ASET in a way that it can capture global mode shape nicely.
- Only .op2 file is supported for output.
- The following example implementations are incorrect and will result in
an ERROR:
- PARAM, RECOVER, 30.0, 20.0 (as UB < LB)
- PARAM, RECOVER, ,0.0 (as UB 0)
Defaults
- The mode shapes of the condensed system (only) generated during CMS are output when this parameter is not present in the deck.
- If PARAM, RECOVER is input without specifying a value, the program results in an ERROR.
- LB is optional and the default for LB is 0.0, if it is left blank.