Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion NeqSimExcel/Sheet17.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ private void calculateButton_Click(object sender, EventArgs e)
liqThermoSystem.init(0);
liqThermoSystem.init(1);
liqThermoSystem.setMultiPhaseCheck(true);
liqThermoSystem.setTemperature(Range["B6"].Value2 + 273.15);
liqThermoSystem.setTemperature(Range["B6"].Value2 + 273.15);'

//add new comment
liqThermoSystem.setPressure(Range["B7"].Value2);
var liqOps = new ThermodynamicOperations(liqThermoSystem);
liqOps.TPflash();
Expand Down