.NET Interface to CHEMCAD  1.1.11
CCAPI.UnitOperations.Controller Class Reference
+ Inheritance diagram for CCAPI.UnitOperations.Controller:

Public Types

enum  Parameters {
  Mode = 2, VariableNoAdj = 3, EquipNoAdj = 4, MinimumValue = 5,
  MaximumValue = 6, RelStepSize = 7, Variable1 = 8, Scale1 = 9,
  Type1 = 10, Number1 = 11, Operator = 12, Variable2 = 13,
  Scale2 = 14, Type2 = 15, Number2 = 16, Constant = 17,
  Variable3 = 18, Scale3 = 19, Type3 = 20, Number3 = 21,
  Beginning = 22, Units = 23, Tolerance = 24, Iterations = 25,
  StreamNoAdj = 26, MaximumChange = 27, SignFlag = 28, UnitOfMinMax = 49,
  OutputSignal = 51, LocalVariable1 = 53, LocalVariable2 = 54, LocalVariable3 = 55,
  LocalVariable4 = 56, LocalVariable5 = 57, LocalVariable6 = 58, LocalVariable7 = 59,
  LocalVariable8 = 60, LocalVariable9 = 61, LocalVariable10 = 62, TimeIntervalMin = 63,
  Gain = 65, LagTimeMin = 66, LeadTimeMin = 67
}
 

Properties

float Mode [get, set]
 
float VariableNoAdj [get, set]
 
float EquipNoAdj [get, set]
 
float MinimumValue [get, set]
 
float MaximumValue [get, set]
 
float RelStepSize [get, set]
 
float Variable1 [get, set]
 
float Scale1 [get, set]
 
float Type1 [get, set]
 
float Number1 [get, set]
 
float Operator [get, set]
 
float Variable2 [get, set]
 
float Scale2 [get, set]
 
float Type2 [get, set]
 
float Number2 [get, set]
 
float Constant [get, set]
 
float Variable3 [get, set]
 
float Scale3 [get, set]
 
float Type3 [get, set]
 
float Number3 [get, set]
 
float Beginning [get, set]
 
float Units [get, set]
 
float Tolerance [get, set]
 
float Iterations [get, set]
 
float StreamNoAdj [get, set]
 
float MaximumChange [get, set]
 
float SignFlag [get, set]
 
float UnitOfMinMax [get, set]
 
float OutputSignal [get, set]
 
float LocalVariable1 [get, set]
 
float LocalVariable2 [get, set]
 
float LocalVariable3 [get, set]
 
float LocalVariable4 [get, set]
 
float LocalVariable5 [get, set]
 
float LocalVariable6 [get, set]
 
float LocalVariable7 [get, set]
 
float LocalVariable8 [get, set]
 
float LocalVariable9 [get, set]
 
float LocalVariable10 [get, set]
 
float TimeIntervalMin [get, set]
 
float Gain [get, set]
 
float LagTimeMin [get, set]
 
float LeadTimeMin [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...
 

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