Search found 8 matches
- Thu Dec 02, 2004 3:58 am
- Forum: Framework
- Topic: Transient analysis help...
- Replies: 8
- Views: 9638
I want to develop in C++, as we want to integrate our software with the opensees FEM capabilities. The TCL interpreter is useless integrating C/C++ softwares. Now, I have some questions for translating your code into C++. What does this mean? set lambda1 [eigen 1] Is this true? pattern UniformExcita...
- Wed Dec 01, 2004 3:41 am
- Forum: Framework
- Topic: Transient analysis help...
- Replies: 8
- Views: 9638
Here's a little excerpt of the modified code: theMaterial = new ElasticIsotropicMaterial(0, 3000, 0.3, 4); Current Domain Information Current Time: 4 tCommitted Time: 4 NODE DATA: NumNodes: 300 Node: 0 Coordinates : 14 0 0 commitDisps: 0 0 0 Velocities : 0 0 0 commitAccels: 0 0 0 unbalanced Load: 0 ...
- Tue Nov 30, 2004 10:46 am
- Forum: Framework
- Topic: Transient analysis help...
- Replies: 8
- Views: 9638
I thought it was done automagically by the bBarBrick, defining the geometry and the material property: theMaterial = new ElasticIsotropicMaterial(0, 3000, 0.3); theElement = new BbarBrick(tot, en[0], en[1], en[2], en[3], en[4], en[5], en[6], en[7], *theMaterial); So, if I'm wrong, and the probabilit...
- Mon Nov 29, 2004 1:43 am
- Forum: Framework
- Topic: Transient analysis help...
- Replies: 8
- Views: 9638
No, the simulation isn't working. The displacement is always zero, but it's not realistic. An example: Node: 188 Coordinates : 3.45919 -10.3116 9 commitDisps: 0 0 0 Velocities : 0 0 0 commitAccels: 0 0 0 unbalanced Load: 0 0 0 ID : 483 484 485 Node: 189 Coordinates : 8.95919 -6.31564 9 commitDisps: ...
- Fri Nov 26, 2004 7:52 am
- Forum: Framework
- Topic: Transient analysis help...
- Replies: 8
- Views: 9638
Transient analysis help...
I decided to use bbarbricks to analyze my model. I can do a static analysis but I'm quite uncomfortable with the transient one. Can you help me? This is what I do: theSeries = new TrigSeries (0, 200, 1, 0); GroundMotion *theMotion = new GroundMotion(0, 0, theSeries); theLoadPattern = new UniformExci...
- Thu Nov 25, 2004 5:45 am
- Forum: Framework
- Topic: Mesh generators
- Replies: 4
- Views: 5968
- Sun Nov 21, 2004 8:42 am
- Forum: Framework
- Topic: Mesh generators
- Replies: 4
- Views: 5968
- Fri Nov 19, 2004 3:45 am
- Forum: Framework
- Topic: Mesh generators
- Replies: 4
- Views: 5968
Mesh generators
Hi. I'm new to opensees and I have a simple question. We have a mesh generator based on bsp trees, so all the cells in the mesh are polyhedral. Is it possible to define a mesh using custom cells? The problem seems to be with the element associated with the MeshRegion, since it doesn't seem to handle...