Skip to content

NowshadRuhan/AI-Based-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AI based Simulation

You know need to do, any thing, just run the code it will give you the output.

If you want to change the input values: you need to change below part of code:

============================================================

User-configurable input data

============================================================

Geometry scenarios: list of dicts

Each: length AB (L1), length BC (L2), mass at B (Mb), mass at C (Mc)

geometry_scenarios = [
    {"L1": 1.0, "L2": 1.0, "Mb": 1.0, "Mc": 1.0},
    {"L1": 1.0, "L2": 1.5, "Mb": 1.0, "Mc": 2.0},
    {"L1": 1.5, "L2": 1.0, "Mb": 2.0, "Mc": 1.0},
    {"L1": 2.0, "L2": 1.0, "Mb": 1.0, "Mc": 3.0},
    {"L1": 1.0, "L2": 2.0, "Mb": 3.0, "Mc": 1.0},
]

About

Python Developer Technical Assignment

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors