Skip to content

Commit

Permalink
updated comment on hardcoded AR
Browse files Browse the repository at this point in the history
  • Loading branch information
ngomezve committed Jun 17, 2024
1 parent 964f71f commit 9857a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryo_tank/tankWmech.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function size_inner_tank(fuse_tank, t_cond::Vector{Float64})

#Ellipsoid wall thickness
Lhead = Rtank / AR # eg. for a 2:1 ellipsoid majorax/minorax = 2/1 ⟹ R/Lhead = 2/1
K = (1/6) * (AR^2 + 2) # Aspect ratio of 2:1 for the head (# Barron pg 359)
K = (1/6) * (AR^2 + 2) # Barron pg 359
t_head = Δp* (2*Rtank_outer) * K/ (2 * s_a * weld_eff + 2 * Δp * (K - 0.1)) #(7.2) in Barron (1985)

#---------------------------------
Expand Down

0 comments on commit 9857a93

Please sign in to comment.