Search found 23 matches

by fluozhen
Thu Aug 12, 2010 9:23 am
Forum: Framework
Topic: modal analysis---period is wrong
Replies: 1
Views: 3030

modal analysis---period is wrong

hi all, I have a problem during modal analysis, the structure period is always wrong , could anyone knows how to do the modal analysis? why the period is wrong? Anxious for solutions, sorry for my English,thank you.
by fluozhen
Wed Jun 09, 2010 11:01 am
Forum: Framework
Topic: Help! I need your help
Replies: 4
Views: 4025

[quote="fmk"]if all your base nodes are constrained, it means you may be missing some elements .. start by constraining everything and then removing constraints until you find the source of your error.[/quote]

Got it.Thank u.
by fluozhen
Tue Jun 08, 2010 4:48 am
Forum: Framework
Topic: Help! I need your help
Replies: 4
Views: 4025

[quote="fmk"]you don't have enough constraints[/quote]
Thank you for your reply, I constraint the basenodes, others are default. Is it right? Could you explain it in detail? Thank you for your patience and sorry for my English.
by fluozhen
Mon Jun 07, 2010 3:44 pm
Forum: Framework
Topic: Help! I need your help
Replies: 4
Views: 4025

Help! I need your help

hi all, can u tell me what does this information means:
UMD2FA: matrix is singular,only 432 pivots found.WARNING UmfpackGenLinSolver::solve(void) 4 returned in factorization UMD2FA().
thank u!
by fluozhen
Mon Jun 07, 2010 2:43 am
Forum: OpenSees.exe Users
Topic: Adaptive Pushover Analysis
Replies: 18
Views: 21239

dear basir

[quote="basir"]hi i will share a complete script with you all which is single run an perform an adaptive pushover procedure using opensees and tcl features.[/quote] Dear basir, do you have some information about Adaptive Pushover ?? can you share it with me. I would like to learn it and I ...
by fluozhen
Sat Jun 05, 2010 10:32 am
Forum: Framework
Topic: quickmain modification
Replies: 10
Views: 8814

Re: quickmain modification

[quote="fluozhen"][quote="pankotso"]Hi all, I tried to modify the example 1 given in quickmain in opensees source with a basic example (like example 2) with elastic beam elements. My problem is that when i try to build the solution, the compliler says that ''Cannot open include f...
by fluozhen
Sat Jun 05, 2010 8:39 am
Forum: Framework
Topic: Is there a manual of opensees for C++
Replies: 0
Views: 1786

Is there a manual of opensees for C++

Hi all, does anybody have a manual of opensees for C++?? I met many problems for pushover analysis in C++, could anyone give me a manual if it exists or some examples. Thank you so much.
by fluozhen
Mon May 24, 2010 10:34 pm
Forum: Framework
Topic: quickmain modification
Replies: 10
Views: 8814

Re: quickmain modification

[quote="pankotso"]Hi all, I tried to modify the example 1 given in quickmain in opensees source with a basic example (like example 2) with elastic beam elements. My problem is that when i try to build the solution, the compliler says that ''Cannot open include file: 'ElasticBeam2d.h': No s...
by fluozhen
Wed May 12, 2010 12:28 pm
Forum: Framework
Topic: dear fmk :a problem of eigeanalysis
Replies: 2
Views: 2993

Dear fmk, thank for ur patience

[quote="fmk"]what do you mean the K is 0, if you mean your stifness matrix is all zeros, and you have elements, it means your material properties or section definition is incorrect. if the matrix is singular, i.e. there are values in it, then you have the problem above or not enough constr...
by fluozhen
Tue May 11, 2010 11:52 pm
Forum: Framework
Topic: dear fmk :a problem of eigeanalysis
Replies: 2
Views: 2993

dear fmk :a problem of eigeanalysis

when I do some eigenanalysis there's something wrong:
the eigenvalue is numrically undetermined or infinite, but the K is 0 when I output it, I don't know what the problem is? Why the K is 0? Please help.
by fluozhen
Mon May 10, 2010 1:08 pm
Forum: Framework
Topic: Dear fmk: what's this problem?????
Replies: 4
Views: 4084

so many thanks

[quote="fmk"]well if your stiff is 0, you have to change your input parameters.[/quote]
thank you for your patience.
by fluozhen
Sun May 09, 2010 5:46 am
Forum: Framework
Topic: Dear fmk: what's this problem?????
Replies: 4
Views: 4084

dear fmk, question again

[quote="fmk"]the force beam column needs to iterate at every step .. it does a newton iteration using the flexibility matrix, if that fails it does some modified newton iterations and tries cutting the step size. your element is failing in these iterations which typically means that 1, tho...
by fluozhen
Wed May 05, 2010 11:33 pm
Forum: Framework
Topic: Dear fmk: what's this problem?????
Replies: 4
Views: 4084

Dear fmk: what's this problem?????

"WARNING - ForceBeamColumn2d::update - failed to get compatible element forces & deformations for element: "(dW: << " << dW << ")\n";

I really don't know why is that? please help!!!!!!!



Many thanks.
by fluozhen
Fri Apr 30, 2010 11:17 am
Forum: Framework
Topic: dear fmk.access violation when read the position 0xcccccccc
Replies: 4
Views: 4643

To fmk

[quote="fmk"]the debugger should be able to tell you the line nu .. if not do some manual debugging by putting stuff like opserr << "HERE -1\n" in the source code to see what the offending line of code is.[/quote] Dear fmk, Thank u for your patience and guidance, it is probably a...
by fluozhen
Thu Apr 29, 2010 10:55 pm
Forum: Framework
Topic: dear fmk.access violation when read the position 0xcccccccc
Replies: 4
Views: 4643

dear fmk.

[quote="fmk"]what line does the error happen .. and do you not have access to a debugger! .. if you are planning on writing code you need to have access to a debugger and you need to know how to use it![/quote] dear fmk,thank u for ur reply. I debug the code and the mistake happened on thi...