Differences From Artifact [036b87bd6c]:
- Executable file mttroot/mtt/lib/cr/hh/staticpressure.hh — part of check-in [b22e319862] at 2004-08-09 17:45:56 on branch origin/master — cmath is preferred to math.h (user: geraint@users.sourceforge.net, size: 721) [annotate] [blame] [check-ins using] [more...]
To Artifact [a1d4591eb9]:
- Executable file mtt/lib/cr/hh/staticpressure.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: 745) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/cr/hh/staticpressure.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: 745) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + | #ifndef STATICPRESSURE_HH #define STATICPRESSURE_HH #include <cmath> // log, pow #include "causality.hh" #include "constants.hh" inline double staticpressure(const double beta, const double C_d, const double d, const double P_ref, |
︙ |