|
1 | 1 | # 🛠️ Designing a System |
2 | 2 |
|
3 | | -This repository documents an in-depth study of the fundamental principles of system design, focusing on its ability to adapt to new requirements. |
4 | | -System design involves analyzing and synthesizing several critical aspects, represented in the image below. |
| 3 | +<img width="1024" height="370" alt="System Design Diagram" src="https://github.com/user-attachments/assets/a6098940-e43f-4d35-a7d7-7fb7c373e5a4" /> |
5 | 4 |
|
6 | | -The following points highlight the main topics covered in this study, illustrating the complex relationship between creativity, requirements, and engineering disciplines in defining a final solution. |
| 5 | +## 📄 Overview |
| 6 | + |
| 7 | +This repository presents a comprehensive study on the **fundamental principles of system design**, with a focus on adaptability to evolving requirements. System design is a multidisciplinary process that involves analyzing and synthesizing various engineering domains to arrive at robust, efficient, and scalable solutions. |
| 8 | + |
| 9 | +The topics covered here illustrate the intricate relationship between **creativity**, **technical constraints**, and **engineering disciplines**, all of which contribute to shaping a final product or system. |
7 | 10 |
|
8 | 11 | --- |
9 | 12 |
|
10 | 13 | ## 🔑 Key Disciplines in System Design |
11 | 14 |
|
12 | | -- **Kinematics:** Defines the relationship between geometry and physical quantities such as position and displacement of rigid bodies, without considering the forces causing the motion. |
| 15 | +- **Kinematics** |
| 16 | + Studies the motion of rigid bodies based on geometry and displacement, without considering the forces involved. |
13 | 17 |
|
14 | | -- **Dynamics:** Ensures that the device’s parts perform their intended functions, taking into account inertia and differential relationships such as acceleration and velocity. |
| 18 | +- **Dynamics** |
| 19 | + Ensures that system components perform their intended functions, accounting for inertia, acceleration, and velocity. |
15 | 20 |
|
16 | | -- **Strength of Materials:** Guarantees that the system’s geometric form is preserved, even under loads, heat, or other factors that could cause deformation or failure. |
| 21 | +- **Strength of Materials** |
| 22 | + Guarantees structural integrity under stress, heat, and other conditions that may cause deformation or failure. |
17 | 23 |
|
18 | | -- **Thermodynamics:** Defines dimensions and geometry to ensure components do not reach temperatures that could compromise their mechanical strength. |
| 24 | +- **Thermodynamics** |
| 25 | + Defines dimensions and geometry to prevent components from reaching critical temperatures that compromise strength. |
19 | 26 |
|
20 | | -- **Fluid Mechanics:** Determines the loads generated by liquids to optimize component geometry and dimensions, allowing the system to benefit from fluid properties. |
| 27 | +- **Fluid Mechanics** |
| 28 | + Analyzes fluid-induced loads to optimize component shapes and leverage fluid properties for system performance. |
21 | 29 |
|
22 | | -- **Tribology:** Similar to strength of materials, but focuses on wear caused by friction, aiming to ensure proper lubrication of contacting parts. |
| 30 | +- **Tribology** |
| 31 | + Focuses on wear and friction between surfaces, emphasizing proper lubrication and material preservation. |
23 | 32 |
|
24 | | -- **Materials Science:** Studies and defines the most suitable material for components based on parameters such as hardness, elasticity modulus, tensile strength, and cost. |
| 33 | +- **Materials Science** |
| 34 | + Selects appropriate materials based on hardness, elasticity, tensile strength, and cost-effectiveness. |
25 | 35 |
|
26 | | -- **Manufacturing Technology:** Determines the most appropriate manufacturing processes for the components, considering the geometry and characteristics defined by previous studies. |
| 36 | +- **Manufacturing Technology** |
| 37 | + Determines suitable production processes aligned with the geometry and specifications defined by prior analyses. |
27 | 38 |
|
28 | | -- **Economics:** Contributes to defining component geometry and design by seeking to minimize production costs. |
| 39 | +- **Economics** |
| 40 | + Influences design decisions by aiming to reduce production costs while maintaining performance and quality. |
29 | 41 |
|
30 | 42 | --- |
31 | 43 |
|
32 | | -📌 *This repository serves as a structured overview of the multidisciplinary nature of system design.* |
| 44 | +📌 *This repository serves as a structured overview of the multidisciplinary nature of system design, bridging theory and practical application.* |
| 45 | + |
| 46 | +--- |
33 | 47 |
|
| 48 | +## 📬 Contact Me |
34 | 49 |
|
35 | | -<img width="1024" height="370" alt="image" src="https://github.com/user-attachments/assets/a6098940-e43f-4d35-a7d7-7fb7c373e5a4" /> |
| 50 | +<div align="center"> |
| 51 | + <a href="https://www.linkedin.com/in/nunes-andrade" target="_blank"><img src="https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge&logo=linkedin&logoColor=white"></a> |
| 52 | + <a href="https://instagram.com/jp_nunes.andrade" target="_blank"><img src="https://img.shields.io/badge/-Instagram-%23E4405F?style=for-the-badge&logo=instagram&logoColor=white"></a> |
| 53 | + <a href="mailto:jpnunesandrade26@gmail.com"><img src="https://img.shields.io/badge/-Gmail-%23333?style=for-the-badge&logo=gmail&logoColor=white"></a> |
| 54 | + <a href="https://www.alura.com.br/indica-dev/jpnunesandrade26" target="_blank"><img src="https://img.shields.io/badge/Alura-0077B5?style=for-the-badge&logo=alura&logoColor=white"></a> |
| 55 | +</div> |
0 commit comments