put_node
|
PHREEQC-BASIC |
put_node(<str::variable>,<flt::value>) put_node(<str::variable>,<flt::value>,<int::entity>) |
|
MY-BASIC |
put_node(<str::variable>,<flt::value>) put_node(<str::variable>,<flt::value>,<int::entity>) |
It stores 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, the value is stored at that number.
Return value: -
Arguments
|
variable |
str: Case sensitive name of the variable |
|
value |
flt: Numerical value |
|
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. |