Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Velocity profile
#2
(30-11-2017, 10:56 AM)mimarilker Wrote: Hi,

Is it possible to attach a wind-speed profile to the Emitter? You may check the attached image for the desired result. I want to use a logarithmic equation for the profile. Thanks a lot.

Hi,

Speed increases linearly with wind intensity for fluid (Note to ObiCloth users: for cloth it doesn't, there the airfoil lift/drag equations are used). That means you can do 


Code:
wind intensity = f(x)


where f() is a logarithmic function (or any other function), and the speed response will be the same as if you did:


Code:
speed = f(wind intensity)


cheers,
Reply


Messages In This Thread
Velocity profile - by mimarilker - 30-11-2017, 10:56 AM
RE: Velocity profile - by josemendez - 30-11-2017, 03:48 PM
RE: Velocity profile - by mimarilker - 30-11-2017, 03:58 PM
RE: Velocity profile - by josemendez - 30-11-2017, 05:06 PM
RE: Velocity profile - by mimarilker - 30-11-2017, 06:13 PM
RE: Velocity profile - by josemendez - 01-12-2017, 02:26 PM