PHREEQC-BASIC

get_mattype()

get_mattype(<int::node_number>)

MY-BASIC

get_mattype()

get_mattype(<int::node_number>)



It gets the number of the material type defined in the HYDRUS GUI  for a given node. 

If node_number is defined, the value for that specific node is given, otherwise it is given for the current node.


Return value: int 



Arguments


node_number

[optional] int: Solution number/node number. If not provided, the current node (during transport) or solution number is used.

When running HPx in multi-threading mode, information in other nodes than the current node might not be updated correctly.