Flash Algorithm Class
This is the base class for the flash algorithms.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary.FlashAlgorithms
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
[SerializableAttribute]
public abstract class FlashAlgorithm : IFlashAlgorithm,
ICustomXMLSerializationVB
<SerializableAttribute>
Public MustInherit Class FlashAlgorithm
Implements IFlashAlgorithm, ICustomXMLSerialization- Inheritance
- Object FlashAlgorithm
- Derived
- Implements
- ICustomXMLSerialization, IFlashAlgorithm
Constructors
Properties
| AlgoType | |
| Description | |
| FlashSettings | |
| InternalUseOnly | |
| MobileCompatible | |
| Name | |
| Order | |
| StabSearchCompIDs | |
| StabSearchSeverity | |
| Tag |
Methods
| BubblePressure_LLE | |
| BubbleTemperature_LLE | |
| BubbleTemperature_LLEPerror | |
| CalcPIP | This algorithm returns the Phase Identification (PI) parameter for a fluid given its composition and system conditions. |
| CalcPIPressure | |
| CalculateEquilibrium | Calculates Phase Equilibria for a given mixture at specified conditions. |
| CalculateMixtureEnthalpy | |
| CalculateMixtureEntropy | |
| Clone | |
| Flash_PH | |
| Flash_PS | |
| Flash_PSF | |
| Flash_PT | |
| Flash_PV | |
| Flash_TV | |
| Flash_VH | |
| Flash_VP | |
| Flash_VS | |
| Flash_VT | Volume-Temperature Flash |
| Flash_VU | |
| GetDefaultSettings | |
| GetNewInstance | |
| GetPhaseSplitEstimates | |
| IdentifyPhase | This algorithm returns the state of a fluid given its composition and system conditions. |
| LoadData | |
| PerformHeuristicsTest | |
| PIPressureF | |
| ProcessImmiscibleLiquids | |
| SaveData | |
| StabTest | |
| StabTest2 | |
| ToString | (Overrides ObjectToString) |
| WriteDebugInfo |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |