Giter Club home page Giter Club logo

Comments (3)

RealSourceOfficial avatar RealSourceOfficial commented on June 2, 2024

For anyone wondering why some of the config was left alone/appears in other files while the rest is heavily edited/detailed: I'm still working on modeling the engine. There's very little documentation on the 7M-GE, and it already took me 5+ hours to write what I have, so stuff like the intake/exhaust isn't my biggest concern. I'm more concerned about the accuracy.

from engine-sim.

Abdullah-Ajeebi avatar Abdullah-Ajeebi commented on June 2, 2024

It looks like the moment of inertia of the connecting rod is too low. You can fix this by multiplying the moment of inertia by 10, So it would look from
connecting_rod_parameters cr_params( mass: 1723.651 * units.g, moment_of_inertia: 0.00002, center_of_mass: 0.0, length: (302.02 - 0.5 * 91 - 33.0) * units.mm )
To
connecting_rod_parameters cr_params( mass: 1723.651 * units.g, moment_of_inertia: 0.0002, center_of_mass: 0.0, length: (302.02 - 0.5 * 91 - 33.0) * units.mm )

Also fix your rod journal angles and make it like
rod_journal rj0(angle: (0.0 / 6.0) * 360 * units.deg) rod_journal rj1(angle: (2.0 / 6.0) * 360 * units.deg) rod_journal rj2(angle: (4.0 / 6.0) * 360 * units.deg) rod_journal rj3(angle: (4.0 / 6.0) * 360 * units.deg) rod_journal rj4(angle: (2.0 / 6.0) * 360 * units.deg) rod_journal rj5(angle: (0.0 / 6.0) * 360 * units.deg)

Overall, here is the fixed version of the file

from engine-sim.

RealSourceOfficial avatar RealSourceOfficial commented on June 2, 2024

Thanks! The engine seems to be working again, now I can get back to work!

from engine-sim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.