Sets the current thrust(N) and mass flow rate (kg/sec). Computes the isp using the rocket equation. Returns false on an error.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def SetThrustAndMassFlowRate(self, Thrust:float, MassFlowRate:float) -> bool: |
- Thrust
- Must be positive.
- MassFlowRate
- Mass loss rate. May be entered as positive or negative number, but is always considered a mass loss, not a mass gain.
Returns false if thrust is not positive.
Computes Isp from the rocket equation






