The Modifier file

The modifier file ( <ModifierFile>) is an XML file describing the changes you want to apply to the original study file.

The basic layout of the file is:
<?xml version="1.0" encoding="utf-8"?>
<StudyMod title="Autodesk Studymod" ver="1.00">
  <UnitSystem>Metric</UnitSystem>
  ...
CONTENT DESCRIBING MODIFICATIONS
...
</StudyMod> 

The unit system is related to this file content and may differ from the study content. Valid units are:

References for unit can be found in the file 'units97.dat' in the data folder of the program installation folder: C:\Program Files\Autodesk\Simulation Moldflow Synergy 20xx\data\dat\units97.dat

There are three basic sections in the modifier file:
Section XML tag Description
Boundary condition
<BoundaryCondition> 
</BoundaryCondition>
For changes to the analysis boundary conditions.
  • · injection locations,
  • · coolant inlets,
  • · warpage constraints.
Mesh
<Mesh></Mesh> 
		  
For including mesh data to replace the original mesh data.
Properties
<Property></Property> 
		  
For changes specific to analysis properties.