36 #ifndef BUSKEELASTICFORCE_HPP_
37 #define BUSKEELASTICFORCE_HPP_
39 #include "AbstractTwoBodyInteractionForce.hpp"
42 #include <boost/serialization/base_object.hpp>
51 template<
unsigned DIM>
54 friend class TestForcesNotForRelease;
65 template<
class Archive>
66 void serialize(Archive & archive,
const unsigned int version)
68 archive & boost::serialization::base_object<AbstractTwoBodyInteractionForce<DIM> >(*this);
123 double GetMagnitudeOfForce(
double distanceBetweenNodes,
double radiusOfCellOne,
double radiusOfCellTwo);
double GetDeformationEnergyParameter()
c_vector< double, DIM > CalculateForceBetweenNodes(unsigned nodeAGlobalIndex, unsigned nodeBGlobalIndex, AbstractCellPopulation< DIM > &rCellPopulation)
double GetMagnitudeOfForce(double distanceBetweenNodes, double radiusOfCellOne, double radiusOfCellTwo)
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
friend class boost::serialization::access
double mDeformationEnergyParameter
void SetDeformationEnergyParameter(double deformationEnergyParameter)
virtual void OutputForceParameters(out_stream &rParamsFile)
void serialize(Archive &archive, const unsigned int version)