Reply To: Example issues on Cluster
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › Example issues on Cluster › Reply To: Example issues on Cluster
February 11, 2022 at 10:59 am
#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.
