.NET Interface to CHEMCAD
1.1.11
|
Represents a stream in a flowsheet. More...
Public Member Functions | |
void | SetStreamCost (short costType, float costValue) |
Sets the stream cost. More... | |
void | ReflashStream () |
Reflash stream More... | |
void | GetParticleSizeDistribution (Component component) |
Return the particle size distribution. More... | |
void | SetEnthalpyPressure (float enthalpy, float pressure) |
Set Enthalpy and Pressure. After setting the values the stream is reflashed and streams is updated. More... | |
void | SetTemperaturePressure (float temperature, float pressure) |
Set Temperature and Pressure.After setting the values the stream is reflashed and streams is updated. More... | |
void | SetMolarVFPressure (float molarVaporFraction, float pressure) |
Set Vapor fraction and Pressure. After setting the values the stream is reflashed and streams is updated. More... | |
void | SetMolarVFTemperature (float molarVaporFraction, float temperature) |
Set stream values. After setting the values the stream is reflashed and streams is updated. More... | |
void | PutParticleSizeDistribution (short solidCompID, short noOfCuts, object particleSizes, object weightFractions) |
Sets the particle size distribution. More... | |
void | SetCompFlow (FlowRateInternalUnits[] compFlowrates) |
Set the component flowrates More... | |
void | SetOneCompFlow (FlowRateInternalUnits compFlowrate) |
Set the component flowrate. More... | |
void | SetTemperature (float value) |
Puts the temperature of a stream. More... | |
void | SetPressure (float value) |
Puts the pressure of a stream. More... | |
void | SetVaporFraction (float value) |
Puts the vapor fraction of a stream. More... | |
void | SetStreamEnthalpy (float value) |
Properties | |
short | Id [get] |
Gets the id of the stream. More... | |
string | Name [get] |
Name of the stream. More... | |
float | TotalMoleRate [get, set] |
Total mole rate of this stream. More... | |
float | TotalMassRate [get, set] |
Total mass rate of this stream. More... | |
float | TotalStandardLiquidVolumeRate [get, set] |
Total standard liquid volume rate of this stream. More... | |
float | TotalStandardVaporVolumeRate [get, set] |
Total standard vapor volume rate of this stream. More... | |
float | Temperature [get] |
Temperature of the stream. More... | |
float | Pressure [get] |
Pressure of the stream. More... | |
float | MoleVaporFraction [get] |
Mole vapor fraction. More... | |
float | Enthalpy [get] |
Enthalpy of the stream. More... | |
FlowRateInternalUnits[] | CompFlow [get] |
Component flow. More... | |
short | StreamCostType [get] |
Type of cost of the stream. More... | |
float | StreamCost [get] |
Cost of the stream. More... | |
float | TotalStdLiquidVolumeRate [get, set] |
float | TotalStdVaporVolumeRate [get, set] |
float | TotalActualVolumeRate [get, set] |
Total actual density. More... | |
float | TotalActualDensity [get, set] |
float | TotalMolecularWeight [get, set] |
float | GrossHValue [get, set] |
float | NetHValue [get, set] |
float | ReidVaporPressure [get, set] |
float | UOPK [get, set] |
float | VABP [get, set] |
float | MeABP [get, set] |
float | FlashPoint [get, set] |
float | PourPoint [get, set] |
float | TotalEntropy [get, set] |
float | MassVaporFraction [get, set] |
float | PHValue [get, set] |
float | VaporMoleRate [get, set] |
float | VaporMassRate [get, set] |
float | VaporEnthalpy [get, set] |
float | VaporEntropy [get, set] |
float | VaporMw [get, set] |
float | VaporActualDensity [get, set] |
float | VaporActualVolumeRate [get, set] |
float | VapStdLiquidVolumeRate [get, set] |
float | VapStdVaporVolumeRate [get, set] |
float | VaporCp [get, set] |
float | VaporZfactor [get, set] |
float | VaporViscosity [get, set] |
float | VaporThermalConductivity [get, set] |
float | CpCv [get, set] |
float | LiquidMoleRate [get, set] |
float | LiquidMassRate [get, set] |
float | LiquidEnthalpy [get, set] |
float | LiquidEntropy [get, set] |
float | LiquidMolecularWeight [get, set] |
float | LiquidActualDensity [get, set] |
float | LiquidActualVolumeRate [get, set] |
float | LiquidStdLiquidVolumeRate [get, set] |
float | LiquidStdVaporVolumeRate [get, set] |
float | LiquidCp [get, set] |
float | LiquidZfactor [get, set] |
float | LiquidViscosity [get, set] |
float | LiquidThermalConductivity [get, set] |
float | LiquidSurfaceTension [get, set] |
float | LiquidAndSolidActualDensity [get, set] |
float | LiquidAndSolidActualVolume [get, set] |
float | LiquidLatentHeat [get, set] |
float | SolidMoleRate [get, set] |
float | SolidMassRate [get, set] |
float | SolidMw [get, set] |
float | SolidEnthalpy [get, set] |
float | SolidCp [get, set] |
float | SolidActualVolume [get, set] |
float | SolidDensity [get, set] |
float | SolidStdVaporVolumeRate [get, set] |
float | SolidStdLiquidVolumeRate [get, set] |
UnitOperation | Target [get] |
Target of the stream. More... | |
UnitOperation | Source [get] |
Source of the stream. More... | |
Represents a stream in a flowsheet.
void CCAPI.StreamInInternalUnits.GetParticleSizeDistribution | ( | Component | component | ) |
Return the particle size distribution.
void CCAPI.StreamInInternalUnits.PutParticleSizeDistribution | ( | short | solidCompID, |
short | noOfCuts, | ||
object | particleSizes, | ||
object | weightFractions | ||
) |
Sets the particle size distribution.
solidCompID | |
noOfCuts | |
particleSizes | |
weightFractions |
void CCAPI.StreamInInternalUnits.ReflashStream | ( | ) |
Reflash stream
ChemcadException | Code 2006. Thrown if flash did not converge |
void CCAPI.StreamInInternalUnits.SetCompFlow | ( | FlowRateInternalUnits[] | compFlowrates | ) |
Set the component flowrates
void CCAPI.StreamInInternalUnits.SetEnthalpyPressure | ( | float | enthalpy, |
float | pressure | ||
) |
Set Enthalpy and Pressure. After setting the values the stream is reflashed and streams is updated.
enthalpy | |
flowRateOption | |
componentFlow | |
pressure |
Set Enthalpy and Pressure. After setting the values the stream is reflashed and streams is updated.
enthalpy | |
pressure |
void CCAPI.StreamInInternalUnits.SetMolarVFPressure | ( | float | molarVaporFraction, |
float | pressure | ||
) |
Set Vapor fraction and Pressure. After setting the values the stream is reflashed and streams is updated.
Set Vapor fraction and Pressure. After setting the values the stream is reflashed and streams is updated.
void CCAPI.StreamInInternalUnits.SetMolarVFTemperature | ( | float | molarVaporFraction, |
float | temperature | ||
) |
Set stream values. After setting the values the stream is reflashed and streams is updated.
Set stream values. After setting the values the stream is reflashed and streams is updated.
void CCAPI.StreamInInternalUnits.SetOneCompFlow | ( | FlowRateInternalUnits | compFlowrate | ) |
Set the component flowrate.
void CCAPI.StreamInInternalUnits.SetPressure | ( | float | value | ) |
Puts the pressure of a stream.
void CCAPI.StreamInInternalUnits.SetStreamCost | ( | short | costType, |
float | costValue | ||
) |
Sets the stream cost.
void CCAPI.StreamInInternalUnits.SetStreamEnthalpy | ( | float | value | ) |
Puts the enthalpy of a stream.
void CCAPI.StreamInInternalUnits.SetTemperature | ( | float | value | ) |
Puts the temperature of a stream.
void CCAPI.StreamInInternalUnits.SetTemperaturePressure | ( | float | temperature, |
float | pressure | ||
) |
Set Temperature and Pressure.After setting the values the stream is reflashed and streams is updated.
Set Temperature and Pressure.After setting the values the stream is reflashed and streams is updated.
void CCAPI.StreamInInternalUnits.SetVaporFraction | ( | float | value | ) |
Puts the vapor fraction of a stream.
|
get |
Component flow.
|
getset |
|
get |
Enthalpy of the stream.
|
getset |
|
getset |
|
get |
Gets the id of the stream.
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
Mole vapor fraction.
|
get |
Name of the stream.
|
getset |
|
getset |
|
getset |
|
get |
Pressure of the stream.
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
Source of the stream.
|
get |
Cost of the stream.
|
get |
Type of cost of the stream.
|
get |
Target of the stream.
|
get |
Temperature of the stream.
|
getset |
|
getset |
Total actual density.
|
getset |
|
getset |
Total mass rate of this stream.
|
getset |
|
getset |
Total mole rate of this stream.
|
getset |
Total standard liquid volume rate of this stream.
|
getset |
Total standard vapor volume rate of this stream.
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |