joergbuchwald / ogs6py

Python-API for the OpenGeoSys (http://www.opengeosys.org) software.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

multiple concentration process variables for component transport models not working #77

Closed HeiJuli closed 3 months ago

HeiJuli commented 4 months ago

At the moment only one concentration process variable can be set. It would be useful to have the opportunity to allow multiple concentration process variables in order to allow simulations of multiple components. It refers to this function: ogs6py.classes.processes.add_process_variable()

joergbuchwald commented 4 months ago

Could you please check if the problem persists? Keep in mind that the Syntax slightly changed. The old method is now split-up into two methods:

add_process_variable(process_variable, process_variable_name)
add_secondary_variable(internal_name, output_name)
HeiJuli commented 3 months ago

looks good, thanks for fixing it.