Load Map
The event setup section is defined within this tag.
The load map section is defined
within:
<LoadMap>
….
….
</LoadMap>
Element Tag | Valid Values | Comment |
---|---|---|
<LoadMapFile> | Valid file path | Applicable for LoadMap (.xml) file |
<Channel> | <tabfat> | Mandatory |
<FatigeEvents> |
<Event> <Fatload> |
Mandatory |
<FatigueEventGroups> | <EventGroup> | Mandatory , when Event groups are defined |
<Fatseq> |
<Fatevnt> <Fatgrp> |
<Fatevnt> - when only events are defined <Fatgrp> - when event groups are defined |
Time Series
Time Data Channels are defined
as:
<Channel>
<tabfat id="1" type="Time Data">D:/Sample_Load_path/load1.csv</tabfat>
</Channel>
Attribute | Valid Values |
---|---|
id | Valid ID |
type | "Time Data" |
<tabfat> | Valid load-history file path |
Define the Event
<FatigeEvents>
<Event Configuration="superposition" Gate="0" id="1" name="Event_1">
<Fatload LDM="1" Offset="0" Scale="1" block="1" resultfile="" sim="" subcase="1" tabfatId="1" tabfatName=""></Fatload>
</Event>
</FatigeEvents>
Attribute | Valid Values | Comment |
---|---|---|
Configuration | "superposition" | Mandatory |
Gate | 0 < Value < 1.0 | Mandatory |
id | Valid ID | Mandatory |
name | Valid name | Mandatory |
<Event> is defined with <Fatload>.
Attribute | Valid Values | Comment |
---|---|---|
LDM | LDM should be a non-zero value | Mandatory |
Offset | Valid value | Mandatory |
Scale | Scale should be a non-zero value | Mandatory |
block | Valid value | Mandatory |
resultfile | NA | Reserved for later use |
sim | Valid value | Mandatory when simulation list from subcase is present |
subcase | Valid value | Mandatory |
tabfatId | Valid value | Mandatory |
tabfatName | NA | Reserved for later use |
Without groups
<Fatseq>
<Fatevnt EventId="" EventName="Event_1" Repeats="1" Status="true></Fatevnt>
</Fatseq>
With groups
<Fatseq>
<Fatgrp EventId="" EventName="EventGroup_1" Repeats="1" Status="true"></Fatgrp>
<Fatgrp EventId="" EventName="EventGroup_2" Repeats="1" Status="true"></Fatgrp>
</Fatseq>
Attribute | Valid Values | Comment |
---|---|---|
EventId | Valid value | Either event id or name is Mandatory |
EventName | Event name | |
Repeats | Valid value | Mandatory |
Status | Valid value | true/ false |