Skip to content

Commit 459cba8

Browse files
authored
phaseType fix (#969)
1 parent eedf990 commit 459cba8

File tree

2 files changed

+141
-138
lines changed

2 files changed

+141
-138
lines changed

src/main/java/neqsim/thermo/system/SystemInterface.java

+8
Original file line numberDiff line numberDiff line change
@@ -2431,6 +2431,14 @@ public void setImplementedTemperatureDeriativesofFugacity(
24312431
*/
24322432
public void setPhaseType(int phaseToChange, PhaseType pt);
24332433

2434+
/**
2435+
* Change the phase type of a given phase.
2436+
*
2437+
* @param phaseToChange the phase number of the phase to set phase type
2438+
* @param phaseName String to set
2439+
*/
2440+
public void setPhaseType(int phaseToChange, String phaseName);
2441+
24342442
/**
24352443
* Set the physical property model type for each phase of the System.
24362444
*

0 commit comments

Comments
 (0)