| 46 |
|
#include "primitives/Molecule.hpp" |
| 47 |
|
#include "math/SeqRandNumGen.hpp" |
| 48 |
|
#include "hydrodynamics/Shape.hpp" |
| 49 |
+ |
#include "integrators/Velocitizer.hpp" |
| 50 |
|
|
| 51 |
|
namespace oopse { |
| 52 |
|
|
| 66 |
|
LDForceManager(SimInfo * info); |
| 67 |
|
|
| 68 |
|
protected: |
| 69 |
< |
virtual void postCalculation(); |
| 69 |
> |
virtual void postCalculation(bool needStress); |
| 70 |
|
|
| 71 |
|
private: |
| 72 |
|
std::map<std::string, HydroProp*> parseFrictionFile(const std::string& filename); |
| 77 |
|
RealType langevinBufferRadius_; |
| 78 |
|
RealType frozenBufferRadius_; |
| 79 |
|
bool sphericalBoundaryConditions_; |
| 80 |
+ |
Globals* simParams; |
| 81 |
+ |
Velocitizer* veloMunge; |
| 82 |
|
}; |
| 83 |
|
|
| 84 |
|
} //end namespace oopse |