pointStructure with boundaries, construction tested

This commit is contained in:
Hamidreza Norouzi
2023-12-17 15:27:05 +03:30
parent 143a586730
commit f1baff5a59
53 changed files with 1957 additions and 791 deletions

View File

@ -158,10 +158,11 @@ bool pFlow::positionRandom::inCollision
pFlow::positionRandom::positionRandom
(
systemControl& control,
const dictionary& dict
)
:
positionParticles(dict),
positionParticles(control, dict),
prDict_
(
dict.subDict("positionRandomInfo")