equinor / neqsim-python

NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. This project is a Python interface to NeqSim.
https://equinor.github.io/neqsimhome/
Apache License 2.0
58 stars 15 forks source link

support for reading and writing neqsim objects to xml #212

Closed EvenSol closed 12 months ago

EvenSol commented 12 months ago

add support for write and open java neqsim objects.

Implement following functionality:

    fluid1 = createfluid('dry gas')
    neqsim.save_xml(fluid1, 'name.xml')
    fluid2 = neqsim.open_xml('name.xml')