Jump to content

Recommended Posts

Posted (edited)

That is a hint from a unofficial, SVM (Simplified Vehicle Model), that can derivative on a AVM (Advanced Vehicle Model) , not sure if ED has other plans, but can be interesting. I`m no a engineer, design, physic, military or advanced LUA/ C++ programmer, only a enthusiast with ideas to improve DCS:W , sorry by the incoherences, mistakes, miscalculations, and my English.

 

The “intention” has can use them to a “template” to guide on a “future” vehicle module. (sure ED has others plans). I take a reference webpage to build them: http://www.asawicki.info/Mirror/Car%20Physics%20for%20Games/Car%20Physics%20for%20Games.html

 

I taking the example of SFM found on “Wunderluft” and I go to modified them to a Ground propose (all can change, say Wags ;)). The “template” can be change on-line while I enter more and more changes.

 

Warning: Remember, that template has unofficial and not supported / improved by ED, or the template can working.....;)

ED, I apologize if this post causes confusion among the community, not my intention.

 

SVM_Data = {

cardynamics = ........

{

........

}, -- end of cardinamics

engine =

{

Nmg = 10, -- RPM at idle

MinRUD = 0, -- Min state of the throttle

MaxRUD = 1, -- Max state of the throttle

typeng = 1,

--[[

Two_stroke_engine = 0

Four_stroke_engine = 1

Six_stroke_engine = 2

Diesel_engine = 3

Atkinson_cycle = 4

Miller_cycle = 5

Wankel_engine = 6

Gas_turbine = 7

Jet_engine = 8

Electric = 9

--]]

gearbox_data =

{

forward_gear=

{

-- Gr

[1] = {2.66},

[2] = {1.78},

[3] = {1.30},

[4] = {1.0},

[5] = {0.74},

[6] = {0.50},

},

reverse_gear=

{

-- Gr

[1] = {2.90},

},

Dr= 3.42

typtrans = 1,

--[[

Manual_Transmission = 0

Automatic_Transmission = 1

Diesel_electric_transmission = 2

FreeWheel = 3

--]]

}, -- end of table_data

-- Gr - Gear Ratio

-- Rd - Differential Ratio

Te = 0.7 -- Transmission Efficiency

proptip= 1,

--[[

Well_Propulsion = 0

Track_Propulsion = 1

--]]

}, -- end of engine

},

Edited by Silver_Dragon

For Work/Gaming: 28" Philips 246E Monitor - Ryzen 7 1800X - 32 GB DDR4 - nVidia RTX1080 - SSD 860 EVO 1 TB / 860 QVO 1 TB / 860 QVO 2 TB - Win10 Pro - TM HOTAS Warthog / TPR / MDF

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...