cat_mat_roughness - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of rugosity of arcs, depending on its age
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | integer | Id | 1 |
| matcat_id | character varying(30) | Id of material defined on cat_mat_arc | N/I |
| period_id | character varying(30) | Name of a time period for which rugosity is set | Default |
| init_age | integer | Initial age of period | 0 |
| end_age | integer | Final age of period | 999 |
| roughness | numeric(12,4) | Rugosity of the material depending on age | 0.0030 |
| descript | text | Description | |
| active | boolean | If true, catalog value is being used | TRUE |