Artifact 28f342796054329438bee9d5c05285b5de2c87c379311f046f3972f35a542f8c:
- File mttroot/mtt/lib/examples/Identification/idNonlinearTanks/discharge.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: 261) [annotate] [blame] [check-ins using] [more...]
%% CR for pipe discharge OPERATOR discharge; %% Flow input FOR ALL alpha,beta,F LET discharge(alpha,beta,effort,1,F,flow,1) = beta*F^alpha; %% Effort input FOR ALL alpha,beta,P LET discharge(alpha,beta,flow,1,P,effort,1) = (P/beta)^(1/alpha); END;;