1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-08-07 03:37:02 +00:00

adjustment for coupling#1

This commit is contained in:
hamidrezanorouzi
2022-12-07 16:46:54 +03:30
parent 5287af96eb
commit 371c491d2b
2 changed files with 22 additions and 9 deletions
DEMSystems/sphereDEMSystem
src/phasicFlow/types/basicTypes

@ -56,8 +56,14 @@ protected:
uniquePtr<interaction> interaction_ = nullptr;
int32 numDomains_;
VectorDual<box> domains_;
Vector<int32Vector_H> parIndexInDomain_;
auto& Control()
{
return Control_();
@ -102,6 +108,11 @@ public:
Control_->g().z()};
}
bool inline usingDoulle()const
{
return pFlow::usingDouble__;
}
};