-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working