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