News

Here we use the OPM-Flow simulator. If you are interested in a specific version (e.g., v2025.04) or in modifying the source code, then you can clone the repository and install the Python requirements ...
We can use the commands.py to update plugin.json using the variables ... Currently the user needs to manually install these once they have installed the plugin as Flow does no Python package ...
This philosophy of designing a small application that services one purpose fits nicely with the flow of commands being used here. #!/usr/bin/env python import sys if __name__ == "__main__": # The ...