Haeqri
I have revised as follow using what you gave me as a guideline:
[GeneralEngineData]
engine_type = 0 //0=Piston, 1=Jet, 2=None, 3=Helo-Turbine, 4=Rocket, 5=Turboprop
Engine.0 = -6.0, 0.0, 0.0 //(feet) longitudinal, lateral, vertical distance from reference datum
ThrustAnglesPitchHeading.0 = 0,0 //Thrust pitch and heading angles in degrees (+pitch down, +heading right)
fuel_flow_scalar= 0.88 //Fuel flow scalar
min_throttle_limit = 0.0 //Minimum percent throttle. Generally negative for turbine reverser
[piston_engine]
power_scalar = 2.0 //Piston power scalar
cylinder_displacement= 90 //Cubic inches per cylinder
compression_ratio= 8.5 //Compression ratio
number_of_cylinders=4 //Number of cylinders
max_rated_rpm= 1800 //2000 //Max rated RPM
max_rated_hp= 180 //Max rated HP
fuel_metering_type= 1 //0 //0=Fuel Injected, 1=Gravity Carburetor, 2=Aerobatic Carburetor
cooling_type= 0 //0=Cooling type Air, 1=Cooling type Liquid
normalized_starter_torque= 0.3 //Starter torque factor
turbocharged= 1 //0 //Is it turbocharged? 0=FALSE, 1=TRUE
max_design_mp= 35 //0 //Max design manifold pressure, (inHg)
min_design_mp= 0 //Min design manifold pressure, (inHg)
critical_altitude= 21500.0000 //0 //Altitude to which the turbocharger will provide max design manifold pressure (feet)
emergency_boost_type= 3 // 0 //0=None, 1=Water Injection, 2=Methanol/Water injection, 3=War Emergency Power
emergency_boost_mp_offset= 0 //Additional manifold pressure supplied by emergency boost
emergency_boost_gain_offset= 0 //Multiplier on manifold pressure due to emergency boost
fuel_air_auto_mixture= 0 //Automixture available? 0=FALSE, 1=TRUE
auto_ignition= 0 //Auto-Ignition available? 0=FALSE, 1=TRUE
max_rpm_mechanical_efficiency_scalar= 1.0 //Scalar on maximum RPM mechanical efficiency
idle_rpm_mechanical_efficiency_scalar= 1.0 //Scalar on idle RPM mechanical efficiency
max_rpm_friction_scalar= 1.0 //Scalar on maximum RPM friction
idle_rpm_friction_scalar= 1.0 //Scalar on idle RPM friction
BestPowerSpecificFuelConsumption=0 //0.49 //SFC at Best Power mixture ratio
[propeller]
propeller.0 = -8.0, 0.0, -3.0 //parameter to locate propeller offset (longitudinal, lateral and vertical) in feet from the engine that is driving it.
thrust_scalar = 2.0 //Propeller thrust scalar
propeller_type= 0 //1 //0=Constant Speed, 1=Fixed Pitch
propeller_diameter= 11.0000 // 6.3 //Propeller Diameter, (feet)
propeller_blades= 3 //2 //Number of propeller blades
propeller_moi= 42.27484 //5.0 //Propeller moment of inertia
beta_max= 10 //0 //Maximum blade pitch angle for constant speed prop, (degrees)
beta_min= -10 //0 //Minimum blade pitch angle for constant speed prop, (degrees)
min_gov_rpm= 50 /0 //Miminum governed RPM
prop_tc= 0.10000 //0 //Prop time-constant
gear_reduction_ratio= 1.0 //Propeller gear reduction ratio
fixed_pitch_beta= 0.0000 //20 //Fixed pitch angle of fixed pitch prop, (degrees)
low_speed_theory_limit= 80 //Speed at which low speed theory becomes blended in (feet/second)
prop_sync_available= 1 //0 //Prop synchronization available? 0=FALSE, 1=TRUE
prop_deice_available= 1 //0 //Prop de-icing available? 0=FALSE, 1=TRUE
prop_feathering_available= 1 //0 //Prop feathering available? 0=FALSE, 1=TRUE
prop_auto_feathering_available= 0 //Prop auto-feathering available? 0=FALSE, 1=TRUE
min_rpm_for_feather= 0 //Minimum RPM for prop feathering
beta_feather= 10 //0 //Feathering pitch angle (degrees)
power_absorbed_cf= 0.2 //0 //Coefficient of friction for power absorbed by propeller
defeathering_accumulators_available= 0 //Defeathering accumulators available? 0=FALSE, 1=TRUE
prop_reverse_available= 2 //0 //Prop reverse available? 0=FALSE, 1=TRUE
minimum_on_ground_beta= 0 //Miminum pitch angle on ground, (degrees)
minimum_reverse_beta= 0 //Minimum pitch angle in reverse, (degrees)
When I rev up engine with feather control to max, my boat goes backwards (I just thought of something. I have located my prop at the back, hopping it would act as a pusher prop, but maybe that is why it is going backwards. I will change and see if that makes a difference)
Now if I feather back to 0, engine revs down and boat stops.
Michel