Overview
Comment: | put under RCS |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a4b2f7e9fd1ec30705aaf4772fe34dc8 |
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: 7dcb3be67a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:19:07 | put under RCS check-in: a4b2f7e9fd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:13:38 | Initial revision check-in: d434a0d15d 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 | 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) |
︙ |
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 | - - + + - - - + - - - - - - - - - - - - - - - - - + - - - - - - - - + - - + - - - + - - + - - - - - - - - - - + |
|
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 | 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 | 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); |
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 | 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 |
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].