Click or drag to resize

NestedLoopsSLE Class

The Flash algorithms in this class are based on the Nested Loops approach to solve equilibrium calculations.
Inheritance Hierarchy
SystemObject
  DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithmsFlashAlgorithm
    DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithmsNestedLoopsSLE

Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithms
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
[SerializableAttribute]
public class NestedLoopsSLE : FlashAlgorithm
Request Example View Source

The NestedLoopsSLE type exposes the following members.

Constructors
 NameDescription
Public methodNestedLoopsSLE 
Top
Properties
Methods
 NameDescription
Public methodBubblePressure_LLE
(Inherited from FlashAlgorithm)
Public methodBubbleTemperature_LLE
(Inherited from FlashAlgorithm)
Public methodCalculateEquilibrium Calculates Phase Equilibria for a given mixture at specified conditions.
(Inherited from FlashAlgorithm)
Public methodCalculateMixtureEnthalpy
(Inherited from FlashAlgorithm)
Public methodCalculateMixtureEntropy
(Inherited from FlashAlgorithm)
Public methodClone
(Inherited from FlashAlgorithm)
Public methodFlash_PH
(Overrides FlashAlgorithmFlash_PH(Double, Double, Double, Double, PropertyPackage, Boolean, Double))
Public methodFlash_PS
(Overrides FlashAlgorithmFlash_PS(Double, Double, Double, Double, PropertyPackage, Boolean, Double))
Public methodFlash_PSF
(Overrides FlashAlgorithmFlash_PSF(Double, Double, Double, Double, PropertyPackage, Boolean, Double))
Public methodFlash_PSF_E 
Public methodFlash_PSF_SS 
Public methodFlash_PT
(Overrides FlashAlgorithmFlash_PT(Double, Double, Double, PropertyPackage, Boolean, Double))
Public methodFlash_PT_NL 
Public methodFlash_PT_SS 
Public methodFlash_PV
(Overrides FlashAlgorithmFlash_PV(Double, Double, Double, Double, PropertyPackage, Boolean, Double))
Public methodFlash_SL 
Public methodFlash_TV
(Overrides FlashAlgorithmFlash_TV(Double, Double, Double, Double, PropertyPackage, Boolean, Double))
Public methodFlash_VH
(Inherited from FlashAlgorithm)
Public methodFlash_VP
(Inherited from FlashAlgorithm)
Public methodFlash_VS
(Inherited from FlashAlgorithm)
Public methodFlash_VT Volume-Temperature Flash
(Inherited from FlashAlgorithm)
Public methodFlash_VU
(Inherited from FlashAlgorithm)
Public methodGetPhaseSplitEstimates
(Inherited from FlashAlgorithm)
Public methodLoadData
(Inherited from FlashAlgorithm)
Public methodPerformHeuristicsTest
(Inherited from FlashAlgorithm)
Public methodSaveData
(Inherited from FlashAlgorithm)
Public methodStabTest
(Inherited from FlashAlgorithm)
Public methodStabTest2
(Inherited from FlashAlgorithm)
Public methodToString
(Inherited from FlashAlgorithm)
Public methodWriteDebugInfo
(Inherited from FlashAlgorithm)
Top
Fields
 NameDescription
Private fieldetol 
Private fieldHf 
Private fieldHl 
Private fieldHlid 
Private fieldHs 
Private fieldHv 
Private fieldHv0 
Private fieldHvid 
Private fielditol 
Private fieldmaxit_e 
Private fieldmaxit_i 
Private fieldSf 
Private fieldSl 
Private fieldSlid 
Private fieldSs 
Private fieldSv 
Private fieldSv0 
Private fieldSvid 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also