Search Unity

Is there any way to calculate the force according to drag?

Discussion in 'Physics' started by Yamahagi, Dec 3, 2018.

  1. Yamahagi

    Yamahagi

    Joined:
    Dec 3, 2018
    Posts:
    2
    right now i am try to implement a algorithm to by inputing object mass, max speed, time of from speed 0 to max speed and drag to calculate the force on the object.
    I try to implement pushingForce - dragForce = mass * speed / time, but i don't know how to calculate the dragFroce
    is there already a algorithm to calculate this or any way to to calculate the dragForce?
     
  2. Yamahagi

    Yamahagi

    Joined:
    Dec 3, 2018
    Posts:
    2
    i believe unity use dragForce = drag(number put in rigidbody) * drag constant * speed, does any know the drag constant?
     
  3. SparrowGS

    SparrowGS

    Joined:
    Apr 6, 2017
    Posts:
    2,536