bug fix for particle insertion and id handling

This commit is contained in:
Hamidreza Norouzi
2023-04-02 23:34:37 -07:00
parent 60ed8eb2b7
commit 651c74313c
9 changed files with 88 additions and 52 deletions

View File

@ -78,7 +78,10 @@ protected:
bool initializeParticles();
bool insertSphereParticles(const wordVector& names, const int32IndexContainer& indices);
bool insertSphereParticles(
const wordVector& names,
const int32IndexContainer& indices,
bool setId = true);
virtual uniquePtr<List<eventObserver*>> getFieldObjectList()const override;