Overview
Comment: | put under RCS |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
558c174ebfe07184585e958737384b86 |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-28 09:19:07.000 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-28
| ||
09:32:04 | Initial revision check-in: 30d1a4a7a7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:19:07 | put under RCS check-in: 558c174ebf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:13:38 | Initial revision check-in: 3e31105881 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/cr/hh/ISW.hh version [ae8d942dc5].
Added mttroot/mtt/lib/cr/hh/SS.hh version [24fd0512ed].
Added mttroot/mtt/lib/cr/hh/constants.hh version [65d242bd40].
Added mttroot/mtt/lib/cr/hh/fade.hh version [8a88d4173b].
Added mttroot/mtt/lib/cr/hh/frictionfactor.hh version [4c38b86070].
Added mttroot/mtt/lib/cr/hh/kinematicviscosity.hh version [ee21aaf89a].
Added mttroot/mtt/lib/cr/hh/lin.hh version [2e8f415433].
Added mttroot/mtt/lib/cr/hh/pressuredrop.hh version [378b136495].
Added mttroot/mtt/lib/cr/hh/sign.hh version [593009ad4f].
Added mttroot/mtt/lib/cr/hh/squarelaw.hh version [59c9450bf7].
Added mttroot/mtt/lib/cr/hh/staticpressure.hh version [34ed9de7e9].
Modified mttroot/mtt/lib/cr/r/CT2.cr
from [e9f8c87e45]
to [19581da283].
1 | %SUMMARY CT2 Constitutive Relationship for a two port thermo C | > | | | | < < > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | %SUMMARY CT2 Constitutive Relationship for a two port thermo C %DESCRIPTION Parameter 1: c_v (specific heat at constant volume) %DESCRIPTION Parameter 2: gamma = c_p/c_v %DESCRIPTION Parameter 3: mass of (ideal) gas within component. %DESCRIPTION Parameter 4: t_0 -- the temperature at which internal %DESCRIPTION energy is zero. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %%%%% Model Transformation Tools %%%%% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1997/12/07 20:45:21 peterg % %% Initial revision % %% % %% Revision 1.1 1996/11/02 10:21:19 peterg % %% Initial revision % %% % %% Revision 1.1 1996/09/12 11:18:26 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
︙ | ︙ |
Modified mttroot/mtt/lib/cr/r/StefanBoltzmann.cr
from [312a1e0448]
to [49afc9586a].
|
| | | < < | < < < < < < < < < < < < < < < < | < < < < < < < | < | < < | < | < < < < < < < < < | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | %SUMMARY StefanBoltzmann: Stefan-Boltzmann radiation law. %DESCRIPTION Parameter 1: Stefan-Boltzmann constant %DESCRIPTION Parameter 2: Area of radiating surface OPERATOR StefanBoltzmann; FOR ALL sigma,Area,input LET StefanBoltzmann(sigma,Area,flow, 1, input, effort, 1) = sigma*area*input^4; |
Added mttroot/mtt/lib/cr/r/cm.cr version [c86e6a6abf].
Modified mttroot/mtt/lib/cr/r/cr.cr
from [42461c5b4a]
to [8711e303bd].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | %SUMMARY cr generic CR %DESCRIPTION Argument is an algebraic expression with no embeddedwhite space %DESCRIPTION Only available for one ports just now %DESCRIPTION effort (or integrated effort) variable must be called mtt_e %DESCRIPTION flow (or integrated flow) variable must be called mtt_f %DESCRIPTION For example: %DESCRIPTION mtt_e=k*mtt_f %DESCRIPTION mtt_f=mtt_e/r % $Log$ % Revision 1.2 2000/10/03 18:35:04 peterg % Removed comment bug % % Revision 1.1 2000/10/03 18:34:00 peterg % Initial revision % | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | %SUMMARY cr generic CR %DESCRIPTION Argument is an algebraic expression with no embeddedwhite space %DESCRIPTION Only available for one ports just now %DESCRIPTION effort (or integrated effort) variable must be called mtt_e %DESCRIPTION flow (or integrated flow) variable must be called mtt_f %DESCRIPTION For example: %DESCRIPTION mtt_e=k*mtt_f %DESCRIPTION mtt_f=mtt_e/r % $Log$ % Revision 1.3 2000/10/05 10:13:00 peterg % New eqn2ass function. % Started extension to multiports % % Revision 1.2 2000/10/03 18:35:04 peterg % Removed comment bug % % Revision 1.1 2000/10/03 18:34:00 peterg % Initial revision % |
︙ | ︙ | |||
91 92 93 94 95 96 97 | % Flow output FOR ALL mtt_cr_e,mtt_cr_f, input, in_cause LET cr(mtt_cr_e,mtt_cr_f,flow, 1, input, in_cause, 1) = sub(mtt_e=input,mtt_cr_e); | | > > > > > | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | % Flow output FOR ALL mtt_cr_e,mtt_cr_f, input, in_cause LET cr(mtt_cr_e,mtt_cr_f,flow, 1, input, in_cause, 1) = sub(mtt_e=input,mtt_cr_e); %%% Q&D FMR 2 port. FOR ALL mtt_cr_e,mtt_cr_f,input_1,input_2 LET cr(mtt_cr_e,mtt_cr_f,flow,1, input_1,effort,1, input_2,flow,2 ) = sub(mtt_mod=input_2,sub(mtt_e=input_1,mtt_cr_e)); END; |
Added mttroot/mtt/lib/cr/r/delta_h.cr version [3c6f66bca6].
Added mttroot/mtt/lib/cr/r/lin.cr version [ad1038d916].
Added mttroot/mtt/lib/cr/r/linx.cr version [1543a01070].
Added mttroot/mtt/lib/cr/r/oneway.cr version [a74db11764].
Modified mttroot/mtt/lib/cr/r/polytrop.cr
from [267348c34e]
to [e32e195400].
1 2 3 4 5 6 | %SUMMARY polytrop CR for gas turbine compressor OPERATOR polytrop; % Port 1 generates zero flow | | | | | | | | | | | | | | | | | | | | | | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | %SUMMARY polytrop CR for gas turbine compressor OPERATOR polytrop; % Port 1 generates zero flow FOR ALL Ipressure,temperature,Fpressure,gamma,enthflow LET polytrop(gamma, flow, 1, Fpressure,effort,1, enthflow,flow,2, temperature,effort,3, Ipressure,effort,4) = 0; % Port 2 generates deltaT FOR ALL Ipressure,temperature,Fpressure,gamma,enthflow LET polytrop(gamma, effort, 2, Fpressure,effort,1, enthflow,flow,2, temperature,effort,3, Ipressure,effort,4) = temperature*((Ipressure/Fpressure)^(gamma)-1); % Port 3 generates zero flow FOR ALL Ipressure,temperature,Fpressure,gamma,enthflow LET polytrop(gamma, flow, 3, Fpressure,effort,1, enthflow,flow,2, temperature,effort,3, Ipressure,effort,4) = 0; % Port 4 generates zero flow FOR ALL Ipressure,temperature,Fpressure,gamma,enthflow LET polytrop(gamma, flow, 4, Fpressure,effort,1, enthflow,flow,2, temperature,effort,3, Ipressure,effort,4) = 0; |
Added mttroot/mtt/lib/cr/r/powerlaw.cr version [18888cef83].
Added mttroot/mtt/lib/cr/r/reed.cr version [2dd994541f].
Added mttroot/mtt/lib/cr/r/sat_tank.cr version [95637b5048].
Added mttroot/mtt/lib/cr/r/slin.cr version [77fadc096d].
Added mttroot/mtt/lib/cr/r/square.cr version [34c368838f].