|
|
| 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...
|
| |