equinor / neqsim

NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation

Home Page:https://equinor.github.io/neqsimhome/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

establish neqsim simulations using input config files (yaml/json)

EvenSol opened this issue · comments

Is your feature request related to a problem? Please describe.
It should be possible to set up process calculations by using input text files (yaml/json)

Describe the solution you'd like
Establish a standard way to create fluids anf process calculations via text input files.

example of YAML format:

FLUID:

  • NAME: <name of fluid model, for reference>
    TYPE: FLUID
    FLUID_MODEL_TYPE: PREDEFINED
    EOS_MODEL:

PROCESS:

  • NAME: <name of fluid model, for reference>
    UNITOPERATIONS:
    STREAM:
    TYPE:
    FLUID:

     SEPARATOR:
        NAME:....
        FEEDSTREAM:
        GAS: 
        LIQUID: 
        
        ......