SMS:Generic Model Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
SMS stores all of the [[SMS:Generic Mesh Model|Generic Model]] input parameters in a [[SMS:2D Mesh Files *.2dm|2D Mesh File (*.2dm)]]. This 2D Mesh file includes:
SMS stores all of the [[SMS:Generic Mesh Model|Generic Model]] input parameters in a [[SMS:2D Mesh Files *.2dm|2D Mesh File (*.2dm)]]. 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>
<blockquote>
* 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:
<blockquote>
<blockquote>
* Triangle or quadrilateral
* '''Triangle or quadrilateral'''
* Linear or quadratic
* '''Linear or quadratic'''
</blockquote>
</blockquote>
* Element connectivity
* '''Element connectivity'''
</blockquote>
</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.
* Boundary conditions &ndash; Defines boundary conditions display options, values, dependencies, defaults, parameter group assignment, etc....
* '''Boundary conditions''' &ndash; Defines boundary conditions display options, values, dependencies, defaults, parameter group assignment, etc....
<blockquote>
<blockquote>
* Nodal boundary conditions
* '''Nodal boundary conditions'''
* Nodestring boundary conditions
* '''Nodestring boundary conditions'''
* Element boundary conditions
* '''Element boundary conditions'''
</blockquote>
</blockquote>
* Material properties &ndash; Defines material values, defaults, dependencies, and parameters.  
* '''Material properties''' &ndash; Defines material values, defaults, dependencies, and parameters.  


For more information, see the [[SMS:2D Mesh Files *.2dm|2D Mesh File (*.2dm)]] article.
For more information, see the [[SMS:2D Mesh Files *.2dm|2D Mesh File (*.2dm)]] article.

Revision as of 14:45, 15 June 2015

SMS stores all of the Generic Model input parameters in a 2D Mesh File (*.2dm). 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.
  • Boundary conditions – Defines boundary conditions display options, values, dependencies, defaults, parameter group assignment, etc....
  • 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