User:Rcorrigan/Materials: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
[[Category:GMS Dialogs|M]]
[[Category:GMS Dialogs|M]]
[[Category:GMS Materials]]
[[Category:GMS Materials]]
[[File:material_set.png||thumb|right|175px|3D grid showing materials from a material set.]]
[[File:material_set_in_project_explorer.png|frame|right|125px|A material set in the Project Explorer.]]
A material set is similar to a [[GMS:Datasets|dataset]] but represents [[GMS:Materials|material]] values instead of data values. Material sets can exist with [[GMS:3D_Grid_Module|3D grids]] and [[GMS:3D_Mesh_Module|meshes]] and can be created manually or by running a [[GMS:T-PROGS|T-PROGS]] simulation. To create a material set manually, right-click on the 3D grid or mesh in the [[GMS:Project Explorer|Project Explorer]] and select the ''New Material Set'' command. Doing so will create a material set from the current cell or element materials. All Material sets are grouped under a Material Sets [[File:Material Set Folder.svg|16 px]] folder in the Project Explorer. Although grid cells and mesh elements (as well as other objects) have materials associated with them from the start and these material assignments can be changed on a cell-by-cell (or element-by-element) basis, a material set is not available until specifically created. Clicking on a material set causes the set to be applied to the grid cells (or mesh elements) and the material assignments of the cells updated.
==Properties==
As with datasets, a material set has properties that can be viewed. Right-clicking on the material set in the Project Explorer and selecting the '''Properties...''' command brings up the ''Material Set Info'' dialog. This dialog lists the materials in the material set, their frequency, and their percentage. A histogram is also drawn showing the frequency of the different materials in the set.
==Viewing / Editing==
Clicking the '''Edit Values''' button in the ''Material Set Info'' dialog brings up the ''Edit Dataset Values'' dialog showing cells in the grid?? and their assigned materials. The materials ids assigned to the various cells can be edited and saved.
==Inactive Values==
As with datasets, material sets can include inactive values (starting at GMS version 8.0). Inactive materials are rendered using a material with ID -9999999.
==Material Set Solutions==
TPROGS can generate multiple material sets as part of its solution. These are stored in a material set solution folder which is locked against editing. Material set solutions can be used to run a [[GMS:Stochastic Modeling|stochastic]] simulation in MODFLOW.
:[[File:MaterialSetInfo.jpg|thumb|none|left|400 px|An example of the ''Material Set Info'' dialog.]]
{{Navbox GMS}}
[[Category:Stochastic]]
[[Category:GMS Dialogs|M]]
[[Category:GMS Materials]]
[[Category:Project Explorer]]

Latest revision as of 21:17, 16 March 2022

Many of the objects in GMS (ex., elements, solids, borehole regions) have an associated material. Materials typically represent a type of soil or rock. A global list of materials is maintained and can be edited using the Materials command in the Edit menu.

Materials Dialog

Insert, delete, move up, move down buttons

The Materials are listed in a spreadsheet. Materials have an ID, a name, and a color or pattern. New materials can be created by typing in the last row, or by copying and pasting from a spreadsheet, or by selecting the Insert button. The dialog also has tabs showing model specific properties for each numerical model in use. The materials might have more properties depending on the model in use.

An example of the Materials dialog.

Materials Legend

A legend showing all the materials can be displayed in the Graphics Window. The legend can be turned on and off in the Display Options dialog.

Materials File

The material names, colors, patterns, and transparencies can be exported by selecting the Export... button. This will save out a "material" file with a *.mat extension. This file can be imported into GMS using the File | Open command.

Related Topics