[Next] [Up] [Back] [Previous] [Contents]

3.8 DICMB




Calling sequence : CALL DICMB (NAME, NUMSTP, FACTOR, IEXIT, IUNT)



Purpose : To define load case combinations.



Parameters :

In
NAME Name of source loadcase (Character*6)
NUMSTP Step number of source loadcase (Integer)
FACTOR Factor to be applied to source loadcase (Real)
IUNT Temporary file channel number (Integer)
Out
IEXIT Error Condition (Integer)



Use : This routine is called once for each loadcase to be combined to produce the new loadcase. NUMSTP identifies the step number within the source loadcase and FACTOR contains the factor to be applied, this should be non-zero.






Errors : The error condition is indicated by the value of IEXIT.


IEXIT   Meaning

0     Successful call
32     Current error must be cleared up first
129     Error in writing to temporary file on unit (iunt)
138     Cannot enter load combination, current dataset is : (KEY )
211     Invalid temporary file unit number (iunt)





[Next] [Up] [Back] [Previous] [Contents]