<classification context="object,part,geometry"/>
<flow contents="geometry,memorandum,minutes" result="geometry"/>
<storage path="2.Geometry"/>
+ <module name="GEOM"/>
</step>
<step name="meshing">
<classification context="model,element,shape,order"/>
<flow contents="model,memorandum,minutes" result="model"/>
<storage path="3.Mesh"/>
- </step>
- <step name="preprocessing">
- <classification context="analysis"/>
- <flow contents="loads,script,minutes" result="loads"/>
- <storage path="4.Analysis"/>
+ <module name="SMESH"/>
</step>
<step name="solving">
- <classification context="platform,module,component"/>
+ <classification context="loads,script,platform,module,component"/>
<flow contents="log,results,minutes" result="results"/>
<storage path="5.Result"/>
+ <module name="CASTEM"/>
</step>
<step name="postprocessing">
<flow contents="memorandum,minutes"/>
<default review="manager" />
</validations>
+<!-- 3. Check-in check-out information
+ Defines the way documents involved in the check-in check-out operations must be processed.
+ -->
+ <mappings>
+ <document type="geometry">
+ <source format="step" process="file-download"/> <!-- Geometry created from STEP import -->
+ <source format="py" process="file-download"/> <!-- Geometry created from Python execution -->
+ <source format="xml" process="ocaf-import"/> <!-- Geometry created interactively -->
+ <export format="brep"/> <!-- Result Shape -->
+ </document>
+ <document type="model">
+ <source format="py" process="file-download"/> <!-- Mesh created from Python execution -->
+ <source format="xml" process="ocaf-import"/> <!-- Mesh including input parameters -->
+ <export format="med"/> <!-- Result mesh without input parameters -->
+ </document>
+ <document type="loads">
+ <source format="py" process="file-download"/> <!-- Input data created from Python execution -->
+ <source format="c3m" process="c3m-import"/> <!-- Input data created interactively -->
+ </document>
+ <document type="results">
+ <source format="med" process="med-import"/> <!-- Calculation results source file -->
+ </document>
+ </mappings>
</project-structure>
\ No newline at end of file