PHREEQC-BASIC

get_node(<str::variable>)

get_node(<str::variable>,<int::entity>)

MY-BASIC

get_node(<str::variable>)

get_node(<str::variable>,<int::entity>)



It gets the value of a variable at the current solution number or current node number (during transport) if entity is not defined. 

If entity is defined, it gets the value stored at that number.



Return value: flt



Arguments


variable

str: Case sensitive name of the variable

entity

int, optional: 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.