Index: mttroot/mtt/lib/comp/compound/Sensitivity/sRS/sRS_cr.r ================================================================== --- mttroot/mtt/lib/comp/compound/Sensitivity/sRS/sRS_cr.r +++ mttroot/mtt/lib/comp/compound/Sensitivity/sRS/sRS_cr.r @@ -22,11 +22,11 @@ inp,in_cause,1, temp,effort,2, sinp,in_cause,3, stemp,effort,4 ) - = lin(gain_cause,r,temp_cause,1, + = inp*lin(gain_cause,r,temp_cause,1, inp,in_cause,1)/temp; % Sensitivity ports FOR ALL gain_cause,r,rs,out_cause,inp,sinp,in_cause,temp,stemp LET sRS(gain_cause,r,rs,out_cause,3, @@ -49,11 +49,11 @@ sinp,flow,3, stemp,effort,4 ) = 2*inp*sinp*r/temp + (inp^2)*rs/temp - - (inp^2)*r*temps/(temp^2); + - (inp^2)*r*stemp/(temp^2); %% - effort in FOR ALL gain_cause,r,rs,out_cause,inp,sinp,in_cause,temp,stemp LET sRS(gain_cause,r,rs,out_cause,4, inp,effort,1, Index: mttroot/mtt/lib/comp/compound/Sensitivity/sRS/sRS_lbl.txt ================================================================== --- mttroot/mtt/lib/comp/compound/Sensitivity/sRS/sRS_lbl.txt +++ mttroot/mtt/lib/comp/compound/Sensitivity/sRS/sRS_lbl.txt @@ -7,21 +7,21 @@ #ALIAS out Out,sOut ## Argument aliases #ALIAS $1 flow,r -#ALIAS $2 r_s +#ALIAS $2 rs ## Each line should be of one of the following forms: ## a comment (ie starting with #) ## component-name cr_name arg1,arg2,..argn ## blank ## ---- Component labels ---- ## Component type R - r sRS flow,r,rs + r sRS flow,r;rs ## Component type SS [In] SS external,external [sIn] SS external,external [Out] SS external,external