DWSIM Class Library Documentation
C#VB
    Show/Hide TOC
    • Loading...

    IFlashCalculationResult Interface

    This interface defines the parameters of a flash calculation result.

    Definition

    Namespace: DWSIM.Interfaces
    Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
    C#Request Example
    [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
    public interface IFlashCalculationResult
    VBRequest Example
    <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
    Public Interface IFlashCalculationResult

    Properties

    BaseMoleAmount 
    CalculatedEnthalpy 
    CalculatedEntropy 
    CalculatedPressure 
    CalculatedTemperature 
    CompoundProperties 
    FlashAlgorithmType 
    IterationsTaken 
    Kvalues 
    LiquidPhase1MoleAmounts 
    LiquidPhase2MoleAmounts 
    MixtureMoleAmounts 
    ResultException 
    SolidPhaseMoleAmounts 
    TimeTaken 
    VaporPhaseMoleAmounts 

    Methods

    CalcMolarWeight 
    ConvertToMassFractions 
    GetLiquidPhase1MassFraction 
    GetLiquidPhase1MassFractions 
    GetLiquidPhase1MoleFraction 
    GetLiquidPhase1MoleFractions 
    GetLiquidPhase2MassFraction 
    GetLiquidPhase2MassFractions 
    GetLiquidPhase2MoleFraction 
    GetLiquidPhase2MoleFractions 
    GetSolidPhaseMassFraction 
    GetSolidPhaseMassFractions 
    GetSolidPhaseMoleFraction 
    GetSolidPhaseMoleFractions 
    GetVaporPhaseMassFraction 
    GetVaporPhaseMassFractions 
    GetVaporPhaseMoleFraction 
    GetVaporPhaseMoleFractions 

    See Also

    Reference

    DWSIM.Interfaces Namespace

    In This Article

    • Definition
    • Properties
    • Methods
    • See Also

    DWSIM is open-source software, released under the GPL v3 license. (c) 2008-2026 Daniel Medeiros and contributors

    Send comments on this topic to Daniel Medeiros