How can I restrict a parameter (turbulence intensity) to only positive values?
显示 更早的评论
Hello,
I have a code in which the parameter u3 which denotes the turbulence intensity oscillates from positive to negative for each iteration. Since negative turbulence does not have any physical meaning, I hence want to restrict the same to only positive values. I'm finding it difficult to restrict the same in the code.
Can someone guide me please for the above-mentioned.
Please run using the callme.m file.
With regards,
rc
采纳的回答
更多回答(1 个)
E. Cheynet
2023-5-9
0 个投票
Rather than restricting the turbulence intensities to positive values only, I suggest to understand why the turbulence intensity is sometimes negative. Per definition, it should not happen. So there may be something wrong in the code.
2 个评论
Rahul
2023-5-9
E. Cheynet
2024-2-26
The error comes likely from the function that calculate the turbulence intensity.
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!