Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 31, 2024
1 parent 176b694 commit 896a3db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public static void main(String[] args) {
SystemInterface tempSystem = new SystemSrkEos(298.0, 10.0);
tempSystem.addComponent("methane", 6.78);

tempSystem.addTBPfraction(false);"C19", 10.13, 170.0 / 1000.0, 0.7814);
tempSystem.addTBPfraction("C19", 10.13, 170.0 / 1000.0, 0.7814);
tempSystem.addPlusFraction("C20", 10.62, 381.0 / 1000.0, 0.850871882888);

tempSystem.getCharacterization().characterisePlusFraction();
Expand Down

0 comments on commit 896a3db

Please sign in to comment.