🐍 Basic Guide:$\text{Python/MATLAB}$For fluid dynamics simulation ($\text{CFD}$)

...



1. Recommended topics

  • Executive Title: "Getting Started$\text{CFD}$: User Manual$\text{Python}$and$\text{MATLAB}$For basic fluid dynamics simulation"
  • Subtopic (Technical/Focus): "Writing Code$\text{Finite Difference}$and$\text{Finite Volume}$too$\text{Python/MATLAB}$For the equation$\text{Advection}$and$\text{Diffusion}$"
  • Engaging Title: "Build Your Own Flow Model: Learn the Basics$\text{CFD}$pass$\text{Python}$and$\text{MATLAB}$"

2. 📝 Content Outline

This content will serve as an introductory guide focusing on the use of popular mathematical tools such as:$\text{Python}$and$\text{MATLAB}$To understand and apply the fundamental principles of computational fluid dynamics simulation ($\text{Computational Fluid Dynamics - CFD}$):


2.1. Get to know$\text{CFD}$and importance
  • Definition: $\text{CFD}$It is the use of mathematics and numerical algorithms to solve equations that govern the movement of a fluid (such as air or water), such as the equations.$\text{Navier-Stokes}$
  • Role in Engineering: Used in aircraft design, propellers, heat flow, and weather prediction.
  • Why must$\text{Python}$and$\text{MATLAB}$: Both are excellent tools for numerical computing,$\text{Prototyping}$Fast and data visualization

2.2. Basics of solving equations using numerical methods
  • $\text{Finite Difference Method (FDM)}$:
  • Concept: It's the easiest way to get started.$\text{CFD}$By approximating the derivatives of a function with finite differences on a grid.
  • Application: Solving simple heat transfer equations ($\text{Diffusion Equation}$) or the convection equation ($\text{Advection Equation}$)
  • Tools: Use basic functions of$\text{NumPy}$in$\text{Python}$or$\text{Matrix Operations}$in$\text{MATLAB}$
  • $\text{Finite Volume Method (FVM)}$:
  • Concept: It is a widely used method in software.$\text{CFD}$Commercial, emphasizing conservation of quantity (Conservation) in each controlled volume (Control Volume).
  • Application: Solving equations$\text{Navier-Stokes}$In a more complex form

2.3. Preliminary simulation in 1D and 2D
  • $\text{1D Advection Equation}$(Convection equations in 1 dimension): It shows the basic problems of flow and the problems$\text{Numerical Diffusion}$That needs to be fixed
  • Sample Code: Creating a Time Loop ($\text{Time-stepping}$) to see the movement of square waves ($\text{Square wave}$)
  • $\text{2D Laplace/Poisson Equation}$: Demonstrate how to deal with boundary conditions and solve problems in 2D (e.g., flow around an object).

2.4. Display and evaluation of results
  • Visualization tools:
  • $\text{Python}$: Use the library$\text{Matplotlib}$or$\text{Mayavi}$For displaying 2D graphs,$\text{Contour Plots}$and$\text{Vector Fields}$
  • $\text{MATLAB}$: Use function$\text{surf, contour, quiver}$In 3D and 2D display
  • Stability Assessment: Condition Check$\text{Courant-Friedrichs-Lewy (CFL)}$To ensure that the numerical simulation is stable and error-free.
Core Field:
  • $\text{CFD}$(Computational Fluid Dynamics), Fluid dynamics, Simulation engineering,$\text{Numerical Methods}$

Tools (Tools/Software):
  • $\text{Python}$, $\text{MATLAB}$,$\text{NumPy}$,$\text{Matplotlib}$, Numerical Computing

Simulation Technique:
  • $\text{Finite Difference Method}$ ($\text{FDM}$), $\text{Finite Volume Method}$($\text{FVM}$),$\text{Advection}$,$\text{Diffusion}$

Applied Mathematics:
  • Partial differential equations ($\text{PDE}$),$\text{Navier-Stokes Equations}$,$\text{Boundary Conditions}$, stability ($\text{Stability}$)

Basic Application:
  • $\text{1D Simulation}$,$\text{2D Simulation}$,$\text{Prototyping}$

📸 3D modeling from photographs (Photogrammetry) for structural engineering surveys.

...



1. Recommended topics

  • Executive Title: "Photogrammetry: Turning Photographs into Accurate 3D Models for Structural Engineering Surveying and Inspection"
  • Subtopic (Technical/Focus): "Photogrammetry Techniques and Tools: Creating a Structural Digital Twin with Photographs"
  • Engaging Title: "Looking at Structures in a New Light: How to Survey Damage with 3D Models from Photographs?"
2. 📝 Content Outline

This content describes the technique of Photogrammetry , which is a method used to create a highly accurate 3D model from a set of photographs, with an emphasis on its application in surveying and inspecting engineering structures:

2.1. Basic concepts of Photogrammetry
  • Definition: $\text{Photogrammetry}$It is the science and technology of measuring geometric values ​​from photographs to create 3D models, maps or measure distances.
  • Working principle:
  • Take photos of objects or structures from multiple perspectives and with enough overlap.
  • The software will process by identifying tie points in the overlapping images.
  • Calculate the 3D position of those points and create$\text{Point Cloud}$(group of 3D points)
  • convert$\text{Point Cloud}$It is a mesh model ($\text{Mesh Model}$) and add texture from real photos.
2.2. Advantages of using Photogrammetry in engineering
  • High accuracy: Models can be created with millimeter or centimeter resolution.
  • Speed: Data collection is fast (just take a photo) and processing can be done automatically.
  • Safe: No need to directly access dangerous areas, drones can be used for photography.
  • Reduced costs: Overall, it is lower in cost than traditional surveys (e.g., using laser scanners).
  • Permanent record: Photographs and 3D models are permanent records that can be reviewed later.

2.3. Equipment and tools used
  • Digital Camera: Camera$\text{DSLR}$, Mirrorless cameras or even high-quality smartphone cameras
  • Drone ($\text{UAVs/Drones}$): Used for photographing large structures, tall buildings, or hard-to-reach areas.
  • Photogrammetry software:
  • Commercial: $\text{Agisoft Metashape}$, $\text{Pix4Dmapper}$,$\text{RealityCapture}$
  • Open source: $\text{Meshroom}$,$\text{OpenSfM}$
  • High-performance computing: for massive image processing

2.4. Application in surveying and inspecting engineering structures
  • Creation$\text{As-Built Model}$: Create a 3D model of the completed structure to compare with the blueprints.
  • Damage inspection:
  • Cracks: Identify the location, size, and length of cracks on the surface.
  • Deformations: Check for settlement, buckling, or distortion of the structure compared to the reference model.
  • Corrosion: Assess the area and level of corrosion.
  • Construction Quality Inspection: Comparison with Model$\text{BIM}$To find the discrepancy
  • Maintenance Planning: Use 3D models to plan access and repairs.
Core Technology:
  • $\text{Photogrammetry}$, 3D modeling,$\text{Point Cloud}$,$\text{Digital Twin}$,$\text{3D Modeling}$

Equipment:
  • Drone ($\text{UAV/Drone}$), camera,$\text{Photogrammetry Software}$

Engineering Application:
  • Structural survey, structural inspection,$\text{As-Built Model}$, Civil Engineering, Maintenance Engineering

Inspection Goal:
  • Accuracy measurement, crack detection ($\text{Cracks}$), Deformation detection ($\text{Deformation}$), corrosion inspection

Features:
  • High accuracy, permanent data recording, access to hazardous areas

🔗 $\text{Blockchain}$in$\text{Supply Chain}$: Transparency and auditability of engineering documents

...

1. Recommended topics

  • Executive Title: "Using$\text{Blockchain}$(DLT) to enhance transparency in$\text{Supply Chain}$and certification of engineering documents"
  • Subtopic (Technical/Focus): "Application$\text{Distributed Ledger Technology}$(DLT) for verification of the source of spare parts and the validity of the certificate"
  • Engaging Title: "Cannot be counterfeited:$\text{Blockchain}$How to build confidence in the management of spare parts and technical documents"


2. 📝 Content Outline

This content will explain the decentralized ledger technology ($\text{Distributed Ledger Technology - DLT}$) also known as$\text{Blockchain}$How can it be applied to address issues of transparency and counterfeiting in supply chains and engineering documents?


2.1. Challenging issues in$\text{Supply Chain}$original
  • Lack of transparency: Each stakeholder (manufacturer, carrier, customer) has information in silos, making it difficult to track goods or parts along their journey.
  • Counterfeit goods ($\text{Counterfeits}$): A major problem in high-priced spare parts, especially in the aviation or marine industries, affecting safety and warranty coverage.
  • Document management: Verifying the validity of quality certificates, certificates of origin, or engineering test certificates is time-consuming and susceptible to counterfeiting.

2.2. Working principles of$\text{Blockchain}$In solving the problem
  • $\text{Immutability}$(Improsibility): When information (such as spare parts details,$\text{Transaction}$The transfer of ownership) is recorded in blocks and cannot be edited retrospectively, creating a reliable historical record.
  • $\text{Decentralization}$(Decentralized): The data is not stored on a single server but distributed among all network participants, making it difficult to attack or tamper with by any single individual.
  • $\text{Smart Contracts}$(Smart Contract): Used to perform automated actions when specified conditions are met (e.g., automatically issuing a receipt when goods arrive at their destination).

2.3. Application$\text{Blockchain}$In two main aspects
  • Spare parts management ($\text{Spare Parts Tracking}$):
  • $\text{Traceability}$(Traceability): Record the unique code of the part (eg.$\text{Serial Number}$) into the blockchain from the production stage, allowing for verification of the true source to confirm that it is authentic.
  • Transfer of ownership: Transparently record the change of ownership of parts from manufacturer to final user.
  • Engineering document review ($\text{Certification}$):
  • Certificate Validity: The company issues the quality certificate ($\text{Certificates}$) with a digital signature (Digital Signature) and record$\text{Hash}$The document is stored in the blockchain, allowing auditors to instantly verify the document's authenticity.
  • Reduce paper: Switch to reliable digital documents, eliminating the hassle of managing paper documents.


2.4. Benefits and considerations
  • Increased Reliability: Build confidence in the quality and source of spare parts.
  • Improved efficiency: Reduce delays in document verification and processing.$\text{Supply Chain}$
  • Challenges: Initial implementation costs, compatibility with legacy systems, and building collaboration among industry stakeholders.
Core Technology:
$\text{Blockchain}$, $\text{DLT}$ (Distributed Ledger Technology), $\text{Smart Contracts}$,$\text{Immutability}$,$\text{Decentralization}$

Application Area:
$\text{Supply Chain}$,$\text{Logistics}$, Spare parts management ($\text{Spare Parts}$), Engineering document review

Key Features:
Transparency ($\text{Transparency}$), traceability ($\text{Traceability}$), Anti-counterfeiting ($\text{Anti-Counterfeit}$)

Documents/Assets:
Quality certificate ($\text{Certificates}$), digital documents,$\text{Asset Tracking}$

Problem Solved:
$\text{Siloed Data}$,$\text{Lack of Trust}$,$\text{Counterfeiting}$

🔒 Cybersecurity for Industrial Control Systems ($\text{ICS Cybersecurity}$)

...

1. Recommended topics

  • Executive Title: "Cyber ​​Threat Protection in Industrial Control Systems ($\text{ICS}$): Security strategy for ships and factories"
  • Subtopic (Technical/Focus): "Strengthening the protection of ship control systems (Bridge/Engine Control Systems) from cyber attacks"
  • Engaging Title: "When Hackers Attack the 'Brain': Cybersecurity is the Life of the System$\text{OT}$"
2. 📝 Content Outline

This content will focus on the importance and approaches to maintaining cybersecurity for industrial control systems ($\text{ICS}$- Industrial Control Systems) which includes systems used to control actual operations on ocean-going vessels ($\text{Operational Technology - OT}$) and various factories:


2.1. Difference between$\text{IT}$and$\text{OT}$ Cybersecurity
  • $\text{IT}$(Information Technology): Focuses on maintaining the confidentiality, integrity, and availability of information.
  • $\text{OT}$(Operational Technology): Focus on maintaining the availability and integrity of the control system first, as failure can lead to physical damage, injury, or loss of life.
  • Key Assets: Systems$\text{OT}$Including$\text{SCADA}$, $\text{DCS}$and$\text{PLC}$Control of main machinery, ship steering system, or factory production system

2.2. Case studies and targeted attacks$\text{ICS}$
  • Growing Threat: System Connections$\text{OT}$Connect to the network$\text{IT}$And the internet creates higher risks.
  • Example of an attack: Give an example of malware designed to attack a system.$\text{ICS}$Especially (such as$\text{Stuxnet}$Attack$\text{PLC}$) or attacks that directly target the ship's control system (such as changing the ship's course or causing engine malfunctions).

2.3. Main strategies for system protection$\text{OT}$

Defense strategies$\text{ICS Cybersecurity}$Focus on reducing the attack surface and controlling access:
  • Network segmentation ($\text{Network Segmentation}$):
  • $\text{Air-Gapping}$or$\text{Segmentation}$: Network separation$\text{OT}$Exit the network$\text{IT}$and the internet completely or use$\text{Firewall}$Strict control over traffic between the two parts
  • $\text{Defense-in-Depth}$: Creating multiple layers of defense to allow attackers to overcome multiple obstacles.
  • Access control and$\text{Patch Management}$:
  • $\text{Least Privilege}$: Assign access rights to only the necessary users and devices.
  • Update management ($\text{Patching}$): $\text{ICS}$Often using old software, update management must be done carefully after testing so as not to affect the stability of the system.
  • Monitoring and Incident Response ( $\text{Monitoring & Incident Response}$ ): Implementing tools designed to detect anomalies in traffic.$\text{OT}$In particular, and preparation for a response plan when an attack occurs.
2.4. Related standards and regulations
  • IMO Guidelines: For shipping, operators are required to incorporate cybersecurity into their safety management systems ($\text{Safety Management System - SMS}$) of the ship
  • $\text{NIST CSF}$ / $\text{IEC 62443}$: Using international standard frameworks to structure cyber risk management in the environment$\text{ICS}$

Cybersecurity:
  • $\text{ICS Cybersecurity}$, $\text{OT Security}$,$\text{Cyber ​​Defense}$,$\text{Threat Intelligence}$, Cyber ​​Attacks

Control Systems:
  • $\text{ICS}$ (Industrial Control Systems), $\text{SCADA}$,$\text{DCS}$,$\text{PLC}$,$\text{Engine Control Systems}$,$\text{Bridge Systems}$

Defense Principles:
  • $\text{Network Segmentation}$,$\text{Defense in Depth}$,$\text{Patch Management}$,$\text{Least Privilege}$,$\text{Air-Gap}$

Differences:
  • $\text{IT}$ vs. $\text{OT}$, Availability, Integrity

Industries:
  • Marine, Industrial,$\text{Critical Infrastructure}$

Standards:
  • $\text{Guidelines IMO}$,$\text{IEC 62443}$,$\text{NIST CSF}$


Illustration 1: ICS Cybersecurity: Protecting the Digital Heart of Industry


Illustration 2: Understanding Threats: ICS/OT Attack Vectors



🧠 AI and Engineering Design: Generative Design and Topology Optimization

...

1. Recommended topics

  • Executive Title: "Revolutionizing Design with$\text{AI}$: $\text{Generative Design}$and$\text{Topology Optimization}$For the lightest and strongest parts"
  • Subtopic (Technical/Focus): "Using Artificial Intelligence to Create and Optimize Structural Shapes for Maximum Engineering Efficiency"
  • Interesting Topic (Engaging Title): "Engineering Without Limitations: When$\text{AI}$Design parts that humans never thought of"

2. 📝 Content Outline

This content will explain artificial intelligence technology ($\text{AI}$) Two key trends that are transforming the product and structural design process in engineering, with a focus on creating parts that are lightweight and highly rigid :


2.1. Context of modern design
  • Challenges: Engineers face complex constraints such as weight reduction, material cost reduction, performance enhancement (e.g., cooling), and manufacturing compliance.
  • The role of$\text{AI}$: $\text{AI}$It helps explore diverse and complex design solutions that traditional (engineer-experience-based) design approaches cannot.

2.2. Generative Design
  • Concept: It is a design process that$\text{AI}$Create a wide variety of possible shapes based on goals and constraints set by the engineer.
  • Engineer Input: Engineers define key conditions such as:
  • Design Space: The area where parts can be designed.
  • Fixed Points & Load Bearing Areas
  • Materials and Manufacturing Method
  • Weight Reduction Target
  • Output of$\text{AI}$: $\text{AI}$It explores and creates unique geometric patterns that meet or exceed specified specifications, often resulting in shapes that appear organic or resemble natural structures.

2.3. Topology Optimization (Topology Optimization)
  • Concept: It is a mathematical technique that focuses on finding the best distribution of material within a given area in order to obtain a part with the desired strength using the least amount of material.
  • Process: Start with a complete structure (Solid Block) and use engineering analysis (such as$\text{FEA}$) along with repeated calculations to eliminate unnecessary materials or materials that bear little stress.
  • Objective: The result is a significant weight reduction while maintaining functionality and strength. Topology Optimization is often used as a tool to refine the resulting design.$\text{Generative Design}$Or initial design


2.4. Main benefits of application
  • Ultra-lightweight: Create parts that can achieve weight savings of 20-50%, which is particularly important in the aerospace, electric vehicles (EV) industries.$\text{EV}$) and robots
  • Structural Optimization: The resulting shape has better stiffness and fatigue life than conventional designs.
  • Reduce design cycle time: Significantly speed up iteration and experimentation in the design phase.
Key Technologies:
  • AI (Artificial Intelligence), Generative Design, Structural Optimization

Engineering:
  • Engineering Design, Structural Optimization, Stress Analysis, FEA (Finite Element Analysis)

Objectives:
  • Lightweight (lightweight) parts, maximum strength, structural efficiency, reduced material consumption

Applications:
  • Product Design, Additive Manufacturing (3D Printing), Aerospace, Automotive, Robotics

Design Concepts:
  • Generative Design, Bio-Inspired Design, Organic Shapes

Illustration 1: AI in Engineering Design: Redefining Possibilities


Illustration 2: Generative Design: AI Creates Diverse Solutions


Illustration 3: Topology Optimization: Material Where It Matters


Illustration 4: Key Benefits & Applications of AI Design



⚓ New IMO Standards and Regulations: Impact on Ship Design and Operation ($\text{EEXI, CII}$)

...

1. Recommended topics

  • Executive Title: "Adapting to a Green World: Standards$\text{EEXI}$and$\text{CII}$of$\text{IMO}$With the future of ship design and operation"
  • Subtopic (Technical/Focus): "In-depth look at regulations$\text{IMO}$New: Energy Efficiency Index (EEXI) and Carbon Intensity Indicator (CII)"
  • Engaging Title: "Modern Maritime Licensing: Does Your Ship 'Pass' or 'Fail' the Criteria?$\text{CII}$and$\text{EEXI}$How can that be?"

2. 📝 Content Outline

This content describes the most important new regulations of the International Maritime Organization ($\text{IMO}$) Under the Greenhouse Gas Reduction Strategy ($\text{GHG}$) which has a direct impact on both new ship designs and existing ship operations:


2.1. Context and origin of IMO measures
  • target$\text{IMO}$: International shipping must reduce greenhouse gas emissions according to stringent targets.$\text{IMO}$(such as reducing$\text{CO}_2$per unit of freight)
  • Mechanism of action: $\text{IMO}$Technical and operational measures are established to achieve this goal, the main ones being:$\text{EEXI}$and$\text{CII}$

2.2. Technical measures: EEXI (Energy Efficiency Existing Ship Index)
  • Objective: This is a measure focused on ship design , aiming to improve the energy efficiency of existing ships.
  • Definition: $\text{EEXI}$It is a technical index calculated from ship design factors (e.g. engine type, size, design speed) to indicate the discharge level.$\text{CO}_2$per unit of transport per distance
  • Design Impact: To pass the criteria$\text{EEXI}$Many ships need to consider technical improvements such as:
  • Engine power limitation ($\text{Engine Power Limitation - EPL}$): The easiest and most common way to reduce top speed.
  • Installation of Energy Saving Devices (ESDs): such as high-efficiency impellers or devices that improve water flow.
  • Shifting to low-carbon fuels


2.3. Operational measures: CII (Carbon Intensity Indicator)
  • Objective: It is a measure that focuses on the actual operation of the ship with the goal of reducing the intensity of emissions.$\text{CO}_2$Each year
  • Definition: $\text{CII}$It is an index that measures quantity.$\text{CO}_2$The amount of CO2 released by a ship per unit of cargo carried per nautical mile in a year (e.g., grams $\text{CO}_2}$ per ton of cargo per nautical mile).
  • Rating and Impact: Ships are rated with a carbon efficiency grade of A, B, C, D, or E by:
  • Grade ship$\text{D}$or$\text{E}$In order to improve efficiency, a corrective action plan must be submitted .
  • Business Impact: Grade$\text{CII}$It will become a key factor in the decision-making of charterers and financial institutions (Green Financing).

2.4. Integration and impact on industry
  • New Ship Design: New ships must be designed for high efficiency from the start (according to the criteria$\text{EEDI}$(already strict)
  • Fleet Management: Entrepreneurs Need Technology$\text{Digital Monitoring}$and data analysis for speed control, route planning ($\text{Weather Routing}$), and cleaning the ship's hull ($\text{Hull Fouling}$) to maintain grades$\text{CII}$
  • Challenge: These regulations create pressure to accelerate investment in green technologies and the use of new alternative fuels.

Law/Regulation (Regulation/Compliance) : 
  • $\text{IMO}$, $\text{EEXI}$,$\text{CII}$,$\text{GHG Strategy}$,$\text{Decarbonization}$,$\text{IMO 2050}$

Key Measures : 
  • $\text{Energy Efficiency}$,$\text{Carbon Intensity}$,$\text{EEDI}$,$\text{EPL}$ (Engine Power Limitation)

Impact on Vessels : 
  • Ship Design, Ship Operation, Existing Ships, Fleet Management

Operational Techniques : 
  • $\text{Ship Performance}$, energy saving, route planning ($\text{Weather Routing}$), speed limit

Business/Finance : 
  • $\text{Green Financing}$, Ship Rating, Sustainability ($\text{Sustainability}$)


Illustration 1: IMO's Decarbonization Roadmap: EEXI & CII


Illustration 2: EEXI: Technical Design Measure for Existing Ships


Illustration 3: CII: Operational Carbon Intensity & Annual Rating


Illustration 4: Overall Impact: From Design to Operations & Investments



🔩 Crankshaft Failure Analysis and Preventive Measures

...

1. Recommended topics

  • Executive Title: "Stop the Damage: Crankshaft Failure Analysis and Life Extension Strategies"
  • Subtopic (Technical/Focus): "Classification of Crankshaft Failures: From Fatigue Cracks to Design Improvements"
  • Engaging Title: "The Secret of Strength: A Deeper Case Study$\text{Crankshaft Failure}$To extend the life of the engine"
2. 📝 Content Outline

This content will focus on understanding the mechanisms that lead to crankshaft failure , the most important and expensive component in a reciprocating engine, and presenting proactive measures to prevent it:


2.1. The role and importance of the crankshaft
  • Function: Explains how the crankshaft converts the linear motion of the piston into rotational motion to drive a propulsion system (such as in a vehicle or boat).
  • Loads applied: The crankshaft is subjected to heavy loads in the form of bending stress , torsional stress and shear force, all over again.
2.2. Main classification of failure modes

Failure Analysis: Crankshafts often fail due to the following main causes:
  • Fatigue Failure: This is the most common cause, caused by repeated stresses below the material's strength limit, leading to the formation and growth of fatigue cracks. Fatigue cracks usually begin in high stress areas such as fillet radii or oil holes.
  • Overload/Torsional Failure: Caused by a sudden, severe load (such as a hard engine start or locking of other components) that causes rapid twisting and fracture.
  • Wear and Abrasion: Occurs in the main bearings and conrod bearings, usually caused by insufficient lubrication or contamination in the lubricating oil.
2.3. Case study of failure and investigation
  • Analysis Procedures: Explains the engineering forensics process such as:
  • Microscopic examination to identify the crack origin.
  • Chemical composition analysis of materials and hardness testing
  • Computer simulation ($\text{FEA}$- Finite Element Analysis) to find the point of maximum stress.
  • Case Study Lessons: Examples of failures caused by misinstalled bearings, poor lubrication, or improper overhauls.

2.4. Preventative measures and design principles to extend service life
  • Design Improvements:
  • Increased Fillet Radius: To reduce stress concentration.
  • Material Selection: Use materials with higher strength and fatigue resistance.
  • Shot Peening: It is a surface strengthening process that creates compressive stress on the surface to inhibit the formation of fatigue cracks.
  • Proactive maintenance:
  • Lubricant Control: Regular oil analysis
  • Vibration Monitoring: To detect any misalignment or developing damage.

Engine Component : 
  • Crankshaft, Reciprocating Engine

Failure Analysis : 
  • Crankshaft Failure, $\text{Fatigue Failure}$(fatigue),$\text{Torsional Failure}$(torque),$\text{Wear}$(Wear), Fatigue Cracks

Engineering/Design : 
  • Stress Analysis,$\text{FEA}$(Finite Element Analysis), Design Principles, Shot Peening,$\text{Fillet Radius}$

Maintenance : 
  • Life extension, lubricant control, vibration monitoring, proactive maintenance

Causes : 
  • Stress Concentration, Misalignment, Lubrication Failure

Illustration 1: The Critical Role of the Crankshaft & Stresses


Illustration 2: Key Failure Modes of Crankshafts


Illustration 3: Failure Investigation Process


Illustration 4: Prevention through Design Improvements



⚙️ Predictive Maintenance (PdM) techniques for pump and compressor systems

...



1. Recommended topics

  • Executive Title: "PdM Revolution: Using$\text{IoT}$and$\text{Data Analytics}$To predict damage to pumps and compressors"
  • Subtopic (Technical/Focus): "Anomaly Detection with$\text{IoT}$Sensors for predictive maintenance of pump and compressor systems"
  • Engaging Title: "Stop Machine Failure:$\text{Predictive Maintenance}$How to work with the heart of the plant (pumps and compressors)"
2. 📝 Content Outline

This content will delve into the application of predictive maintenance techniques ($\text{Predictive Maintenance - PdM}$) is applied to highly important industrial assets, including pump and compressor systems, with an emphasis on the use of modern technology:

2.1. Importance of pump and compressor systems
  • Key Role: Describes pumps and compressors as the "heart and lungs" of almost every industrial plant (e.g., energy, chemical, manufacturing).
  • Impact of Failure: Unplanned downtime of these machines results in lost production and very high repair costs.

2.2. The heart of$\text{PdM}$: Data collection with$\text{IoT}$ Sensor
  • Installation$\text{IoT}$: Explains the installation of smart sensors at key pump and compressor locations to collect real-time data.
Types of data collected:
  • Vibration: Key information for identifying misalignment, unbalance, or bearing failures.
  • Temperature: Abnormal changes indicate friction or overwork.
  • Pressure/Flow Rate: Indicates performance and blockage.
  • Current/Power: Increased power consumption may indicate a mechanical problem.

2.3. Data analysis to detect abnormalities ($\text{Data Analytics}$ & $\text{Anomaly Detection}$)
  • Baseline Modeling: Use historical data to create a model of a machine operating in normal, healthy conditions.
  • Predictive analytics ($\text{Predictive Analytics}$): Use techniques$\text{Machine Learning}$(such as$\text{Anomaly Detection}$and$\text{Classification}$Algorithms) for:
  • Compare: Detect data patterns that deviate from normal conditions in real time.
  • Alert: Issue an advance warning when an anomaly is detected to be developing into a disaster.

2.4. Benefits and delivery of value$\text{PdM}$
  • Failure prediction: Know in advance which parts are about to fail and how much of their remaining life (Remaining Useful Life - RUL) they have.
  • Improving planning: Shifting from reactive or preventive repairs to prescriptive repairs allows for optimal parts procurement and technician scheduling.
  • Reduce costs: Reduce overall maintenance costs, reduce widespread damage, and reduce production losses.

Maintenance : 
  • Predictive Maintenance ($\text{PdM}$), Predictive Maintenance, Condition Monitoring, Anomaly Detection

Core Technology : 
  • $\text{IoT}$ Sensor, $\text{Data Analytics}$, $\text{Machine Learning}$, Big Data, $\text{Industry 4.0}$

Assets/Machinery : 
  • Pump systems, compressors, rotating machinery (Rotating Equipment)

Relevant Data : 
  • $\text{Vibration Analysis}$(Vibration analysis), temperature, flow rate, machine health

Outcome : 
  • Reducing downtime, increasing efficiency, reducing maintenance costs, reliability

🛠️ Digital Twin System: Revolutionizing the Inspection of Key Machinery

...

1. Recommended topics

  • Executive Title: "Digital Twin: Enhancing Marine Engine Inspection with Virtual Models to Predict Damage"
  • Subtopic (Technical/Focus): "Application of Digital Twin for Predictive Maintenance of Main Machinery on Ships"
  • Engaging Title: "Seeing Through the Boat Engine: Digital Twin Predicts Damage Before It Happens"
2. 📝 Content Outline

This content focuses on the application of Digital Twin technology in the management and maintenance of marine engines (Main Engine), with details as follows:


2.1. Basic concepts of Digital Twin in shipping
  • Definition: A digital twin is a virtual replica of a ship's main machinery (such as a large diesel engine) linked to the real world through real-time (IoT) sensor data.
  • Key components: sensor data (temperature, pressure, vibration, fuel consumption), mathematical/physical model, and analysis platform.

2.2. Main objective: Monitoring and Prediction
  • Real-time Monitoring: The Digital Twin uses live data to accurately simulate the current operating conditions of the engine, giving engineers on shore or on board a view of the engine's "health" at all times.
  • Damage Prediction/Forecasting: This is the heart of any Digital Twin system, using mathematical models and algorithms.$\text{Machine Learning}$In:
  • Anomaly Detection: Find conditions that deviate from the normal model.
  • Estimate the remaining lifespan ($\text{Remaining Useful Life - RUL}$): Predict when critical parts (e.g. pistons, turbochargers) will fail.
  • Result: Enables the shift from time-based maintenance to predictive maintenance.

2.3. Benefits: Efficiency and cost-effectiveness
  • Performance Optimization: Virtual models help in simulating different operating settings (e.g.$\text{RPM}$, $\text{Fuel injection timing}$) to find the point that saves the most fuel and reduces pollution emissions
  • Minimize Downtime: Predicting damage in advance allows for efficient maintenance planning during vessel berth periods, reducing the risk of break-ins at sea.
  • Extended Asset Life: Operating under optimal conditions and receiving timely maintenance extends the life of your engine.

2.4. Challenges and Implementation
  • Data accuracy: Installation of quality sensors and management of big data ($\text{Big Data}$)
  • Modeling: Creating accurate, computationally demanding physics models.
  • System Integration: Connecting the Digital Twin to the Fleet Management System and the System$\text{ERP}$Of the company
Core Technology : 
  • Digital Twin, Virtual Model, IoT, Big Data, Machine Learning
Maintenance : 
  • Predictive Maintenance, Condition Monitoring,$\text{RUL}$(Remaining Useful Life), Anomaly Detection

Objectives : 
  • Machine monitoring, failure prediction, efficiency improvement, downtime reduction, fuel savings

Industry : 
  • Main Engine, Ocean-going Ships, Shipping, Marine Engineering,$\text{Smart Shipping}$

Outcome : 
  • Asset Management, Optimization, Operational Efficiency

Illustration 1: Introducing Digital Twin for Main Engines


Illustration 2: Real-time Monitoring & Data Flow


Illustration 3: Predictive Maintenance & Damage Prediction



🚢 Decarbonizing Shipping: A Deep Look at the Alternative Fuels of the Future (LNG, Methanol and Ammonia)

...


1. 🌍 The need to decarbonize the shipping industry

  • Context: International shipping is a significant source of carbon dioxide (CO₂) emissions (approximately 2-3% of global emissions).
  • Driving force: International Maritime Organizations (IMOs) and regional regulations (such as the EU's FuelEU Maritime) are setting stringent greenhouse gas (GHG) reduction targets.
  • The Challenge: Transitioning from fossil fuels (fuel oil) to sustainable alternative fuels to achieve long-term Net Zero goals
2. ⛽ Deep dive into the main alternative fuels for shipping.

  • fuel : LNG (Liquefied Natural Gas)
  • Brief description : Liquefied natural gas stored at low temperatures
  • Usage status : It is currently the most widely used commercially.

  • fuel : Methanol (methanol)
  • Brief description : There is a lot of interest in new shipbuilding orders (especially Green Methanol).
  • Usage status : There is a lot of interest in new shipbuilding orders (especially Green Methanol).

  • fuel : Ammonia (ammonia)
  • Brief description : Nitrogen and hydrogen compounds, room temperature liquids
  • Usage status : It is an alternative for the future (Zero-carbon), but it is still in the development and safety evaluation stage.

3. ⚖️ In-depth comparison: Efficacy, safety, and cost-effectiveness

Here is a comparison of the key factors of each fuel type when used in marine engines:


✅ Carbon reduction efficiency (Environmental Performance)
  • LNG: Reducing emissions$\text{CO}_2$It is about 15-20% more efficient than fuel oil, but has a risk of methane gas leakage ($\text{CH}_4$) which is a GHG with higher potential$\text{CO}_2$(called Methane Slip )
  • Methanol: Methanol produced from fossil fuels$\text{CO}_2$It is less than LNG, but Green Methanol (produced from biomass or renewable energy) can reduce$\text{GHG}$Up to Carbon Neutral
  • Ammonia: When produced in Green Ammonia (from green hydrogen), it can release$\text{CO}_2$It can be zero in the implementation process, but there are challenges in managing it.$\text{Nitrogen Oxides (NOx)}$As a by-product


🛡️ Safety and Handling
  • LNG: Must be stored in high-pressure tanks at freezing temperatures (approximately$-162^\circ\text{C}$), there is a risk of explosion and methane leakage.
  • Methanol: It is a liquid at room temperature, easier to store and transport than LNG, and uses existing infrastructure well, but has a lower flash point than conventional fuels and is toxic to contact.
  • Ammonia: Highly toxic and corrosive, safety is a major challenge requiring the development of strict standards and procedures.

💰 Cost & Technical Feasibility
  • LNG: Highest commercial availability and competitively priced today. Requires modifications to engines and storage tanks (bunkering infrastructure is becoming more common).
  • Methanol: Its calorific value is half that of fuel oil (requires more fuel and larger tank space), but engine modifications are relatively easy. Green Methanol also has a high production cost.
  • Ammonia: Current fuel costs are relatively high, requiring major engine modifications to handle different combustion properties, and significant investment in fuel supply chains and storage.

4. 📊 Summary and future trends
  • Transitional role: LNG and methanol (especially methanol) have a key role in the medium term (2025-2035) as they are readily available and help meet early environmental requirements.
  • Long-term goal: Ammonia and Green Methanol are the most potential options for achieving Net Zero carbon targets in the long term (2040 onwards).
  • Strategic Decisions: Ship operators must plan their investments based on "Well-to-Wake" (the release of$\text{GHG}$From fuel production to use) to ensure that the selected fuel will continue to meet stricter requirements in the future.
Main Topics : 
  • Maritime Decarbonization, Alternative Fuels, Zero-Emission Shipping, Maritime Decarbonization

Specific Fuels : 
  • LNG, Methanol, Ammonia, Green Methanol, Green Ammonia

Assessment : 
  • Efficiency, Safety, Cost-effectiveness, IMO Regulations, FuelEU Maritime

Technical/Industry : 
  • Marine engines, maritime transport, clean energy, alternative fuels

Trend : 
  • Net Zero, Future Energy, Energy Transition

Illustration 1: The Decarbonization Challenge & Key Fuels


Illustration 2: Environmental Impact Comparison


Illustration 3: Safety and Handling Considerations


Illustration 4: Cost & Technical Feasibility



SolidWorks Motion Study: Design and simulate the operation of a simple belt conveyor with Belt/Chain Mate.

...

 



The video titled "Solidworks tutorial: Simple Belt Conveyor Design Assembly and Motion Study" from the Solidworks Fun channel teaches you how to design a simple belt conveyor using SolidWorks , focusing on the design process of parts, assembly, and motion simulation.

This video is 8 minutes and 17 seconds long and provides a good basis for conveyor system design:

Summary of main content of the video: Simple Belt Conveyor
This video covers all three main steps of mechanical design in SolidWorks:

1. Part Modeling
The instructor will begin by creating the necessary sub-components:

Structure/Frame: Creates the main structure of the conveyor belt. [00:10] which is usually made from box steel or aluminum profiles using Sketch and Extrude commands .

Pulleys/Rollers: Make the head and tail rollers [00:50] Used to drive and support the belt. Keyway or various mounting holes may be created.

Belt: Create a model of a conveyor belt [01:20] which may be created as a surface or solid model with some thickness.

2. Assembly
Mate Definition: Put all the parts together in an Assembly file [02:30] Using the command] Using Mate like Concentric for shafts and Coincident for plane placement.

3. Motion Study
Using the Belt/Chain Mate (Focus Point): The instructor will use the Belt/Chain Mate command [03:50] To precisely define the relationship so that the rotation of one roller/pulley causes the other rollers and the belt to move accordingly.

Motor Setting: Set Motor [04:20] to the main drive shaft by setting the rotation speed.

Contact Simulation: Set Contact [05:00] Between the product (such as a box) and the surface of the belt.

Animation Rendering: Video showing the complete working result [06:00] Where the belt moves and the boxes are transported smoothly along the belt.

This video is a complete tutorial on basic conveyor system design, focusing on using Belt/Chain Mate to simulate belt operation.









1. SolidWorks Motion Study: Design and simulate the operation of a simple belt conveyor with Belt/Chain Mate. Focuses on the types of belts (Belt Conveyor) and important commands (Belt/Chain Mate) used in motion simulation.
2. SolidWorks Tutorial: Creating a Simple Conveyor Belt with Complete Assembly and Motion Study Steps Emphasis on comprehensiveness of content from start to finish, from parts to simulations of actual work.
3. Design Guide: Create Pulleys and Belts in SolidWorks Assembly Using Mechanical Mates Focuses on the main components (Pulleys/Rollers) and assembly techniques used in constructing belt transmission systems.



Software/Program SolidWorks, Motion Study, SolidWorks Teaching, CAD Program SolidWorks, Motion Simulation, CAD, 3D Modeling
System/Mechanical Conveyor belt, Belt Conveyor, Conveyor system, Pulleys, Belt rollers Conveyor System, Belt Conveyor, Material Handling, Pulley, Roller
Features/Commands Belt/Chain Mate, Mechanical Mate, Assembly, Motor, Motion Simulation Belt/Chain Mate, Assembly, Motion Study, Motor, Contact
Design techniques Mechanical engineering, machine design, power transmission, conveyor systems Mechanical Engineering, Machine Design, Power Transmission, Kinematics
General search terms SolidWorks Assembly, Belt Making Tutorial, Belt Animation Conveyor Animation, SolidWorks Belt, Simple Conveyor Tutorial


SolidWorks Motion Study: Design and Simulation of the Plus Four Steam Engine

...

 



Video name "Solidworks Tutorial # 258 THE PLUS FOUR STEAM ENGINE by SW Easy Design" from the SOLIDWORKS EASY DESIGN channel is a video tutorial on designing and assembling a 3D model of The Plus Four Steam Engine using SolidWorks.

This video is 3 minutes and 7 seconds long and focuses on demonstrating the complete model and its working animation.

Summary of the main content of the video: The Plus Four Steam Engine
Although the video is short, it focuses on demonstrating SolidWorks' capabilities in creating and simulating complex piston mechanisms:

1. Part Modeling
Key Parts: The video shows a 3D model of a key part, such as:

Cylinder: The part where the piston moves.

Piston and Connecting Rod: The main mechanisms that receive steam pressure.

Crankshaft: The part that converts the linear motion of the piston into rotation.

Flywheel: The part that helps to make the rotation smooth.

2. Assembly and Mate display
Assembly: All models are assembled in an Assembly file [00:28] Using Mate to define the relationship so that the joints can move realistically (Kinematics).

3. Motion Simulation
Working Animation: Video showing the working results of Motion Study [00:58] Simulating the operation of a steam engine:

piston moves up and down in the cylinder.

Connecting rod , pushing crankshaft to rotate continuously.

Power steering rotates to demonstrate the smooth operation.

This video is a great example of using SolidWorks to design and demonstrate complex and historic mechanical mechanisms, such as steam engines.






1. SolidWorks Motion Study: Design and Simulation of the Plus Four Steam Engine Focus on the well-known pieces (Steam Engine) and the important functions used to demonstrate their operation (Motion Study).
2. SolidWorks Tutorial: Create Piston, Connecting Rod, and Crankshaft Mechanisms in a Steam Engine Emphasis on the main mechanical components of the engine, which is the study of the mechanism that converts linear motion into rotation.
3. SolidWorks Assembly: A Guide to the Complex Mechanisms of the Steam Engine (The Plus Four Steam Engine) emphasize the assembly process and define the relationship ( Mate ) so that all parts can work together.

Software/ProgramSolidWorks, SolidWorks tutorials, CAD programs, simulationSolidWorks, SolidWorks Tutorial, CAD, SimulationWorkpiece/MechanismSteam Engine, Steam Engine, Steam Mechanism, Piston Mechanism, The Plus FourSteam Engine, Piston, Connecting Rod, Crankshaft, FlywheelFeatures/CommandsMotion Study, Kinematics, Assembly, Motion Simulation, MateMotion Study, Kinematics, Dynamics, Assembly, MateDesign techniquesMechanical Engineering, Mechanism Design, Mechanics, Motion ConversionMechanical Engineering, Mechanism Design, Machine Design, Reciprocating MotionGeneral search termsSolidWorks Engine, Engine Animation, Steam Engine TutorialSteam Engine Animation, SolidWorks Model, Engine Kinematics

SolidWorks Motion Study: Simulating the Interaction of a Pick and Place Robot and a Conveyor

...

 



The video "Solidworks Motion study: Pick and Place Robot Moving Items on Roller Conveyors" from the Solidworks Fun channel is a tutorial video that simulates the movement of a Pick and Place Robot working with Roller Conveyors using SolidWorks Motion Study.

This video is short (1 minute 52 seconds) and focuses on an animation showing how the automation works together:

Summary of the main content of the video: Pick and Place robot on a conveyor belt
This video provides an overview of a complex automation system that integrates the movements of multiple mechanisms:

1. Operation of conveyor belt
Conveying: Roller Conveyor works [00:02] To transport objects (boxes/workpieces) into the robot's work area.

Workpiece Stopping: When the workpiece reaches the designated position, the stopper mechanism or roller will stop working. [00:08] To prepare for the robot to pick up

2. Operation of Pick and Place Robot
Picking up workpieces: Robot (may be Cartesian or Scara type) [00:10] will move down the axis (Z-axis) to pick up the workpiece.

Movement: The robot moves in the horizontal (XY-axis) and vertical (Z-axis) directions.00:15] To move the workpiece to a new location

Workpiece placement: Place the workpiece onto another roller conveyor belt or possibly another sorting area. [00:20]

3. System interaction (Motion Study)
Motor Settings: Motor settings are available [00:25] Make both the conveyor belt and the robot joints move in a specified time sequence.

Contact Simulation: Contact [ is used.00:30] To make picking up and placing workpieces realistic.

Animation Display: Video showing the results of a Motion Study where boxes are loaded, picked up by the robot, and placed away in a cycle. [00:40] It is a simulation of the complete operation cycle of an automated system.

This video is a great example of simulating a complex automation system in SolidWorks using Motion Study to examine the timing and kinematics of the entire system.




1. SolidWorks Motion Study: Simulating the Interaction of a Pick and Place Robot and a Conveyor Focus on the coordination between robots and conveyor belts, which is the heart of automation simulation.
2. SolidWorks Tutorial: Creating Pick and Place Robot Kinematics Emphasis on robot kinematics and animation creation steps in SolidWorks.
3. Design Guide: Factory Automation (Pick and Place) with Roller Conveyor in SolidWorks Focus on industrial applications to attract the target group of engineers and those interested in automation systems.


Software/Program SolidWorks, Motion Study, SolidWorks Teaching, CAD Program SolidWorks, Motion Simulation, CAD, Animation
System/Mechanism Robots, Pick and Place, Conveyor Belts, Pick and Place Systems, Automation Robot, Pick and Place, Conveyor System, Automation, Gripper
Features/Commands Kinematics, Dynamics, Joint Motion, Contact, Motor, Motion Simulation Kinematics, Dynamics, Motion Analysis, Contact, Motor, Assembly
Application Systems Engineering, Factory Automation, Machinery Design, Material Handling Systems Engineering, Factory Automation, Machine Design, Material Handling
General search terms SolidWorks Robot, Robot Animation, Mechanical Simulation Robot Animation, SolidWorks Mechanism, Pick and Place Tutorial