December 7, 2023
Our industry wins with system-level design: framing, metal buildings, joists, racks,…
They are a tool for resolving the unknown.
There is an engineering-focused group working on data-driven models.
Chajes, A. (1974). Principles of structural stability theory.
What is different between old school and new school data-driven models?
Wolfram, Stephen (2023). What is ChatGPT Doing… and Why Does it Work?
Our industry is producing lots of it.
CFS engineering with ‘next level’ insight…
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
For example, JSON.
See this flowchart.
Data-Driven Methods and Research for Physical Testing in Structural Engineering
Database Driven Design Methods