mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
Particle insertion
- particleInsertion is now transfered to time folders to track particle insertion progress - collision check is added for new inserted particles and old particles in the simulaiton. - minor changes to dataEntry and triple
This commit is contained in:
@ -34,7 +34,7 @@ pFlow::particleWallContactSearchs<method>::particleWallContactSearchs
|
||||
domainBox_(domain),
|
||||
updateInterval_
|
||||
(
|
||||
dict.getValOrSet<uint32>("updateInterval", 1)
|
||||
max(dict.getValOrSet<uint32>("updateInterval", 1),1u)
|
||||
)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user