36#ifndef IMMERSEDBOUNDARYMORSEINTERACTIONFORCE_HPP_
37#define IMMERSEDBOUNDARYMORSEINTERACTIONFORCE_HPP_
39#include <boost/serialization/base_object.hpp>
43#include "AbstractImmersedBoundaryForce.hpp"
44#include "ImmersedBoundaryCellPopulation.hpp"
45#include "ImmersedBoundaryMesh.hpp"
56template <
unsigned DIM>
60 friend class boost::serialization::access;
68 template <
class Archive>
69 void serialize(Archive& archive,
const unsigned int version)
71 archive& boost::serialization::base_object<AbstractImmersedBoundaryForce<DIM> >(*this);
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
double GetWellWidth() const
double GetRestLength() const
void SetRestLength(double restLength)
double GetLaminaRestLengthMult() const
void SetWellDepth(double wellDepth)
void serialize(Archive &archive, const unsigned int version)
ImmersedBoundaryMorseInteractionForce()
void SetWellWidth(double wellWidth)
double GetLaminaWellDepthMult() const
void OutputImmersedBoundaryForceParameters(out_stream &rParamsFile)
void SetLaminaRestLengthMult(double laminaRestLengthMult)
void SetLaminaWellDepthMult(double laminaWellDepthMult)
double GetWellDepth() const
double mLaminaWellDepthMult
double mLaminaRestLengthMult
virtual ~ImmersedBoundaryMorseInteractionForce()
void AddImmersedBoundaryForceContribution(std::vector< std::pair< Node< DIM > *, Node< DIM > * > > &rNodePairs, ImmersedBoundaryCellPopulation< DIM > &rCellPopulation)