mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
sphereDEMSystem is updated for version 1.0
This commit is contained in:
@ -61,6 +61,7 @@ public:
|
||||
|
||||
DEMSystem(const DEMSystem&)=delete;
|
||||
|
||||
/// @brief no assignment
|
||||
DEMSystem& operator = (const DEMSystem&)=delete;
|
||||
|
||||
create_vCtor(
|
||||
@ -118,7 +119,7 @@ public:
|
||||
span<const int32> parIndexInDomain(int32 domIndx)const = 0;
|
||||
|
||||
virtual
|
||||
span<real> parDiameter() = 0;
|
||||
span<real> diameter() = 0;
|
||||
|
||||
virtual
|
||||
span<realx3> acceleration()=0;
|
||||
|
Reference in New Issue
Block a user