| Revision: | 1183 |
| Committed: | Tue Oct 2 12:05:25 2007 UTC (18 years, 1 month ago) by xsun |
| File size: | 596 byte(s) |
| Log Message: | Added: Action Correlation function (for viscosity), Directional RCorr (for non-spherical bodies) Modified: LCorr (for multiple axes) |
| # | Content |
|---|---|
| 1 | Package = applications/dynamicProps |
| 2 | |
| 3 | Source = \ |
| 4 | TimeCorrFunc.cpp \ |
| 5 | CrossTimeCorrFunc.cpp \ |
| 6 | ParticleTimeCorrFunc.cpp \ |
| 7 | FrameTimeCorrFunc.cpp \ |
| 8 | DipoleCorrFunc.cpp \ |
| 9 | RCorrFunc.cpp \ |
| 10 | VCorrFunc.cpp \ |
| 11 | DynamicProps.cpp \ |
| 12 | DynamicPropsCmd.c \ |
| 13 | LegendreCorrFunc.cpp \ |
| 14 | RadialRCorrFunc.cpp \ |
| 15 | ActionCorrFunc.cpp \ |
| 16 | ThetaCorrFunc.cpp \ |
| 17 | DirectionalRCorrFunc.cpp |
| 18 | |
| 19 | BuiltParallelExe = 0 |
| 20 | |
| 21 | RmiSource = |
| 22 | |
| 23 | Main = DynamicProps |
| 24 | |
| 25 | DEV_ROOT=../../.. |
| 26 | include $(DEV_ROOT)/make/Makefile |
| 27 |