Skip to content

Latest commit

 

History

History
executable file
·
67 lines (47 loc) · 3.04 KB

File metadata and controls

executable file
·
67 lines (47 loc) · 3.04 KB

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.