- Joined
- Mar 28, 2013
- Messages
- 1,903
- Reaction score
- 630
- Gender
- Undisclosed
- Political Leaning
- Undisclosed
Re: MIT Prof Kausel-Structures Like WTC don't Collapse into its own Footprint Rnd2[W:
Earlier, I referred to it as "beancounting", which is what it is. THAT'S IT! You still don't understand that FBM is not FEA! Educate yourself: https://www.google.com/search?q=fiber+bundle+model&hl=en
One instance to show I've already explained is quite sufficient. No, you don't get a copy of my code because you NEVER attribute source, even when asked. You can see any results you like, and this is the "data file" you so urgently must have:
Embedded in the program code, it's simply a description of the columns and their normalized cross-sectional areas at that level. Capacities are assumed to be proportional to area.
I'm sure this information is quite useless to you, as would be anything offered no matter what it was.
Probably because it's true in most circumstances. It's definitely true here. See why below.Kokomojojo said:you know thats the debunker infamous opening line.
Wrong question. I'm using FBM software I wrote myself, but it doesn't need that function. I explained why it doesn't need that function already:Kokomojojo said:What software are you using that allows that function without actually entering the nodes?
me said:The way my model would handle this is simple: Sum the portion of the load formerly borne by the far wall and distribute it equally amongst all surviving members.
Earlier, I referred to it as "beancounting", which is what it is. THAT'S IT! You still don't understand that FBM is not FEA! Educate yourself: https://www.google.com/search?q=fiber+bundle+model&hl=en
One instance to show I've already explained is quite sufficient. No, you don't get a copy of my code because you NEVER attribute source, even when asked. You can see any results you like, and this is the "data file" you so urgently must have:
Code:
#core
rows = [500,600,700,800,900,1000]
cols = (1..8)
areas = [ 1.61, 0.98, 1.18, 0.86, 0.77, 1.17, 0.98, 1.61,
0.55, 0.61, 0.57, 0.55, 0.55, 0.57, 0.61, 0.55,
0.63, 0.63, 0.39, 0.16, 0.14, 0.37, 0.67, 0.58,
0.55, 0.75, 0.42, nil, 0.33, 0.32, 0.58, 0.58,
0.55, 0.65, 0.57, 0.39, 0.36, 0.58, 0.58, 0.55,
1.65, 1.02, 1.35, 1.21, 0.72, 1.23, 1.02, 1.65 ]
#perimeter
rows = ["W","E","N","S"]
cols = (1..59)
area = 0.148
Embedded in the program code, it's simply a description of the columns and their normalized cross-sectional areas at that level. Capacities are assumed to be proportional to area.
I'm sure this information is quite useless to you, as would be anything offered no matter what it was.
Last edited: