36#ifndef IMMERSEDBOUNDARYMORSEMEMBRANEFORCE_HPP_
37#define IMMERSEDBOUNDARYMORSEMEMBRANEFORCE_HPP_
39#include <boost/serialization/base_object.hpp>
42#include "AbstractImmersedBoundaryForce.hpp"
43#include "ImmersedBoundaryCellPopulation.hpp"
52template <
unsigned DIM>
56 friend class boost::serialization::access;
64 template <
class Archive>
65 void serialize(Archive& archive,
const unsigned int version)
67 archive& boost::serialization::base_object<AbstractImmersedBoundaryForce<DIM> >(*this);
114 template <
unsigned ELEMENT_DIM>
117 double intrinsicSpacingSquared);
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void serialize(Archive &archive, const unsigned int version)
void CalculateForcesOnElement(ImmersedBoundaryElement< ELEMENT_DIM, DIM > &rElement, ImmersedBoundaryCellPopulation< DIM > &rCellPopulation, double intrinsicSpacingSquared)
double GetElementRestLength() const
void SetWellWidth(double wellWidth)
double mElementRestLength
double GetLaminaRestLength() const
void SetLaminaRestLength(double laminaRestLength)
void SetElementWellDepth(double elementWellDepth)
void OutputImmersedBoundaryForceParameters(out_stream &rParamsFile)
void AddImmersedBoundaryForceContribution(std::vector< std::pair< Node< DIM > *, Node< DIM > * > > &rNodePairs, ImmersedBoundaryCellPopulation< DIM > &rCellPopulation)
void SetElementRestLength(double elementRestLength)
double GetWellWidth() const
double GetLaminaWellDepth() const
void SetLaminaWellDepth(double laminaWellDepth)
ImmersedBoundaryMorseMembraneForce()
virtual ~ImmersedBoundaryMorseMembraneForce()
double GetElementWellDepth() const