Search found 13 matches

by bravejbc
Thu Mar 29, 2012 1:49 am
Forum: OpenSees.exe Users
Topic: How to use the Damage Model in OpenSees
Replies: 0
Views: 1670

How to use the Damage Model in OpenSees

I found the commands in OpeSees source code: damageModel ParkAng tag? deltaU? beat? FU? recorder ElementDamage eleID? <-time> <-file fileName?> <-section secID1? secID2? ...> <-dof dofID?> <-damage dmgID?> I followed the above commands and created a damage recorder. But, OpenSees.exe can't work. Tha...
by bravejbc
Mon Dec 12, 2011 4:50 pm
Forum: OpenSees.exe Users
Topic: Questions about RemoveRecorder class
Replies: 3
Views: 3445

Re: Questions about RemoveRecorder class

Is there anybody answer my question?
by bravejbc
Sun Dec 11, 2011 4:15 am
Forum: OpenSees.exe Users
Topic: Questions about RemoveRecorder class
Replies: 3
Views: 3445

Re: Questions about RemoveRecorder class

I read the example: Infill Wall Model and Element Removal (http://opensees.berkeley.edu/wiki/index.php Infill_Wall_Model_and_Element_Removal#Implementation_of_Infill_Wall_Removal_in_OpenSees). Please take care of the following paragraph: A progressive collapse algorithm is developed [4-6], the diffe...
by bravejbc
Sat Dec 10, 2011 6:30 pm
Forum: OpenSees.exe Users
Topic: Questions about RemoveRecorder class
Replies: 3
Views: 3445

Questions about RemoveRecorder class

hellow everyone:
RemoveRecorder class developed by M.Talaat and S.Gunay is a recorder for element removal, but how can I use it during the analysis ?
by bravejbc
Mon Aug 22, 2011 2:00 am
Forum: OpenSees.exe Users
Topic: Constraints imposed
Replies: 1
Views: 2033

Constraints imposed

I created a structure model with truss element. Right now I want to replace one of the truss element with a damper whose force-displacement relationship has been given. Is there any proper elements for the damper? Considering OpenSees doesn't has this kind of element, my idea is imposing the damper'...
by bravejbc
Mon Aug 15, 2011 4:38 pm
Forum: OpenSees.exe Users
Topic: stop the analysis, modify the model, restart the analysis
Replies: 8
Views: 8647

Re: stop the analysis, modify the model, restart the analysi

I think I've gotten some misunderstanding or made some mistake, so I wasn't able to solve my problem. Would you like to give me a example and show me much more details about the loop. :P
Thank you very much!

bravejbc DUT
by bravejbc
Mon Aug 15, 2011 6:15 am
Forum: OpenSees.exe Users
Topic: stop the analysis, modify the model, restart the analysis
Replies: 8
Views: 8647

Re: stop the analysis, modify the model, restart the analysi

vesna wrote: > Do the analysis in the loop and inside of the loop define condition under > which you want to change your model. Under this condition define all > changes of your model that you want to see. Dear vesna, I've learned about that the analysis will stop either the analysis is finished or ...
by bravejbc
Sun Aug 14, 2011 3:55 pm
Forum: OpenSees.exe Users
Topic: stop the analysis, modify the model, restart the analysis
Replies: 8
Views: 8647

Re: stop the analysis, modify the model, restart the analysi

Dear vesna, Thanks for your reply. Followed your advice, I modified the Basic_Truss_Example (http://opensees.berkeley.edu/wiki/index ... ss_Example), and did the analysis in the while loop as follows: # Remove existing model wipe # Create ModelBuilder (with two-dimensions and 2 DOF/node) model Basic...
by bravejbc
Sat Aug 13, 2011 11:51 pm
Forum: OpenSees.exe Users
Topic: stop the analysis, modify the model, restart the analysis
Replies: 8
Views: 8647

Re: stop the analysis, modify the model, restart the analysi

Dear vesna, Thanks for your reply. Followed your advice, I modified the Basic_Truss_Example (http://opensees.berkeley.edu/wiki/index.php/Basic_Truss_Example), and did the analysis in the while loop as follows: # Remove existing model wipe # Create ModelBuilder (with two-dimensions and 2 DOF/node) mo...
by bravejbc
Fri Aug 12, 2011 6:00 am
Forum: OpenSees.exe Users
Topic: stop the analysis, modify the model, restart the analysis
Replies: 8
Views: 8647

stop the analysis, modify the model, restart the analysis

Dear all,
How could I stop the analysis, modify the model and then restart the analysis? In other words how can I control analysis process of the program ?
Thanks!

bravejbc DUT
by bravejbc
Sat May 07, 2011 6:12 pm
Forum: Framework
Topic: We are collecting OPENSEES User-Requirements Data
Replies: 15
Views: 48682

Re: We are collecting OPENSEES User-Requirements Data

Dear Silvia, There are many posts mentioned how to spit mass,stiffness and damping Matrix out. At present neither mass or modal participation factors can not be recorded with OpenSees. Although We can go to the source code, find it and spit it out, it is very difficult for us. Would you please do so...
by bravejbc
Sat May 07, 2011 5:32 pm
Forum: OpenSees.exe Users
Topic: determineted modal particpation factors and phisTopFloorDirn
Replies: 4
Views: 3983

Re: determineted modal particpation factors and phisTopFloor

vesna wrote: > Neither mass or modal participation factors can not be recorded with > OpenSees. However if you know C++, you can go to the source code, find it > and spit it out. > >Dear vesna, I am reading the source code. Would you please give me much more details about finding and spitting out ma...