Differences From Artifact [ee21aaf89a]:
- Executable file mttroot/mtt/lib/cr/hh/kinematicviscosity.hh — part of check-in [558c174ebf] at 2000-12-28 09:19:07 on branch origin/master — put under RCS (user: gawthrop@users.sourceforge.net, size: 1348) [annotate] [blame] [check-ins using] [more...]
To Artifact [ebebe8b69e]:
- Executable file mtt/lib/cr/hh/kinematicviscosity.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: 1362) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/lib/cr/hh/kinematicviscosity.hh
— part of check-in
[8ae6d2d4de]
at
2004-08-09 17:49:06
on branch origin/master
— Prepended std:: to iostream classes to satisfy g++.
cmath is preferred to math.h (user: geraint@users.sourceforge.net, size: 1362) [annotate] [blame] [check-ins using]
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #ifndef KINEMATICVISCOSITY_HH #define KINEMATICVISCOSITY_HH |
︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + - + | * nu = 1.78598097e6 * T^(-4.781567507) */ { return 1.79e6 * pow(T, -4.78); } inline double |