|
enum | Parameters {
Mode = 2,
Method = 3,
Type = 4,
VaneConstant = 5,
Efficiency = 6,
MaxNoOfCyclones = 7,
AllowablePresDrop = 8,
CycloneDiameter = 9,
NoOfCyclones = 10,
InletHeight = 11,
InletWidth = 12,
OutletLength = 13,
OutletDiameter = 14,
CylinderHeight = 15,
OverallLength = 16,
DustOutletDia = 17,
NoOfGasTurns = 18,
OverallEfficiency = 19,
PressureDrop = 20,
StdGasFlow = 21,
CostEstimationFlag = 22,
InstallFactor = 23,
CostModel = 24,
PurchaseCost = 25,
InstalledCost = 26
} |
|
|
float | Mode [get, set] |
|
float | Method [get, set] |
|
float | Type [get, set] |
|
float | VaneConstant [get, set] |
|
float | Efficiency [get, set] |
|
float | MaxNoOfCyclones [get, set] |
|
float | AllowablePresDrop [get, set] |
|
float | CycloneDiameter [get, set] |
|
float | NoOfCyclones [get, set] |
|
float | InletHeight [get, set] |
|
float | InletWidth [get, set] |
|
float | OutletLength [get, set] |
|
float | OutletDiameter [get, set] |
|
float | CylinderHeight [get, set] |
|
float | OverallLength [get, set] |
|
float | DustOutletDia [get, set] |
|
float | NoOfGasTurns [get, set] |
|
float | OverallEfficiency [get, set] |
|
float | PressureDrop [get, set] |
|
float | StdGasFlow [get, set] |
|
float | CostEstimationFlag [get, set] |
|
float | InstallFactor [get, set] |
|
float | CostModel [get, set] |
|
float | PurchaseCost [get, set] |
|
float | InstalledCost [get, set] |
|
short | Id [get] |
| Id of the unit operation. More...
|
|
string | Name [get] |
| Name of the unit operation. More...
|
|
string | CategoryName [get] |
| Type of the unit op. More...
|
|
int | CategoryId [get] |
| Type of the unit op. More...
|
|
StreamCollectionCurUnits | InletStreams [get] |
| Returns all inlet streams of this unit op. More...
|
|
StreamCollectionCurUnits | OutletStreams [get] |
| Returns all outlet streams of this unit op. More...
|
|
string | RuntimeErrorString [get] |
| Runtime error string. More...
|
|
int | RuntimeErrorCode [get] |
| Runtime error code. More...
|
|
int | NumberOfStages [get] |
| Number of stages of this unit operation. More...
|
|
|
| UnitOperation (UnitOperation o) |
|
ColumnHydraulicsResult | GetColumnHydraulicsFromSizing (ColumnType columnType) |
| Get hydraulics of a column unit op. The values are in current flowsheet units. More...
|
|
ColumnHydraulicsResult | GetColumnHydraulicsFromSizingInternalUnits (ColumnType columnType) |
| Get hydraulics of a column unit op. The values are in internal units. More...
|
|
void | GetEquilibriumReactionParameter (float parVal, short rxnNo, EquilibriumRxnParamter parID, short compIdx) |
| Get equilibrium reaction parameter. More...
|
|
void | PutEquilibriumReactionParameter (float parVal, EquilibriumRxnParamter parID, short rxnNo, short compIdx) |
| Set an equilibrium reaction parameter of the unit op. More...
|
|
float | GetKineticReactionParameter (short rxnNo, KineticRxnParameter parID, short compIdx) |
| Get kinetic reaction parameter of the unit op. More...
|
|
void | PutKineticReactionPar (float parVal, KineticRxnParameter parID, short rxnNo, short compIdx) |
| Set kinetic reaction parameter of the unit op. More...
|
|
void | SetFoulingFactors (double tFouling, double sFouling) |
| Set fouling factors of the unit op. More...
|
|
void | SetColumnPressureProfile (float[] pressureCurrentUnits) |
| Set the column pressure of a profile in current flowsheet Units. More...
|
|
void | SetParameterInCurUnits (short parameterId, float parVal) |
| Set parameter of unit op in current flowsheet units. More...
|
|
void | SetParameterInInternalUnits (short parameterId, float parVal) |
| Set parameter of unit op in internal units. More...
|
|
float | GetParameterInCurUnits (short parameterId) |
| Get parameter of unit op in current flowsheet units. More...
|
|
float | GetParameterInInernalUnits (short parameterId) |
| Get parameter of unit op in internal units. More...
|
|
float | GetTrayProperty (ColumnType columnType, int trayNumber, StreamProperty property) |
| Get tray property of the defined tray in the distillation column. More...
|
|