-
Notifications
You must be signed in to change notification settings - Fork 58
Sample Validation
Ehsan M.A edited this page Aug 15, 2019
·
1 revision
Validating 3D frame nodal displacement and reactions with another software
OpenSEES (the Open System for Earthquake Engineering Simulation) software (available via http://opensees.berkeley.edu/)
compare nodal displacement from BFE.net library and OpenSEES for a model consist of random 3d bars
- A 5x5x5 node grid, connected horizontally and vertically by elemetns, with
nodes and
bar elements. - Every node in the model have a random load on it, random displacement in original location.
- Every node have a random displacement from original location on grid to make test case irregular
- Every element in the model have a random uniform distributed load on it.
- Max ABSOLUTE Error: 4.125e-013
- Max ABSOLUTE Error: 4.879e-007
Code and details available at BriefFiniteElementNet.Validation.BarElementTester.Validation_1()
and can be run fromBriefFiniteElement.Validation.Ui
project