Reply To: Example issues on Cluster
OpenLB – Open Source Lattice Boltzmann Code › Forums › on 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 pireradius
actually 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.