Molmodel
|
00001 #ifndef SimTK_MOLMODEL_VANDERWALLSPHERE_H_ 00002 #define SimTK_MOLMODEL_VANDERWALLSPHERE_H_ 00003 00004 #include "SimTKsimbody.h" 00005 #include "molmodel/internal/common.h" 00006 #include "molmodel/internal/DuMMForceFieldSubsystem.h" 00007 00008 namespace SimTK { 00009 00010 class SimTK_MOLMODEL_EXPORT VanderWallSphere : public Force::Custom { 00011 public: 00012 VanderWallSphere(GeneralForceSubsystem& forces, DuMMForceFieldSubsystem& dumm, Vec3 center, Real radius, Real vdwRadius, Real wellDepth); 00013 }; 00014 00015 } // namespace SimTK 00016 00017 #endif 00018