(01) BLACK BOX= (IF THEN ELSE(gap<0.01, 20 , 0 )) Units: mu*cu/Day (02) Body Conciousness= INTEG ( increase, 1) Units: cu (03) Current ROM= INTEG ( (recovery rate-decline rate), 80) Units: mu (04) decline rate= BLACK BOX/Body Conciousness Units: mu/Day (05) FINAL TIME = 1000 Units: Day The final time for the simulation. (06) gap= NORMAL ROM-Current ROM Units: mu (07) increase= Current ROM*INCREASE FRACTION*UNIT CONVERTOR Units: cu/Day (08) INCREASE FRACTION= 1e-005 Units: 1/Day (09) INITIAL TIME = 0 Units: Day The initial time for the simulation. (10) NORMAL ROM= 100 Units: mu (11) RECOVERY FRACTION= 0.025 Units: 1/Day (12) recovery rate= gap*RECOVERY FRACTION Units: mu/Day (13) SAVEPER = 1 Units: Day [0,?] The frequency with which output is stored. (14) TIME STEP = 1 Units: Day [0,?] The time step for the simulation. (15) UNIT CONVERTOR= 1 Units: cu/mu