Dear all,
The parameters of water, or called the equation of state (EOS) of water, are usually changing with respect to the pressure and temperature of water. For example, the density of water, the specific heat capacity of water, etc.
I don’t find a python case in this webpage OGS: [tag] parameter. So, I want to ask whether OGS6 allows us to use some librarys in Python to determine the parameters of water? Because I think the parameters of water should be updated in each step according to the pressure and temperature that are just calculated in the previous step.
Actually, I find some python embeded into OGS6, but it is only used to define the boundary conditions. OGS: [tag] python_script
Dear Rui Feng,
the current selection for parameter types does not include python parameters, as you already found out. Python bindings are available only for boundary conditions and source terms so far.
It would be a nice extension to OGS though.
In general, it would be a nice feature. However, for standard liquids like water, I would prefer splined hardcoded tables. Maybe also something we should put on a todo list.
That was just a suggestion for implementation in reply to @dmitri.naumov, which is why I said it would be a good idea to put that on a todo list. So, nothing that an be used right now.