56 RealType getDragCoefficient() {
return drag_; }
58 void setDragCoefficient(RealType drag) { drag_ = drag; }
60 int getMaxIterationNumber() {
return maxIterNum_; }
62 void setMaxIterationNumber(
int maxIter) { maxIterNum_ = maxIter; }
64 RealType getForceTolerance() {
return forceTolerance_; }
66 void setForceTolerance(RealType tol) { forceTolerance_ = tol; }
69 virtual void initialize();
71 virtual void applyConstraints();
73 virtual void updateSizes();
74 virtual RealType calcConservedQuantity();
77 RealType forceTolerance_;