Artifact 7eab0220f3543b26acf21efb0693a67454d8dcc550bd96ac5a4b899bfb421084:
- 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...]
%% CR for conical tank example OPERATOR conical; %% State input. FOR ALL rho,g,V_0,V LET conical(rho,g,V_0,effort,1,V,state,1) = rho*g*(12*(V+V_0)/pi)^(1/3); END;;