Merge pull request #136 from PhasicFlow/develop

sphereDEMSystem is updated for version 1.0
This commit is contained in:
PhasicFlow
2024-12-26 22:59:03 +03:30
committed by GitHub
10 changed files with 151 additions and 97 deletions

View File

@ -105,7 +105,22 @@ private:
virtual uniquePtr<List<eventObserver*>> getFieldObjectList()const override;
*/
protected:
Timer& accelerationTimer()
{
return accelerationTimer_;
}
Timer& intCorrectTimer()
{
return intCorrectTimer_;
}
integration& rVelIntegration()
{
return rVelIntegration_();
}
public:
/// construct from systemControl and property