29 template<
typename TDataType>
34 typedef typename TDataType::Real
Real;
35 typedef typename ::dyno::Vector<Real, 3>
Coord3D;
36 typedef typename ::dyno::Vector<Real, 4>
Coord4D;
49 DEF_VAR(
Real, DepthOfDiluteLayer, 0.7f,
"Depth of the dilute layer");
50 DEF_VAR(
Real, CoefficientOfDragForce, 0.7f,
"The drag force coefficient");
51 DEF_VAR(
Real, CoefficientOfFriction, 0.95f,
"The frictional coefficient exerted on the dilute layer");
#define DECLARE_TCLASS(name, T1)
#define IMPLEMENT_TCLASS(name, T1)
This is an implementation of AdditiveCCD based on peridyno.