change in particle insertion ctor and addition to DEMSystem

This commit is contained in:
Hamidreza Norouzi
2023-02-19 11:35:35 -08:00
parent aa4ac3372c
commit 360eda7c6c
8 changed files with 46 additions and 12 deletions

View File

@ -71,4 +71,4 @@ pFlow::insertion::insertion
)
:
particles_(prtcl)
{}
{}

View File

@ -54,6 +54,7 @@ public:
insertion(particles& prtcl);
virtual ~insertion() = default;
bool isActive()const {