Skip to content

bug add fluids #1362

@EvenSol

Description

@EvenSol

Describe the bug
a little bug I found
gas_plus_aq = addfluids(pre_aq_fluid, pre_gas_fluid);

TPflash(gas_plus_aq);

gives different result than
gas_plus_aq = addfluids(pre_gas_fluid, pre_aq_fluid);

TPflash(gas_plus_aq);

(the order of the arguments is important)

addfluids is only doing: p = neqsim.thermo.system.SystemInterface.addFluids(fluid1,fluid2);

To Reproduce

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions