I think the Cypress Editor will be useful for you.
the link to download tool was attached bellow
http://cypress.hrshojaie.com/en-us/default.aspx
Search found 11 matches
- Wed May 23, 2018 9:26 pm
- Forum: OpenSees.exe Users
- Topic: Writing code and running code
- Replies: 3
- Views: 4064
- Fri Apr 06, 2018 8:47 pm
- Forum: Framework
- Topic: error of loading tlc file
- Replies: 3
- Views: 4647
Re: error of loading tlc file
Hi duguyihan
I couldn't understand your answer, could you tell me more detail?
I couldn't understand your answer, could you tell me more detail?
- Mon Apr 02, 2018 7:47 pm
- Forum: Framework
- Topic: error of loading tlc file
- Replies: 3
- Views: 4647
error of loading tlc file
Hello, I am trying to add new material to opensees. However, I got trouble when executing "example1.tlc" file. the detail error was attached below. https://drive.google.com/file/d/1E3gWdhL67PbsO-p7saf3nGBKOZVlGyWo/view?usp=sharing Is there anyone can help me with this type of error? Thank ...
- Thu Mar 29, 2018 1:36 am
- Forum: OpenSees.exe Users
- Topic: Requesting help in creating soil structure interaction model
- Replies: 1
- Views: 2167
Re: Requesting help in creating soil structure interaction m
in my opinion, if you are considering soil-structure interaction aspect, you can use PySimple1 material to simulate interface between pile and soil. in order to simplify model, you can separate simulation for soil to get free-field motion, after that you can use this input motion to apply end of eac...
- Mon Mar 26, 2018 6:24 pm
- Forum: OpenSees.exe Users
- Topic: Soil-Pile Interaction
- Replies: 4
- Views: 4064
Re: Soil-Pile Interaction
which py spring model you use?
- Sun Jan 14, 2018 11:10 pm
- Forum: OpenSees.exe Users
- Topic: Section force output file.
- Replies: 2
- Views: 2640
Re: Section force output file.
I think you can try like this
recorder Element -xml ElementSectionForce/ElementForce41.txt -ele 41 section 1 force
instead of
recorder Element -file ElementSectionForce/ElementForce41.txt -ele 41 section 1 force
recorder Element -xml ElementSectionForce/ElementForce41.txt -ele 41 section 1 force
instead of
recorder Element -file ElementSectionForce/ElementForce41.txt -ele 41 section 1 force
- Tue Aug 29, 2017 5:20 am
- Forum: OpenSees.exe Users
- Topic: record rotation of pile section
- Replies: 0
- Views: 1572
record rotation of pile section
Hi,
I'm simulating pipe pile by p-y spring, and I used elasticbeamcolunm for pile element. My question is how to get rotation of pile section. I already used this command
recorder Element -file ele1sec1Defo.out –time -ele 1 section 1 deformation
but it can not record.
thanks for any idea help me.
I'm simulating pipe pile by p-y spring, and I used elasticbeamcolunm for pile element. My question is how to get rotation of pile section. I already used this command
recorder Element -file ele1sec1Defo.out –time -ele 1 section 1 deformation
but it can not record.
thanks for any idea help me.
- Mon Aug 28, 2017 12:14 am
- Forum: OpenSees.exe Users
- Topic: Multi-Support Excitation Pattern command
- Replies: 4
- Views: 3989
Re: Multi-Support Excitation Pattern command
thanks for reply Seilimgunay
velocities are also different
here is my code
https://drive.google.com/file/d/0B9v0lL ... sp=sharing
velocities are also different
here is my code
https://drive.google.com/file/d/0B9v0lL ... sp=sharing
- Sun Aug 27, 2017 12:58 am
- Forum: OpenSees.exe Users
- Topic: Multi-Support Excitation Pattern command
- Replies: 4
- Views: 3989
Re: Multi-Support Excitation Pattern command
Dear selimgunay
I recorded from node 401 to 435, these nodes are applied inputmotion.
I recorded from node 401 to 435, these nodes are applied inputmotion.
- Sat Aug 26, 2017 12:51 am
- Forum: OpenSees.exe Users
- Topic: Multi-Support Excitation Pattern command
- Replies: 4
- Views: 3989
Multi-Support Excitation Pattern command
Hi, I had the problem when I used Multi-support command, I don't know why recording acceleration values are so much different with input acceleration, but recording displacement values are the same as input motion. Can anyone please help me to find out the reason Here is my code which I use to apply...
- Fri Apr 14, 2017 1:51 am
- Forum: OpenSees.exe Users
- Topic: Pipeline Modeling
- Replies: 1
- Views: 3119
Re: Pipeline Modeling
1. I think you can change nodes fixity like that #spring nodes fixities for {set i 1} {$i <= $nNodeEmbed} {incr i} { fix [expr $i + 100] 0 1 1 fix [expr $i + 200] 1 1 1 } 2. You can increase tolerance on the norm of the displacement residual was 1e3 test NormDispIncr 1e3 20 I've changed your code, a...