Skip to content

Commit 4bb0c6e

Browse files
Merge branch 'main' of github.com:Electa-Git/LineCableModels.jl
2 parents ad65cfb + 732d315 commit 4bb0c6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/datamodel/circstrands.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ function CircStrands(
8484
T0 = material_props.T0
8585
alpha = material_props.alpha
8686
radius_ext = num_wires == 1 ? radius_wire : radius_in + 2 * radius_wire # TODO: The resolved outer radius for stranded cores should account for compression. See rectstrands.jl for an example of area-preserving expansion.
87+
# Issue URL: https://github.com/Electa-Git/LineCableModels.jl/issues/32
8788

8889
mean_diameter, pitch_length, overlength = calc_helical_params(
8990
radius_in,

0 commit comments

Comments
 (0)