Differences From Artifact [6e65549995]:
- Executable file
mttroot/mtt/lib/cr/hh/pressuredrop.hh
— part of check-in
[01ef22d887]
at
2004-08-09 17:46:52
on branch origin/master
— Declarations of class string prepended with std:: to satisfy g++.
cmath is preferred to math.h (user: geraint@users.sourceforge.net, size: 1144) [annotate] [blame] [check-ins using] [more...]
To Artifact [edb487c3ad]:
- Executable file mtt/lib/cr/hh/pressuredrop.hh — 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: 1168) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/cr/hh/pressuredrop.hh — part of check-in [ef84c3718b] at 2004-08-29 17:28:42 on branch origin/master — include causality.hh to define effort, flow and state. (user: geraint@users.sourceforge.net, size: 1168) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | #ifndef PRESSUREDROP_HH #define PRESSUREDROP_HH #include <cmath> // fabs, pow #include <string> #include "constants.hh" #include "frictionfactor.hh" #include "kinematicviscosity.hh" #include "sign.hh" inline double pressuredrop(const std::string fluid, | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #ifndef PRESSUREDROP_HH #define PRESSUREDROP_HH #include <cmath> // fabs, pow #include <string> #include "causality.hh" #include "constants.hh" #include "frictionfactor.hh" #include "kinematicviscosity.hh" #include "sign.hh" inline double pressuredrop(const std::string fluid, |
︙ | ︙ |