Skip to content

EngineerWithData/FastenerConnectionTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastenerConnectionData

This repository contains fastener test data for cold-formed steel connections.

For every test specimen, there is a JSON file with the following data structure:

struct Source
    authors::Array{String}
    date::Date
    title::String
    bibtex::String
    units::Array{String}
    nominal_data::Vector{String}
    notes::String
end

struct Fastener
    type::Vector{String}
    details::Vector{Dict}
end

struct Ply
    type::Vector{String}
    thickness::Array{Float64}
    elastic_modulus::Array{Any}
    yield_stress::Array{Any}
    ultimate_stress::Array{Any}
end

struct Test
    name::String
    loading::String
    force::Array{Float64}
    displacement::Array{Float64}
end

struct Specimen
    source::Array{Source}
    fastener::Fastener
    ply::Ply
    test::Test
end

Add data

Feel free to open an issue and we will work with you to add your data!

Data sources

Test results from bold references below are available now. Results from other references are coming soon. Current total is 552 tests.

About

Fastener load-deformation test data for connections to cold-formed steel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors