Differences From Artifact [7eab0220f3]:
- File mttroot/mtt/lib/examples/Identification/idNonlinearTanks/conical.cr — part of check-in [5ad84ea3e2] at 2001-04-05 12:00:18 on branch origin/master — Identification example (user: gawthrop@users.sourceforge.net, size: 171) [annotate] [blame] [check-ins using] [more...]
To Artifact [91a01114ea]:
- File mtt/lib/examples/Identification/idNonlinearTanks/conical.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: 183) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/examples/Identification/idNonlinearTanks/conical.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: 183) [annotate] [blame] [check-ins using]
1 2 3 4 | %% CR for conical tank example OPERATOR conical; %% State input. | | | | 1 2 3 4 5 6 7 8 9 | %% CR for conical tank example OPERATOR conical; %% State input. FOR ALL COMP, rho,g,V_0,V LET conical(COMP, rho,g,V_0,effort,1,V,state,1) = rho*g*(12*(V+V_0)/pi)^(1/3); END;; |