We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210a535 commit 1b653c6Copy full SHA for 1b653c6
src/main/java/neqsim/process/equipment/powergeneration/GasTurbine.java
@@ -161,7 +161,6 @@ public void run(UUID id) {
161
// TODO: Init fails because there is less than moleMethane of oxygen
162
locHeater.getOutletStream().getFluid().init(3);
163
// locHeater.getOutStream().run(id);
164
- locHeater.displayResult();
165
166
Expander expander = new Expander("expander", locHeater.getOutletStream());
167
expander.setOutletPressure(ThermodynamicConstantsInterface.referencePressure);
0 commit comments