Search found 3 matches

by Sissy
Sun May 18, 2014 6:31 pm
Forum: Framework
Topic: Does anybody know where and how OpenSees get the load input?
Replies: 2
Views: 2991

Re: Does anybody know where and how OpenSees get the load in

Add: The question occurs when I am going to define a new material and define the setTrialStrain function. I am just wondering where the input "strain" comes from and how it is calculated. I tracked several steps back to the Node.cpp but could not find how it calculated the displacement acc...
by Sissy
Sun May 18, 2014 5:53 pm
Forum: Framework
Topic: Does anybody know where and how OpenSees get the load input?
Replies: 2
Views: 2991

Does anybody know where and how OpenSees get the load input?

I am doing a SDF truss analysis and I use the trigonometric time series input for a dynamic analysis. I want to check if the input loading is same as defined. I did not see a recorder which could record the load input(which I think is not the reaction force in a dynamic analysis). Does anybody know ...
by Sissy
Fri Mar 07, 2014 8:43 am
Forum: Framework
Topic: Adding Code to OpenSees
Replies: 4
Views: 5033

Re: Adding Code to OpenSees

I had the same problem. There was a link error when compiling, which I did not have before. LINK:fatal error LNK1123: failure during conversion to CoFF: file invalid or corrupt This is my solution: 1. for the link error: I just followed some instruction online: right click the project, select proper...