Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zhddz
  • Order by date
  1. zhddz

    Where to find help on SAP2000 v21 OAPI ?

    Hello, JoshJoshPlumSE: Thank you for your help. It is nice to hear from the people from SAP2000.[bigsmile] I am using GetDamper function in OAPI, my code is like this: PropLink = NET.explicitCast(SapModel.PropLink,'SAP2000v1.cPropLink'); ret=PropLink.GetDamper("D1", MyDOF, MyFixed...
  2. zhddz

    Where to find help on SAP2000 v21 OAPI ?

    I am using MATLAB to access SAP2000 v21. I found that the CSI_OAPI_Documentation.chm come with the program doesn't provide enough information. And I think they are not up to date. Where can I find more information?
  3. zhddz

    For API in MATLAB, how to migrate from SAP2000 v14 to v21

    Hello, rscassar: Thank you for your help! I've tried: help SapModel.PropLink and it returns: SapModel is a variable of type SAP2000v1.cSapModel. and help PropLink returns: PropLink not found. I still do not know how to fix the prolem.
  4. zhddz

    For API in MATLAB, how to migrate from SAP2000 v14 to v21

    I updated my SAP2000 from v14 to v21, and found that my old MATLAB API code doesn't work any more. I'am trying to update my code, and got stucked. My original code is like this: ret = SapModel.PropLink.SetDamper("D1", MyDOF, MyFixed, MyNonLinear, MyKe, MyCe, MyK, MyC, MyCexp, 1, 0); The...
  5. zhddz

    Someone know the name of this kind of structures?

    I am writing an essay, and I need to know the name of this kind of structures. It’s a structure to reinforce a bridge for heavy cargo transportation, so that the bridge can carry loads that it couldn’t carry originally. After the heavy cargo passing the bridge, in some circumstances, the...
  6. zhddz

    How to define a constant 5% damping coefficient?

    Thank you very much for all your helps, Sebastian. I also asked my professor about this issue. My prof. said there is no way to achieve 5% damping for all the modes, which two modes should be chosen is engineer's judgement.
  7. zhddz

    How to define a constant 5% damping coefficient?

    Dear Sebastian: Thanks again for your response. You said I can easily find out the first two natural frequencies with SAP2000; did you mean the natural frequency from the first two modes of modal analysis? Following graph is the result of my modal analysis. If ?0 = 0.5807rad/s, ?1 =...
  8. zhddz

    How to define a constant 5% damping coefficient?

    Dear Sebastian: Thank you so much for your help, and your answer is very useful. I read the Chopra's book you attached, and there is a very nice example of solving a0 and a1. But the problem is that the example structure has point masses, and the stiffness is also easy to calculate; my...
  9. zhddz

    How to define a constant 5% damping coefficient?

    I want to do a Nonlinear Time History Analysis to a building. Because I have non-zero initial conditions, I have to use the Direct Integration method. The problem is that for direct integration method, I do not know how to set a constant damping coefficient of 0.05. In the following form...
  10. zhddz

    How to plot Vertical Displacement vs. Percent of Load Diagram?

    Thank you very much, Sebivaq. That's what I did. I do not know if there is an easier way.
  11. zhddz

    How to plot Vertical Displacement vs. Percent of Load Diagram?

    In SAP2000, how do I get a graph like following? I do not mind to plot this graph point by point in a spreadsheet, but I do not know how to get the percent of the full load data. Thanks.
  12. zhddz

    A very basic question: What is acceleration load?

    Sorry, the pictures are down. I post them again. Figure 1. Acceleration Load Case. Figure 2. Result from Dead Load Figure 3. Result from Acceleration
  13. zhddz

    A very basic question: What is acceleration load?

    Hello?IJR: Thank you very much for your response, but I still haven't got the point. If I have a mass weights 5kN at the tip of a cantilever, I will get 5kN reaction at the base without acceleration. I do not quite understand you. Following figures show my cantilever. There are only two...
  14. zhddz

    A very basic question: What is acceleration load?

    When I define a load case in SAP2000, there are two types of load. One is "load pattern", and the other one is "acceleration”. If I define acceleration in "UZ" direction, with scale factor of 1, what does it mean? The scale factor is the factor of what? Factor of the gravity? I defined an...
  15. zhddz

    Modeling plastic behavior of Steel, force doesn't increase.

    I would like to analyze stress strain behavior of a steel beam using Static Riks. The Load proportional factor stop increasing shortly after reaching the yield strength. How to I solve the problem? Following is the status file, STEP INC ATT SEVERE EQUIL TOTAL TOTAL STEP INC OF...
Back
Top