Uses of Class
neqsim.process.processmodel.dexpi.DexpiSimulationBuilder
Packages that use DexpiSimulationBuilder
Package
Description
DEXPI integration layer for importing and exporting P&ID data.
-
Uses of DexpiSimulationBuilder in neqsim.process.processmodel.dexpi
Methods in neqsim.process.processmodel.dexpi that return DexpiSimulationBuilderModifier and TypeMethodDescriptionDexpiSimulationBuilder.setAutoInstrument(boolean autoInstrument) Enables automatic instrumentation (transmitters and PID controllers) on separators, compressors, and heat exchangers.DexpiSimulationBuilder.setFeedFlowRate(double flowRate, String unit) Sets the feed stream flow rate.DexpiSimulationBuilder.setFeedPressure(double pressure, String unit) Sets the feed stream pressure.DexpiSimulationBuilder.setFeedTemperature(double temperature, String unit) Sets the feed stream temperature.DexpiSimulationBuilder.setFluidTemplate(SystemInterface fluidTemplate) Sets the thermodynamic fluid template to use for all streams.DexpiSimulationBuilder.setNamespaceAware(boolean namespaceAware) Enables namespace-aware XML parsing.