Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Nov 19, 2024
1 parent fb15ed9 commit 5c9b6ad
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
import org.junit.jupiter.api.Test;
import neqsim.thermo.phase.PhaseEos;

/**
* Test class for verifying the behavior of EOS (Equation of State) mixing rules in the NeqSim
* library.
*/
/**
* This class contains unit tests for verifying the behavior of different mixing rules
* in the neqsim thermodynamic system.
*/
public class EosMixingRulesTest {
@Test
void testSetMixingRuleName() {
Expand Down Expand Up @@ -87,6 +95,5 @@ void testHCoilInter() {
// Print kij
assertEquals(0.1, kij, 1e-5);
assertTrue(kij == kij2);

}
}

0 comments on commit 5c9b6ad

Please sign in to comment.