Skip to content

Reply To: Example issues on Cluster

#6334
Adrian
Keymaster

Thanks for the update.

With respect to the CirclePowerLawTurbulent3D functor usage: Assuming that the variable pireradiusactually contains a radius, the sequence of arguments seems to be mixed up:


CirclePowerLawTurbulent3D(std::vector<T> axisPoint_, std::vector<T> axisDirection,  T maxVelocity, T radius, T n = 7, T turbulenceIntensity = 0.05, T scale = T(1));

Be aware that this functor uses random numbers internally which may be a potential platform-specific problems.