Search found 9 matches
- Tue Apr 13, 2021 1:16 am
- Forum: OpenSees.exe Users
- Topic: element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
- Replies: 11
- Views: 10048
Re: element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
The output you are getting is not bending moment but it is the pseudotime. There must be something wrong with your code due to which it is unable to record the stress and strain and you are only getting pseudotime as an output. Thank you for your reply. Could you please help me to see how to modify...
- Fri Apr 09, 2021 5:25 pm
- Forum: OpenSees.exe Users
- Topic: element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
- Replies: 11
- Views: 10048
Re: element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
Why do you have the 2 in '-ele 1 2 section...'? I think I know what you mean,Are you saying this should be the case, recorder Element -file Element1.out -time -ele 1 Section 1 fiber 5.6 4.8 strainstress I tried again, Element1.out still got the bending moment Rather than strainstress Can you help m...
- Fri Apr 09, 2021 5:14 pm
- Forum: OpenSees.exe Users
- Topic: element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
- Replies: 11
- Views: 10048
- Fri Apr 09, 2021 5:12 pm
- Forum: OpenSees.exe Users
- Topic: element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
- Replies: 11
- Views: 10048
Re: element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
Thank you for your reply,I don't know what you mean, the one at the bottom is not my command stream,I only have one in '-ele 1 2 section...
- Fri Apr 09, 2021 12:00 am
- Forum: OpenSees.exe Users
- Topic: element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
- Replies: 11
- Views: 10048
element zeroLengthSection-The moment curvature analysis cannot output the stress and strain of the fiber
This is my code proc MomentCurvature {secTag axialLoad maxK {numIncr 100} } { # Define two nodes at (0,0) node 1 0.0 0.0 node 2 0.0 0.0 # Fix all degrees of freedom except axial and bending fix 1 1 1 1 fix 2 0 1 0 # Define element # tag ndI ndJ secTag element zeroLengthSection 1 1 2 $secTag # Create...
- Mon Dec 28, 2020 11:37 pm
- Forum: OpenSees.exe Users
- Topic: an pattern Plain and Pattern Multisupport not be used together?
- Replies: 5
- Views: 4713
Re: an pattern Plain and Pattern Multisupport not be used together?
thankyou for you reply thanyou xiexiemhscott wrote: ↑Fri Dec 11, 2020 5:13 am You have patterns with the same tag. All patterns need to have unique tags.
You can find some resources at https://courses.silviasbrainery.com
- Thu Dec 10, 2020 5:41 am
- Forum: OpenSees.exe Users
- Topic: I add pattern MultiSupport 1 and 3 to 260 point , add pattern MultiSupport 2 and 4 to 261 point, But ultimately only
- Replies: 0
- Views: 6125
I add pattern MultiSupport 1 and 3 to 260 point , add pattern MultiSupport 2 and 4 to 261 point, But ultimately only
I add pattern MultiSupport 1 and 3 to 260 point , add pattern MultiSupport 2 and 4 to 261 point, But ultimately only pattern MultiSupport 3 and 4 have impacts on the results Where is the problem? Looking forward to your reply This is part of my code: puts "Transient analysis" set xDamp 0.0...
- Thu Dec 10, 2020 5:26 am
- Forum: OpenSees.exe Users
- Topic: an pattern Plain and Pattern Multisupport not be used together?
- Replies: 5
- Views: 4713
Re: an pattern Plain and Pattern Multisupport not be used together?
Yes, Plain and Multisupport patterns can be used together. Multisupport can use any imposed displacement, velocity, or acceleration. This is part of my code: set xDamp 0.05; set nEigenI 1; set nEigenJ 2; set lambdaN [eigen [expr $nEigenJ]]; set lambdaI [lindex $lambdaN [expr $nEigenI-1]]; set lambd...
- Thu Dec 10, 2020 2:21 am
- Forum: OpenSees.exe Users
- Topic: an pattern Plain and Pattern Multisupport not be used together?
- Replies: 5
- Views: 4713
an pattern Plain and Pattern Multisupport not be used together?
I would like to ask the first question: can pattern Plain and Pattern Multisupport not be used together? The second question is whether pattern Multisupport can only add ground vibration. I am looking forward to your reply