Thruster mechanics

From Space Engineers Wiki
Jump to navigation Jump to search

The Thruster is a mobility block in Space Engineers.

The primary function of a thruster is to provide ships with the ability to move. When turned on, the thruster applies force in the direction opposite to its exhaust. To activate thrusters, either press the movement keys in a cockpit, or activate the thruster's manual override in the control panel.

Each thruster can push ships in only one direction, so for conventional ship designs it's recommended to build thrusters in all 6 directions.

  • As a physics simplification in the game, each thruster's force is applied to the Center of Mass, no matter where it actually is located on the ship. Asymmetrical thruster placement will not cause tailspinning.
  • Thruster help counteract inertia in zero gravity. Inertia after a thruster burn makes a ship coast (drift). Enable inertial dampeners to slow the ship down by automatically burning the right counter thrusters.
  • Thrusters help fight against planetary gravity, so ensure that you have enough lifting thrusters for landers and shuttles.

While thrusters can be placed anywhere on a ship, they require 4-5 blocks of clear space to avoid damaging other objects. Small ship thrusters, do not damage heavy armour blocks. Thruster Damage can be toggled on and off in world settings, allowing for different ship designs.

Thrusters provide only linear movement to the ship (up/down, left/right, backwards/forwards). To rotate (roll, yaw, or pitch), you must build Gyroscopes.

Capacity

When active, inertial dampeners can use 100% of the maximum capacity of all necessary thrusters.

The thrust required to lift your ship takes the Blocks Inventory Size setting into account. The mass of all of the cargo in your ship is divided by the multiplier's setting, so the same number of thrusters will be required regardless of what setting you play with.

Online calculators

Online calculators for easy ship building:

Calculating acceleration

According to physics, we know that force = mass x acceleration. Using algebra, we can then determine that acceleration = force / mass. But what does this mean, exactly?

Units

  • Force: Newtons (N), 1 N = 1 kgm/s2
  • Mass: Kilograms (kg)
  • Acceleration: meters per second per second (m/s2)

Constants

  • Inertial dampeners use thrusters' maximum power.
  • Small Ion Thruster:
    • Small ship: 18,165 N maximum, 12,110 N on manual burn.
    • Large ship: 150,660 N maximum, 100,440 N on manual burn.
  • Large Ion Thruster:
    • Small ship: 218,250 N maximum, 145,500 N on manual burn.
    • Large ship: 1,815,000 N maximum, 1,210,000 N on manual burn.

Equation

To calculate the acceleration of your ship, use the following formula:

a=(NlFl+NsFs)m
Where:
a : Acceleration (m/s2)
Nl : Number of large thrusters
Fl : Force of each large thruster (N)
Ns : Number of small thrusters
Fs : Force of each small thruster (N)
m : Mass of the ship (kg)


Example

Let's assume we have a 15000kg small ship with one large thruster and four small ones pointing aft. We want to know how fast we'll accerate when we press 'w'.

Steps:
1. Calculate small thruster force
NsFs=4×12,110N=48,440N
2. Add the large thruster.
NsFs+Nl×Fl=48,440N+1×145,500=193,940N
3. Calculate acceleration.
a=193,940N15,000kg=12.93m/s2


Calculating time to velocity

Sometimes, it may be important to know how long it will take to accelerate to a particular speed. To calculate the amount this, you first need the rate of acceleration calculated above. Then, since we know that velocity = acceleration * time, you can use algebra to find the following equation:

Equation

t=Δva


Δv=vfvi
Where:
Δv : Change in velocity (m/s)
a : Acceleration (m/s2)
vf : Final velocity (m/s)
vi : Initial velocity (m/s)


Example

Our ship in the previous example had an acceleration of 12.93 m/s2. If we want to know how long it takes to accelerate from a stop up to the game's speed limit, we simply fill in the equation:

Steps:
1. Get delta-v.
v=105m/s0m/s
2. Calculate time.
t=105m/s12.93m/s2=8.1s


Distance traveled

Another useful thing to know is how far you'll travel while accelerating. For example, if we plan on docking with a station or carrier, it's good to know exactly how close we can get before we have to start slowing down. For this, we need to know our initial velocity, our acceleration, and the time.

Equation

d=vit+at22
Where:
d : Distance (m)
vi : Initial velocity (m/s)
a : Acceleration (m/s2)
t : Time (s)


Example

Let's say we've got a small ship up near the speed limit at 100m/s. We want to slow down to about 10m/s in order to dock safely. Our ship isn't really designed for rapid deceleration, so our forward thrusters only generate an acceleration of 15m/s2. (Note: since we're decelerating, we use -15m/s2.)

Steps:
1. Calculate how much time it'll take.
t=10m/s100m/s15m/s2
2. t=90m/s15m/s2
3. t=6s
4. Then figure out how much distance we need.
d=100m/s(6s)+15m/s262s2
5. d=600m+15m/s236s22
6. d=600m+540m2
7. d=600m270m
8. d=330m


So we need at least 330m to drop down to our safe speed.

When doing these calculations, it's important to remember that you get more power from inertial dampeners than from manual thrusters. It's even more important to remember your ship can have a different acceleration depending on how many thrusters point away from where you're moving.

Since most ships have more aft thrusters than fore thrusters, you can run into problems if you base all your calculations off aft inertial dampeners. You may well find yourself merging your hull into the side of a station.

Multiple thrust vectors

...