That helped, thank you. I do seem to run into an error for most of the shipped examples where there is a warning regarding the number of neighboring particles. Editing the allowable number of neighbors doesnt seem to fix the issue either, and the model fails to run properly with the warning (example of the warning pasted below). Besides editing the resize_neiblist(128+128, 64) parameter to a higher number, is there potentially something else wrong with the install that would be causing such an issue?
(This is just a small section of the output as an example):
WARNING: current max. neighbors numbers (75 | 65633) greater than max possible neibs (255 | 63) at iteration 23407
possible culprit: -1 (neibs: 0 + 0 | 0)
WARNING: current max. neighbors numbers (75 | 28268) greater than max possible neibs (255 | 63) at iteration 23408
possible culprit: -1 (neibs: 0 + 0 | 0)
WARNING: current max. neighbors numbers (75 | 28285) greater than max possible neibs (255 | 63) at iteration 23409
possible culprit: -1 (neibs: 0 + 0 | 0)
WARNING: current max. neighbors numbers (75 | 65633) greater than max possible neibs (255 | 63) at iteration 23410
possible culprit: -1 (neibs: 0 + 0 | 0)
WARNING: particle 0 (id 0, type 0=F) has NAN position! (nan, nan, nan) @ (0, 0, 0) = (nan, nan, nan) at iteration 23411, time 17.7206
Simulation time t=1.772057e+01s, iteration=23,411, dt=8.272727e-04s, 23,487 parts (3.4, cum. 4.2 MIPPS), maxneibs 136+65890
WARNING: current max. neighbors numbers (75 | 65633) greater than max possible neibs (255 | 63) at iteration 23411
possible culprit: -1 (neibs: 0 + 0 | 0)
WARNING: particle 0 (id 0, type 0=F) has NAN position! (nan, nan, nan) @ (0, 0, 0) = (nan, nan, nan) at iteration 23411, time 17.7206
ERROR: Number of particles grew too much: 23489 > 23488
WARNING: particle 0 (id 0, type 5=-) has NAN position! (nan, nan, nan) @ (0, 0, 0) = (nan, nan, nan) at iteration 23412, time 17.7214
Additionally, Based on the limited support for the semi-analytic BC, do you know if the full release of V6 will support inlet/outlets at all, specifically inlet/outlets where a pressure driven inflow could be specified?