We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c052bce commit e31f343Copy full SHA for e31f343
tests/test_simple_neqsim_model.py
@@ -1,11 +1,12 @@
1
import pytest
2
+
3
from jneqsim import neqsim
4
5
6
def test_pressurize_gas():
7
if neqsim is None:
8
pytest.skip("NeqSim JVM not initialized - JPype may not be available")
-
9
10
inlet_fluid = neqsim.thermo.system.SystemSrkEos()
11
thermo_ops = neqsim.thermodynamicoperations.ThermodynamicOperations(inlet_fluid)
12
inlet_fluid.addComponent("methane", 100.0)
0 commit comments