.NET Interface to CHEMCAD  1.1.11
CCAPI.FlashResult Class Reference

Contains flash calculation results. More...

Public Member Functions

 FlashResult (float temperature, float pressure, float enthalpy, float calculatedHeatDuty, float moleVaporFraction, FlowCollection ionRates, ComponentValueCollection kValues, StreamResult vapor, StreamResult liquid)
 

Properties

float CalculatedHeatDuty [get]
 Get calculted heat duty. More...
 
StreamResult LiquidStream [get]
 
StreamResult VaporStream [get]
 
FlowCollection IonRates [get]
 Get ion rates. More...
 
ComponentValueCollection KValues [get]
 Get K values. More...
 
float MoleVaporFraction [get]
 Retuns the mole vapor fraction. More...
 
float Pressure [get]
 Returns the pressure. More...
 
float Temperature [get]
 Returns the temperature. More...
 
float TotalEnthalpy [get]
 Returns the total enthalpy. More...
 

Detailed Description

Contains flash calculation results.

New feature:
This class contains the results from flash methods.

Property Documentation

◆ CalculatedHeatDuty

float CCAPI.FlashResult.CalculatedHeatDuty
get

Get calculted heat duty.

◆ IonRates

FlowCollection CCAPI.FlashResult.IonRates
get

Get ion rates.

Returns

◆ KValues

ComponentValueCollection CCAPI.FlashResult.KValues
get

Get K values.

Returns

◆ MoleVaporFraction

float CCAPI.FlashResult.MoleVaporFraction
get

Retuns the mole vapor fraction.

Returns

◆ Pressure

float CCAPI.FlashResult.Pressure
get

Returns the pressure.

Returns

◆ Temperature

float CCAPI.FlashResult.Temperature
get

Returns the temperature.

Returns

◆ TotalEnthalpy

float CCAPI.FlashResult.TotalEnthalpy
get

Returns the total enthalpy.

Returns

The documentation for this class was generated from the following file: