Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EvenSol opened this issue May 10, 2023 · 1 comment
Open

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

EvenSol opened this issue May 10, 2023 · 1 comment
Milestone

Comments

@EvenSol
Copy link
Collaborator

EvenSol commented May 10, 2023

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.

@EvenSol EvenSol added this to the v.4.0.0 milestone May 10, 2023
@EvenSol EvenSol changed the title establish neqsim simulatioa using input files (yaml/json) establish neqsim simulations using inputconfig files (yaml/json) May 10, 2023
@EvenSol EvenSol changed the title establish neqsim simulations using inputconfig files (yaml/json) establish neqsim simulations using input config files (yaml/json) May 10, 2023
@EvenSol
Copy link
Collaborator Author

EvenSol commented May 10, 2023

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: 
        
        ......
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant