grainDEMSystem folder is added

This commit is contained in:
HRN
2024-12-28 13:22:12 +03:30
parent 1f242d8911
commit ff6c3454c9
10 changed files with 748 additions and 10 deletions

View File

@ -164,6 +164,11 @@ pFlow::span<pFlow::real> pFlow::sphereDEMSystem::diameter()
return span<real>(diameterHost_.data(), diameterHost_.size());
}
pFlow::span<pFlow::real> pFlow::sphereDEMSystem::courseGrainFactor()
{
return span<real>(nullptr, 0);
}
pFlow::span<pFlow::realx3> pFlow::sphereDEMSystem::acceleration()
{
return span<realx3>(nullptr, 0);