Skip to content

Commit

Permalink
thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Mar 7, 2024
1 parent 2acb578 commit 5ee9c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator/src/main/kotlin/BabyIAXO/Chamber.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ open class Chamber(
const val CathodeCopperSupportInnerRadius: Double = 8.5
const val CathodeCopperSupportThickness: Double = 1.0
const val CathodeWindowThickness: Double = 0.004
const val CathodeWindowAliminiumThickness: Double = 0.00004
const val CathodeWindowMylarThickness: Double = CathodeWindowThickness - CathodeWindowAliminiumThickness
const val CathodePatternDiskRadius: Double = 4.25
const val CathodePatternLineWidth: Double = 0.3
}
Expand Down

0 comments on commit 5ee9c3c

Please sign in to comment.