![]() |
.NET Interface to CHEMCAD
1.1.11
|
Inheritance diagram for CCAPI.UnitOperations.Node:Properties | |
| float | Mode [get, set] |
| float | NodePressure [get, set] |
| float | PMin [get, set] |
| float | PMax [get, set] |
| float | Elevation [get, set] |
| float | DeadNodeFlag [get, set] |
| float | LocalMB [get, set] |
| float | InletSpecification1 [get, set] |
| float | InletSpecification2 [get, set] |
| float | InletSpecification3 [get, set] |
| float | InletSpecification4 [get, set] |
| float | InletSpecification5 [get, set] |
| float | InletSpecification6 [get, set] |
| float | InletSpecification7 [get, set] |
| float | InletSpecification8 [get, set] |
| float | InletSpecification9 [get, set] |
| float | InletSpecification10 [get, set] |
| float | InletSpecification11 [get, set] |
| float | InletSpecification12 [get, set] |
| float | InletSpecification13 [get, set] |
| float | OutletSpecification1 [get, set] |
| float | OutletSpecification2 [get, set] |
| float | OutletSpecification3 [get, set] |
| float | OutletSpecification4 [get, set] |
| float | OutletSpecification5 [get, set] |
| float | OutletSpecification6 [get, set] |
| float | OutletSpecification7 [get, set] |
| float | OutletSpecification8 [get, set] |
| float | OutletSpecification9 [get, set] |
| float | OutletSpecification10 [get, set] |
| float | OutletSpecification11 [get, set] |
| float | OutletSpecification12 [get, set] |
| float | OutletSpecification13 [get, set] |
| float | MBStrNo [get, set] |
| float | PBFlag1 [get, set] |
| float | PBFlag2 [get, set] |
| float | PBFlag3 [get, set] |
| float | PBFlag4 [get, set] |
| float | PBFlag5 [get, set] |
| float | PBFlag6 [get, set] |
| float | PBFlag7 [get, set] |
| float | PBFlag8 [get, set] |
| float | PBFlag9 [get, set] |
| float | PBFlag10 [get, set] |
| float | PBFlag11 [get, set] |
| float | PBFlag12 [get, set] |
| float | PBFlag13 [get, set] |
Properties inherited from CCAPI.UnitOperation | |
| 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... | |
Additional Inherited Members | |
Public Member Functions inherited from CCAPI.UnitOperation | |
| 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... | |