Posted
738 views
129 downloads
0 points
738 views
129 downloads
0 points
Made on v0.1.11a. Added unequal length primary exhaust R01. Added Separate vvtec lobe center inputs R01. Added Moment of inertia calcs, cleanup, minor refactor R01. Added exh_type for muffler/exhaust type setting R01. This is an engine setup for i6 153624 firing engines. I wanted to make a file with all the parameters up top to edit. No digging down in the actual code/script to change the values. The initial setup of engine is LL8 AKA Vortec 4200 GM 4.2L. The Honda vtec code is used to pseudo vvt --> vvtec. The model can be set to vtec or pseudo vvt. This model is setup to mimic IRL performance with the parameters I could find on the engine.
main.mr
import "engine_sim.mr" import "themes/default.mr" import "engines/ballganda/BallGanda_i6_vvtec_uh.mr" use_default_theme() set_engine(BallGanda_i6_vvtec_uh())