Gets or sets the propellant's characteristic velocity (Chamber Pressure * Throat Area / Mass Flow Rate of the engine).
Read-write property
[Visual Basic .NET] |
---|
Public Property PropellantCharacteristicVelocity() As Double |
[C#] |
---|
public double PropellantCharacteristicVelocity {get; set;} |
[Managed C++] |
---|
public: __property double get_PropellantCharacteristicVelocity(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropellantCharacteristicVelocity( double * pVal ); public: HRESULT put_PropellantCharacteristicVelocity( double newVal ); |
[Java] |
---|
public double getPropellantCharacteristicVelocity(); public void setPropellantCharacteristicVelocity( double ); |