Uses of Enum Class
neqsim.process.fielddevelopment.facility.ConceptToProcessLinker.FidelityLevel
Packages that use ConceptToProcessLinker.FidelityLevel
Package
Description
Facility configuration and building blocks for field development.
-
Uses of ConceptToProcessLinker.FidelityLevel in neqsim.process.fielddevelopment.facility
Subclasses with type arguments of type ConceptToProcessLinker.FidelityLevel in neqsim.process.fielddevelopment.facilityModifier and TypeClassDescriptionstatic enumFidelity level for process model generation.Methods in neqsim.process.fielddevelopment.facility that return ConceptToProcessLinker.FidelityLevelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConceptToProcessLinker.FidelityLevel[]ConceptToProcessLinker.FidelityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.fielddevelopment.facility with parameters of type ConceptToProcessLinker.FidelityLevelModifier and TypeMethodDescriptionprivate voidConceptToProcessLinker.generateGasCondensateProcessing(ProcessSystem process, Stream inlet, FieldConcept concept, ConceptToProcessLinker.FidelityLevel fidelity) Generate gas condensate processing train.private voidConceptToProcessLinker.generateGasProcessing(ProcessSystem process, StreamInterface inlet, FieldConcept concept, ConceptToProcessLinker.FidelityLevel fidelity) Generate gas processing train.private voidConceptToProcessLinker.generateOilProcessing(ProcessSystem process, Stream inlet, FieldConcept concept, ConceptToProcessLinker.FidelityLevel fidelity) Generate oil processing train.ConceptToProcessLinker.generateProcessSystem(FieldConcept concept, ConceptToProcessLinker.FidelityLevel fidelity) Generate a complete process system from a field concept.