MONSUM
Bulk Data Entry Defines a new monitor result that is the weighted sum of existing monitor results.
The existing monitor points do not need to be of the same type but must be of a similar type. The results are printed to the .monpnt file.
Format
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
|---|---|---|---|---|---|---|---|---|---|
| MONSUM | NAME | LABEL | |||||||
| NEWAXISA | MTYPE1A | NAME1A | AXES1A | COEF1A | NAME2A | AXES2A | COEF2A | ||
| NAME3A | AXES3A | COEF3A | etc. | ||||||
| NEWAXISB | MTYPE1B | NAME1B | AXES1B | COEF1B | NAME2B | etc. |
Example
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
|---|---|---|---|---|---|---|---|---|---|
| MONSUM | NAME | LABEL | |||||||
| 3 | AMONPNT1 | WING | 3 | 1 | |||||
| MONPNT3 | FREEW | 3 | 1400 | FREEW | 5 | -1000 |
Alternate Format
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
|---|---|---|---|---|---|---|---|---|---|
| MONSUM | NAME | LABEL | |||||||
| MTYPE | NEWAXISA | NAME1A | AXES1A | COEF1A | NAME2A | AXES2A | COEF2A | ||
| NAME3A | AXES3A | COEF3A | etc. | ||||||
| NEWAXISB | NAME1B | AXES1B | COEF1B | NAME2B | AXES2B | COEF2B | |||
| NAME3B | AXES3B | COEF3B | etc. | ||||||
Alternate Example: Scale an existing monitor point
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
|---|---|---|---|---|---|---|---|---|---|
| MONSUM | ROOT | Scale from in-lbs to newton-cm and from lbs to newtons | |||||||
| AMONPNT1 | 123456 | Root | 123 | 4.482 | Root | 456 | 11.385 | ||
Definitions
| Field | Contents | SI Unit Example |
|---|---|---|
| NAME | Character string identifying the monitor point. No default (Character, a maximum of 8 characters) |
|
| LABEL | A character string that identifies and labels the monitor
point. Default = blank (Character, a maximum of 56 characters, fields 3 through 9) |
|
| NEWAXIS | The component axis of the newly created monitor point into
which the summed quantity is scored. (Integer > 0, up to six unique digits (0 < digit ≤ 6) may be placed in the field with no embedded blanks) |
|
| MTYPEij | Monitor type to be merged. No default (AMONPNT1, AMONDSP1, SMONPNT1, SMONDSP1) |
|
| NAMEij | Name of the monitored quantity that is to be merged. | |
| AXESIJ | Component axis to be summed. (Integer > 0, up to six unique digits (0 < digit ≤ 6) may be placed in the field with no embedded blanks) |
|
| COEFij | Coefficient to be applied to the component(s) called out on
AXESij field. Default = 1.0 (Integer > 0) |
Comments
- The MONSUM entry is supported for linear static analysis only.
- You can use MONSUM to update an existing monitor result by setting all the NAMEij terms equal to NAME. In this case, the alternate format is available, and the NEWAXISj component is a scalar multiple of the original component: MONSUMj = MRj COEFj
- When the NAME differs from the
NAMEij values, it must be unique for all monitor
quantities. The result of the MONSUM entry is to create
new monitor points that are equal
to:
- The merged monitor points must be of a similar type. "Similar" types
are defined as:
- Force and moment summation monitor points: AMONPNT1, SMONPNT1, and MONPNT3.
- Average displacement monitor points: AMONDSP1 and SMONDSP1.
- For MONPNT1s and MONDSP1s, the MTYPij can be aerodynamic or structural. MTYPij = AMxxx1 designates aerodynamic, while SMxxx1 designates a structural monitor point.
- If multiple components are to be summed, the NEWAXISj field must be the union of subsequent AXESij fields. If the subsequent AXESij field is blank, the components are determined from NEWAXISj.
- If the NEWAXISj field indicates a single output, the AXESij fields must reference a single input, but it can be any value from 1 to 6.
- The same component cannot be referenced multiple times on the NEWAXISj field for a single MONSUM entry.
- If multiple types are specified on a MONSUM entry, the resulting entry is of a type that appears on the MONSUM with the following order of precedence: SMONPNT1, SMONDSP1, MONPNT3, AMONPNT1, AMONDSP1. For example, an AMONPNT1 and a MONPNT3 appearing on the same entry will result in a MONPNT3 regardless of which appears first.
- If all the MTYPij values are of the same type, the alternate format provides a simplified interface.
- MONPNT3s with one, two, or three excluded items (for example, XFLAG = SMA) cannot be referenced on a MONSUM entry.