Artifact 8f55376ab87a5582880371767d677d95006d8420caa7d1e73fff99b6a5482c2a:
- File mtt/lib/examples/Identification/idNonlinearTanks/sconical.cr — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 591) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/examples/Identification/idNonlinearTanks/sconical.cr — part of check-in [44acabfcc8] at 2003-08-18 16:40:44 on branch origin/master — Modified for ident DIY rep (was ippp). (user: gawthrop@users.sourceforge.net, size: 591) [annotate] [blame] [check-ins using]
%% CR for conical tank example - sensitivity in "conical.cr"; OPERATOR sconical; %% The actual port (1) FOR ALL COMP, rho,g,V_0,V_0s,V,sV LET sconical(COMP, rho,g,V_0,V_0s,effort,1, V,state,1, sV,state,2) = conical(COMP, rho,g,V_0,effort,1,V,state,1); %% The sensitivity port (2) FOR ALL COMP, rho,g,V_0,V_0s,V,sV LET sconical(COMP, rho,g,V_0,V_0s,effort,2, V,state,1, sV,state,2) = df(conical(COMP, rho,g,V_0,effort,1,V,state,1),V) * sV + df(conical(COMP, rho,g,V_0,effort,1,V,state,1),V_0)* V_0s; END;;