TQCSSC
Fortran |
TQCSSC (INDEXC, STATUS, IWSG, IWSE) |
|
---|---|---|
C-interface |
tq_cssc(TC_INT index,TC_STRING status,TC_INT* iwsg,TC_INT* iwse); |
|
Full name: |
Change Status of System Component |
|
Purpose: |
With this subroutine the application program can change status for a system component. |
|
Comments: |
The legal values for STATUS are ENTERED, SUSPENDED and SPECIAL By suspending a system component some phases may also become suspended if they contain this component. For example, in the system Fe-O-S if O is suspended all phases that must dissolve oxygen is automatically suspended. The fraction of oxygen is set to zero in phases that can dissolve oxygen but can also exist without oxygen. |
|
Arguments |
||
Name |
Type |
Value set on call or returned |
INDEXC |
Integer |
Set to a component index. |
STATUS |
Character*12 |
Set to the new status |
IWSG |
Integer array |
Workspace |
IWSE |
Integer array |
Workspace |