Search found 23 matches
- Tue May 17, 2016 1:47 am
- Forum: OpenSees.exe Users
- Topic: FPBearingPTV friction pendulum element
- Replies: 4
- Views: 3462
Re: FPBearingPTV friction pendulum element
Write to mkumar[AT]iitgn[DOT]ac[DOT]in for the example files.
- Thu Sep 19, 2013 6:51 am
- Forum: Framework
- Topic: New material ElasticPPcpp in Linux environment
- Replies: 4
- Views: 4126
Re: New material ElasticPPcpp in Linux environment
Hello Frank,
They have the CentOS version 6.4 operating system and gcc 4.3.6 compiler suite. It’s an older version of the compiler that is needed for matlab compatibility.
Thanks,
Manish
They have the CentOS version 6.4 operating system and gcc 4.3.6 compiler suite. It’s an older version of the compiler that is needed for matlab compatibility.
Thanks,
Manish
- Wed Sep 18, 2013 12:11 pm
- Forum: Framework
- Topic: New material ElasticPPcpp in Linux environment
- Replies: 4
- Views: 4126
Re: New material ElasticPPcpp in Linux environment
Hello Frank, Thanks for your response. These errors I am getting are for the example in Addingyourcode.pdf file. I have obtained the entire directory along with ElasticPPcpp.cpp and ElasticPPcpp.h files from the svn repository and have not made any changes there. I am trying to run those very files ...
- Tue Sep 17, 2013 1:25 pm
- Forum: Framework
- Topic: New material ElasticPPcpp in Linux environment
- Replies: 4
- Views: 4126
New material ElasticPPcpp in Linux environment
Hello, I am trying to add a new material in a Linux environment. I have already done so on Windows. For the purpose I started with the example in AddingYourCode.pdf. I have been able to generate the .so file, but the new material ElasticPPcpp is not found by OpenSees. I searched on the forum and fou...
- Fri Nov 02, 2012 5:38 pm
- Forum: OpenSees.exe Users
- Topic: error encountered while attempting to identify parameter
- Replies: 5
- Views: 4184
Re: error encountered while attempting to identify parameter
I sent the mail again. Kindly let me know if you do not receive it.
- Thu Nov 01, 2012 6:36 am
- Forum: OpenSees.exe Users
- Topic: error encountered while attempting to identify parameter
- Replies: 5
- Views: 4184
Re: error encountered while attempting to identify parameter
Yes, but if it is defined in a certain order, it works alright. I sent the files to OpenSees moderators. I am yet to hear from them. However, it is possible that they have taken care of it in the latest version 2.4.0. I have not worked with it yet.
Manish
Manish
- Mon Aug 27, 2012 7:28 pm
- Forum: OpenSees.exe Users
- Topic: error encountered while attempting to identify parameter
- Replies: 5
- Views: 4184
error encountered while attempting to identify parameter
Hello, I am facing a problem with the parameter command. The relevant portion of the code is posted below. ******************************* uniaxialMaterial Steel01 1 $sigmaY $E_Steel 0.000000000000001; uniaxialMaterial Steel01 2 [expr 128097.6*$accelGravity*$Mu_Ref] $E_Steel 0.0000000000001; uniaxia...
- Fri Feb 17, 2012 11:05 am
- Forum: OpenSees.exe Users
- Topic: TFP Output
- Replies: 4
- Views: 3206
Re: TFP Output
I tried finding her contact yesterday. Can you help me with that?
- Thu Feb 16, 2012 2:56 pm
- Forum: OpenSees.exe Users
- Topic: TFP Output
- Replies: 4
- Views: 3206
Re: TFP Output
But, how does it depend on boundary condition? I have anyway given my code in the other post. Please take a look and let me know if changing the boundary condition will fix the problem.
I feel that as coefficient of friction is increased, the maximum elastic force should increase proportionately.
I feel that as coefficient of friction is increased, the maximum elastic force should increase proportionately.
- Thu Feb 16, 2012 2:53 pm
- Forum: OpenSees.exe Users
- Topic: Displacement Histories at Sliding Surfaces in TFP
- Replies: 11
- Views: 6554
Re: Displacement Histories at Sliding Surfaces in TFP
#This program is to run a simple model using the TFP element available with OpenSees wipe model BasicBuilder -ndm 2 -ndf 3 node 1 0.0 0.0 ; node 2 0.0 0.3048 ; fix 1 1 1 1 ; fix 2 1 0 1 ; set NodeMass 2; mass 1 $NodeMass $NodeMass $NodeMass mass 2 $NodeMass $NodeMass $NodeMass set R1 0.4064 ; set R2...
- Thu Feb 16, 2012 9:51 am
- Forum: OpenSees.exe Users
- Topic: TFP Output
- Replies: 4
- Views: 3206
TFP Output
I have some problem with TFP element output. My set up is the simplest possible, a two noded structure with both nodes fixed in horizontal direction. One of the nodes is being given cyclic displacement using SP command. I kept the axial load fixed at 1.5 MN, coefficients of friction at the exterior ...
- Mon Feb 13, 2012 4:14 pm
- Forum: OpenSees.exe Users
- Topic: Displacement Histories at Sliding Surfaces in TFP
- Replies: 11
- Views: 6554
Re: Displacement Histories at Sliding Surfaces in TFP
Vesna, can you please check if the new commands are working? I am getting the other element outputs (force) all the columns. However, here is what I am getting when I ask for relativeDisp. I have two different structures, and I am getting numbers for static and dynamic both analyses. Not for the rel...
- Mon Feb 13, 2012 3:41 pm
- Forum: OpenSees.exe Users
- Topic: Displacement Histories at Sliding Surfaces in TFP
- Replies: 11
- Views: 6554
Re: Displacement Histories at Sliding Surfaces in TFP
Thanks a lot Vesna.
However, can you please also tell what I am missing in the approach of making .dll file? It might help later if I want to take some output from some other element.
Manish
However, can you please also tell what I am missing in the approach of making .dll file? It might help later if I want to take some output from some other element.
Manish
- Sun Feb 12, 2012 10:28 am
- Forum: OpenSees.exe Users
- Topic: Displacement Histories at Sliding Surfaces in TFP
- Replies: 11
- Views: 6554
Re: Displacement Histories at Sliding Surfaces in TFP
I tried the other way too. I kept the name of files TFPManish.cpp, TFPManish.h and TFPManish was the class name. In the .cpp and .h files I replaced very instance of TFP_Bearing with TFPManish. Obtained the .dll file. Result is still the same.
- Fri Feb 10, 2012 4:59 pm
- Forum: OpenSees.exe Users
- Topic: Displacement Histories at Sliding Surfaces in TFP
- Replies: 11
- Views: 6554
Re: Displacement Histories at Sliding Surfaces in TFP
Hello Vesna, Here is what I tried to do. I used the 24-step procedure to create a file named TFP_Bearing.dll. This is what is the name of .cpp and .h files. Firstly, I tried without making any changes in original TFP_Bearing.cpp and TFP_Bearing.h files. I got the .dll file. I took that file to my fo...