Nastran Analysis Interface Module (AIM)
Natran Analysis Interface Module (AIM)
Loading...
Searching...
No Matches
FEA Design Responses

Structure for the design response tuple = ("DesignResponse Name", "Value"). "DesignResponse Name" defines the reference name for the design response being specified. This string will be used in the FEA input directly. The "Value" must be a JSON String dictionary (see Section JSON String Dictionary). In Nastran the DesignResponse Name will be the LABEL used in the DRESP1 input. For this reason the user should keep the length of this input to a minimum number of characters, ideally 7 or less.

  • DRESP1 ID LABEL RTYPE PTYPE REGION ATTA ATTB ATT1
    ATT2 -etc-

JSON String Dictionary

If "Value" is JSON string dictionary (eg. "Value" = {"responseType": "DISP", groupName": "plate", "component": 3}) the following keywords ( = default values) may be used:

  • responseType
    Type of design sensitivity response. For options, see NASTRAN User Guide DRESP1 Design Sensitivity Response Attributes table.
  • component = "(no default)"
    Component flag.
  • attb = "(no default)"
    ATTB Inputs.
  • groupName = "(no default)"
    Defines the reference capsGroup for the node being specified for the response.