Skip to content

Commit

Permalink
phaseType fix (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Mar 24, 2024
1 parent eedf990 commit 459cba8
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 138 deletions.
8 changes: 8 additions & 0 deletions src/main/java/neqsim/thermo/system/SystemInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -2431,6 +2431,14 @@ public void setImplementedTemperatureDeriativesofFugacity(
*/
public void setPhaseType(int phaseToChange, PhaseType pt);

/**
* Change the phase type of a given phase.
*
* @param phaseToChange the phase number of the phase to set phase type
* @param phaseName String to set
*/
public void setPhaseType(int phaseToChange, String phaseName);

/**
* Set the physical property model type for each phase of the System.
*
Expand Down
Loading

0 comments on commit 459cba8

Please sign in to comment.