positionParticles-ordered modified to accept cylinder&sphere region

This commit is contained in:
hamidrezanorouzi
2022-09-07 22:22:23 +04:30
parent 370e3b8b1b
commit ceb3e0596c
26 changed files with 1138 additions and 39 deletions

View File

@ -22,7 +22,6 @@ Licence:
#define __positionOrdered_H__
#include "positionParticles.H"
#include "box.H"
namespace pFlow
{
@ -42,8 +41,6 @@ protected:
wordList axisOrder_;
box box_;
// - unit vector of the first axis
realx3 uVector1_;