Search found 8 matches

by foxchameleon
Wed Jul 03, 2013 8:33 am
Forum: OpenSees.exe Users
Topic: Error building opensees on windows
Replies: 1
Views: 2390

Re: Error building opensees on windows

Did you try the latest version of 2.4.0? I compiled it 2 days ago, and it is working very well.
by foxchameleon
Wed Jul 03, 2013 8:28 am
Forum: OpenSees.exe Users
Topic: Elastic beam column with distributed mass
Replies: 2
Views: 3074

Re: Elastic beam column with distributed mass

If I remember correctly when I did this check with my friends, "elasticBeamColumn" element does not support mass density well.
by foxchameleon
Tue Jul 02, 2013 9:28 am
Forum: OpenSees.exe Users
Topic: what is changed for the domain if I do "analyze 1" with fail
Replies: 2
Views: 2189

Re: what is changed for the domain if I do "analyze 1" with

Hi, Frank Thank you. Yeah, that is what I thought, but I have a case which is not working as we thought. I am sending you the example I have by email. In order to repeat the problem I have, you just need to run the example and wait for less than one minute (with successful "analyze" for th...
by foxchameleon
Mon Jul 01, 2013 10:43 am
Forum: OpenSees.exe Users
Topic: what is changed for the domain if I do "analyze 1" with fail
Replies: 2
Views: 2189

what is changed for the domain if I do "analyze 1" with fail

Hi All I have a question on OpenSees as shown in the title "what is changed for the domain if I do "analyze 1" but if it failed with the following error message: analyze failed, returned: -3 error flag I think the domain is not changed, but I the following problem I had below confused...
by foxchameleon
Sat Nov 19, 2011 3:32 pm
Forum: OpenSees.exe Users
Topic: Apply gravity load by applying constant acceleration g?
Replies: 5
Views: 5685

Re: Apply gravity load by applying constant acceleration g?

# For check applying gravity option by Yong Li set m 10; set g 9.8; wipe model BasicBuilder -ndm 2 -ndf 2 node 1 0.0 0.0 node 2 144.0 0.0 node 3 168.0 0.0 node 4 72.0 96.0 -mass $m $m; fix 1 1 1 fix 2 1 1 fix 3 1 1 uniaxialMaterial Elastic 1 3000.0 element truss 1 1 4 10.0 1 element truss 2 2 4 5.0 ...
by foxchameleon
Fri Nov 18, 2011 4:40 pm
Forum: OpenSees.exe Users
Topic: Apply gravity load by applying constant acceleration g?
Replies: 5
Views: 5685

Re: Apply gravity load by applying constant acceleration g?

For now, it works fine according to the check I did.
So we can save lots of trouble to define gravity load directly. Instead, we just need to define mass, and then define constant acceleration g.
by foxchameleon
Fri Nov 18, 2011 3:18 pm
Forum: OpenSees.exe Users
Topic: Apply gravity load by applying constant acceleration g?
Replies: 5
Views: 5685

Re: Apply gravity load by applying constant acceleration g?

Hey vesna Thanks for your reply, but I did not get whether you agree or not. Yes, in OpenSees we need to define gravity loads. But the gravity loads can also be obtained by applying constant acceleration of g, without defining gravity load directly, right? vesna wrote: > In OpenSees there is such an...
by foxchameleon
Thu Nov 17, 2011 6:30 pm
Forum: OpenSees.exe Users
Topic: Apply gravity load by applying constant acceleration g?
Replies: 5
Views: 5685

Apply gravity load by applying constant acceleration g?

Hi, Guys When we apply gravity loads for a structure in OpenSees, did you try to apply a constant acceleration "g" instead of applying the loads by any chance, which may save us lots of trouble. But I did not see much of this in OpenSees, which can work in other software like ANSYS How did...