SMS:Generic Model Files: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(22 intermediate revisions by one other user not shown)
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 Model|Generic Model]] input parameters in a [[SMS:2D Mesh Files *.2dm|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.
* The mesh
<blockquote>
* Node locations
* Element type
<blockquote>
* Triangle or quadrilateral
* Linear or quadratic
</blockquote>
* Element connectivity
</blockquote>
* Global parameters
* Boundary conditions
<blockquote>
* Nodal boundary conditions
* Nodestring boundary conditions
* Element boundary conditions
</blockquote>
* Material properties


For more information, see the [[SMS:2D_Mesh_Files_(*.2dm)|2D Mesh File (*.2dm)]] article.
This 2D mesh file includes:
* '''The mesh''' &ndash; Identifies the file as a 2d mesh file.
** '''Node locations''' &ndash; Defines the ID and location for each node of the mesh.
** '''Element type''' &ndash; Identifies the type of element. Options are:
*** '''Triangle or quadrilateral'''
*** '''Linear or quadratic'''
** '''Element connectivity'''
* '''Global parameters''' &ndash; Sets the model name, units, state, time units, time steps, and other parameters. Also manages parameter groups and dependencies.
**'''Global parameter assignment'''
* '''Boundary conditions''' &ndash; 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''' &ndash; Defines material values, defaults, dependencies, and parameters.
 
For more information, see the [[SMS:2D Mesh Files *.2dm|2D Mesh File (*.2dm)]] article.


==Related Topics==
==Related Topics==
* [[SMS:HYDRO AS-2D|HYDRO AS-2D]]
* [[SMS:HYDRO AS-2D|HYDRO AS-2D]]
* [[SMS:SRH-W|SRH-W]]
* [[SMS:SRH-2D|SRH-2D]]




Line 30: Line 27:
[[Category:SMS 2D Mesh|G]]
[[Category:SMS 2D Mesh|G]]
[[Category:Generic Model|F]]
[[Category:Generic Model|F]]
[[Category:SMS File Formats|G]]
{{stub}}

Latest revision as of 22:34, 14 May 2018

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 assignment
  • 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