Difference between revisions of "Lheriyana Cygan Alinro"

From ccitonlinewiki
Jump to: navigation, search
(Thickness)
(a)
Line 95: Line 95:
 
The optimized thickness of HDPE for 1 liter capacity and 8 bar pressure is approximately '''0.31 mm'''.
 
The optimized thickness of HDPE for 1 liter capacity and 8 bar pressure is approximately '''0.31 mm'''.
  
==== a ====
+
==== Height and Diameter ====
 +
 
 
==== a ====
 
==== a ====
 
==== a ====
 
==== a ====
 
==== a ====
 
==== a ====
 
==== a ====
 
==== a ====

Revision as of 10:24, 9 June 2023

Introduction

Perkenalkan nama saya Lheriyana Cygan Alinro dengan NPM 2106633576 dari program studi teknik perkapalan, saya merupakan mahasiswa kelas Metode Numerik-04

Resume Pertemuan 1 (26/5/2023)

Pada pertemuan pertama, saya mempelajari bahwa metode numerik merupakan pendekatan yang digunakan untuk menyelesaikan permasalahan matematis yang kompleks dengan menggunakan perhitungan numerik atau angka-angka untuk mendapatkan solusi numerik yang mendekati solusi eksak. Pada matematika, sangat jarang ada hal yang eksak, dicontohkan dengan persamaan x²-1/x-1 dan (x+1)(x-1)/(x-1) jika nilai x=1, namun sebenarnya nilai x=1 tidak menunjukan nilai eksak 1 tetapi hanya mendekati 1. Maka dari itu untuk mendapatkan solusinya kita perlu menggunakan pendekatan agar lebih simple, sehingga kita membutuhkan consciousness untuk mengerjakan problem problem yang ada. Pada pertemuan pertama ini juga Pak DAI menugaskan kepada mahasiswa untuk mendesign tabung 1 liter tabung hydrogen dengan tekanan 8 bar dengan biaya maksimal Rp500.000


Design & Optimization of Pressurized Hydrogen

Objective: Design and Optimization Specification

Capacity: 1 L

Pressure level: 8 bar

Maximum cost: Rp500.000


Week 1 Progress

Optimizing hydrogen storage involves various steps and considerations. Here are some key steps to optimize hydrogen storage


Determine Storage Requirements

Define the specific requirements for your hydrogen storage system, including the desired storage capacity, operating pressure, temperature range, weight constraints, safety considerations, and any other relevant factors.

Evaluate Storage Methods

Explore different hydrogen storage methods, such as compressed gas storage, liquid hydrogen storage, or solid-state storage (e.g., metal hydrides, carbon-based materials). Evaluate the advantages, limitations, and suitability of each method for your application.

Material Selection

Choose materials that provide a balance between cost, weight, strength, and compatibility with hydrogen. Look for lightweight materials with high strength-to-weight ratios, such as high-strength steels, aluminum alloys, or advanced composite materials.

Optimize Storage Vessels

Design the storage vessel to maximize the amount of hydrogen that can be stored efficiently. Consider factors such as vessel shape, volume, material, insulation, and safety features. Perform structural analysis to ensure the vessel can withstand the required pressure and cyclic loading conditions.

Enhance Storage Conditions

Optimize storage conditions to improve the storage capacity and efficiency. Explore the impact of temperature, pressure, and gas purity on hydrogen storage. Investigate strategies for managing temperature and pressure variations to maximize storage performance.

Utilize Catalysts

Introduce suitable catalysts to enhance hydrogen storage and release kinetics. Catalysts can improve the sorption/desorption rates and increase storage capacity. Research catalysts that promote hydrogen interaction with storage materials and enable fast and reversible reactions.

Consider System Integration

Ensure compatibility and efficiency by considering the integration of the hydrogen storage system with the overall hydrogen infrastructure. Evaluate the storage system's compatibility with hydrogen production, delivery, and utilization technologies. Optimize the system for seamless operation within the broader hydrogen ecosystem.

Utilize Modeling and Simulation

Employ modeling and simulation tools to simulate the behavior of the hydrogen storage system. This enables you to evaluate different design configurations, predict performance under various operating conditions, and identify areas for improvement. Use computational models to study hydrogen sorption/desorption kinetics, thermodynamics, and system-level performance.

Conduct Experimental Validation

Perform experimental testing to validate the performance of the optimized storage system. This includes measuring storage capacity, sorption kinetics, cycling stability, and other relevant parameters. Compare experimental results with predicted outcomes to refine the design and improve accuracy.

Continuous Improvement

Embrace a continuous improvement mindset. Monitor advancements in hydrogen storage technologies, materials, and system integration approaches. Stay updated on emerging research and development efforts to identify new optimization opportunities.


Final Report of Hydrogen Storage Optimization

Thickness

import math
def calculate_optimized_thickness(volume, pressure):
   yield_strength = 205  # MPa (Megapascal)
   safety_factor = 2  # Safety factor for design
   
   mpa_to_bar = 10  # 1 MPa = 10 bar
   
   pressure_mpa = pressure / mpa_to_bar
   
   thickness = (volume * pressure_mpa) / (2 * math.pi * yield_strength * safety_factor)
   
   thickness_mm = thickness * 1000
   
   return thickness_mm
volume = 1  # Liter
pressure = 8  # bar
optimized_thickness = calculate_optimized_thickness(volume, pressure)
print(f"The optimized thickness of stainless steel for {volume} liter capacity and {pressure} bar pressure is approximately {optimized_thickness:.2f} mm.")

The optimized thickness of HDPE for 1 liter capacity and 8 bar pressure is approximately 0.31 mm.

Height and Diameter

a

a

a

a