36#ifndef IMMERSEDBOUNDARYLINEARDIFFERENTIALADHESIONFORCE_HPP_
37#define IMMERSEDBOUNDARYLINEARDIFFERENTIALADHESIONFORCE_HPP_
40#include <boost/serialization/base_object.hpp>
43#include "AbstractImmersedBoundaryForce.hpp"
44#include "ImmersedBoundaryCellPopulation.hpp"
45#include "ImmersedBoundaryMesh.hpp"
58 friend class boost::serialization::access;
66 template<
class Archive>
67 void serialize(Archive & archive,
const unsigned int version)
69 archive & boost::serialization::base_object<AbstractImmersedBoundaryForce<DIM> >(*this);
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void SetRestLength(double restLength)
double mCellToCellSpringConst
double GetRestLength() const
void SetCellToCellSpringConst(double cellToCellSpringConst)
void AddImmersedBoundaryForceContribution(std::vector< std::pair< Node< DIM > *, Node< DIM > * > > &rNodePairs, ImmersedBoundaryCellPopulation< DIM > &rCellPopulation)
double GetLabelledCellToCellSpringConst() const
double mLabelledCellToCellSpringConst
void SetLabelledCellToLabelledCellSpringConst(double labelledCellToLabelledCellSpringConst)
double GetLabelledCellToLabelledCellSpringConst() const
void OutputImmersedBoundaryForceParameters(out_stream &rParamsFile)
void serialize(Archive &archive, const unsigned int version)
double GetCellToCellSpringConst() const
virtual ~ImmersedBoundaryLinearDifferentialAdhesionForce()=default
double mLabelledCellToLabelledCellSpringConst
void SetLabelledCellToCellSpringConst(double labelledCellToCellSpringConst)
ImmersedBoundaryLinearDifferentialAdhesionForce()