Materials

<Materials>
    <MatDataFile>C:/Users/<>/Documents/Fatigue/WeldRunHistory/Sample_Run/MatData_sample.xml</MatDataFile>
</Materials>
Element Tag Valid Values
< MatDataFile> Path of the file describing material assigned to Parts/Element Sets

Material Data File

The material data file (MatData_runfoldername.xml) is written to the working directory when the Master Batch XML is exported. Similar to the weld property file, the variables assigned to each entity in material data file depends on the regulation assigned.

Example: Material Data file from EuroCode 3 unwelded evaluation
<MaterialData version="24.000000">
    <MaterialSetup type="eurocode3">
        <UserMaterialFile></UserMaterialFile>
        <EntityList evaltype="Parts">
            <entity id="1" entityname="Clip1" materialid="1" name="Material1" Ff="1.0" Ksur="1.0" Ks="1.0" Mf="1.0" Kt="1.0"></entity>
            <entity id="2" entityname="Clip2" materialid="1" name="Material1" Ff="1.0" Ksur="1.0" Ks="1.0" Mf="1.0" Kt="1.0"></entity>
        </EntityList>
        <UserSet><UserSet/>
    </MaterialSetup>
</MaterialData>
Element Tag Valid Values
<UserMaterialFile>

Path of MyMaterial.csv of the assigned regulation.

Default directory:

C:\Users\<>\Documents\Fatigue\RegulationMaterial\<regulation>\MyMaterial.csv>

<EntityList evaltype="Parts">

Evaltype = Parts

Evaltype = Sets

<UserSet> Path of entity set CSV written to working directory