SMS:Generic Model Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
This 2D mesh file includes:
This 2D mesh file includes:
* '''The mesh''' – Identifies the file as a 2d mesh file.
* '''The mesh''' – Identifies the file as a 2d mesh file.
<blockquote style="margin-top:0px; margin-bottom:0px;">
** '''Node locations''' &ndash; Defines the ID and location for each node of the mesh.
* '''Node locations''' &ndash; Defines the ID and location for each node of the mesh.
** '''Element type''' &ndash; Identifies the type of element. Options are:
* '''Element type''' &ndash; Identifies the type of element. Options are:
*** '''Triangle or quadrilateral'''
<blockquote style="margin-top:0px; margin-bottom:0px;">
*** '''Linear or quadratic'''
* '''Triangle or quadrilateral'''
** '''Element connectivity'''
* '''Linear or quadratic'''
</blockquote>
* '''Element connectivity'''
</blockquote>
* '''Global parameters''' &ndash; Sets the model name, units, state, time units, time steps, and other parameters. Also manages parameter groups and dependencies.
* '''Global parameters''' &ndash; Sets the model name, units, state, time units, time steps, and other parameters. Also manages parameter groups and dependencies.
<blockquote style="margin-top:0px; margin-bottom:0px;">
**'''Global parameter assignmnet'''
*'''Global parameter assignmnet'''
</blockquote>
* '''Boundary conditions''' &ndash; Defines boundary conditions display options, values, dependencies, defaults, parameter group assignment, etc.... Options include:
* '''Boundary conditions''' &ndash; Defines boundary conditions display options, values, dependencies, defaults, parameter group assignment, etc.... Options include:
<blockquote style="margin-top:0px; margin-bottom:0px;">
** '''Nodal boundary conditions'''
* '''Nodal boundary conditions'''
** '''Nodestring boundary conditions'''
* '''Nodestring boundary conditions'''
** '''Element boundary conditions'''
* '''Element boundary conditions'''
</blockquote>
* '''Material properties''' &ndash; Defines material values, defaults, dependencies, and parameters.  
* '''Material properties''' &ndash; Defines material values, defaults, dependencies, and parameters.  



Revision as of 14:58, 20 September 2017

SMS stores all of the Generic Model input parameters in a 2D mesh file (*.2dm). Since this stores the parameters, the file can be used as a template for multiple projects. It is not necessary for the generic model to include feature objects, though if feature objects have been created they will be saved in the 2D mesh file.

This 2D mesh file includes:

  • The mesh – Identifies the file as a 2d mesh file.
    • Node locations – Defines the ID and location for each node of the mesh.
    • Element type – Identifies the type of element. Options are:
      • Triangle or quadrilateral
      • Linear or quadratic
    • Element connectivity
  • Global parameters – Sets the model name, units, state, time units, time steps, and other parameters. Also manages parameter groups and dependencies.
    • Global parameter assignmnet
  • Boundary conditions – Defines boundary conditions display options, values, dependencies, defaults, parameter group assignment, etc.... Options include:
    • Nodal boundary conditions
    • Nodestring boundary conditions
    • Element boundary conditions
  • Material properties – Defines material values, defaults, dependencies, and parameters.

For more information, see the 2D Mesh File (*.2dm) article.

Related Topics