Properties definition initialization, according to calculation type selected by the user. More...
Functions/Subroutines | |
| subroutine | fldprp () |
| subroutine | add_property_field_1d (name, label, f_id) |
| add field defining a one-dimensional property field defined on cells, with no previous time values and with default options More... | |
Properties definition initialization, according to calculation type selected by the user.
| subroutine add_property_field_1d | ( | character(len=*), intent(in) | name, |
| character(len=*), intent(in) | label, | ||
| integer, intent(out) | f_id | ||
| ) |
add field defining a one-dimensional property field defined on cells, with no previous time values and with default options
It is recommended not to define property names of more than 16 characters, to get a clear execution log (some advanced writing levels take into account only the first 16 characters).
| [in] | name | field name |
| [in] | label | field default label, or empty |
| [out] | f_id | field id |
| subroutine fldprp |