Search found 5881 matches

by fmk
Tue Nov 30, 2004 4:02 pm
Forum: OpenSees.exe Users
Topic: changing derived-class function prototype
Replies: 8
Views: 7236

why are you doing the condensation .. you should just leave it as a 3 noded element .. people leave the 27 noded brick and 9 noded quad as is w/o any condensation .. when you get to transient analysis you are not gonna get what you expect if you do the static condensation .. (A+B)^-1 != A^-1 + B^-1
by fmk
Tue Nov 30, 2004 12:34 pm
Forum: Framework
Topic: Transient analysis help...
Replies: 8
Views: 9352

the ElasticIsotropicMaterial can take 4 args .. rho is the 4'th .. if pass it 3, rho is taken to be 0.0 .. hence 0 mass .. have a look at the material header file.
by fmk
Tue Nov 30, 2004 12:29 pm
Forum: OpenSees.exe Users
Topic: Print residuals
Replies: 2
Views: 4075

you can also use the logFile <fileName> command in the script .. this does pretty much the same thing .. the o/p appears on the screen and is also sent to a file .. only output after logFile command appears.
by fmk
Tue Nov 30, 2004 12:24 pm
Forum: OpenSees.exe Users
Topic: 3D building, diaphragm constraint
Replies: 2
Views: 2753

multi-point constraints do work with equalDOF .. it's just that you have to be careful as we don't follow constraints with transformation, e.g. if one node is constrained to another which is constrained to another.
by fmk
Tue Nov 30, 2004 12:23 pm
Forum: OpenSees.exe Users
Topic: changing derived-class function prototype
Replies: 8
Views: 7236

don't know how .. why do you need the basic stiffness in getBasicIncrDisp()? .. if you do
need it and this may happen again we might need to change our interface.
by fmk
Mon Nov 29, 2004 11:35 am
Forum: Framework
Topic: Transient analysis help...
Replies: 8
Views: 9352

the message that is printed out is not an error .. just a print statement someone left in to check on memory requirements .. do you have any
mass defined?
by fmk
Mon Nov 22, 2004 11:23 am
Forum: Framework
Topic: Mesh generators
Replies: 4
Views: 5537

are you asking if OpenSees can handle 'polyhedral cells with N faces' elements or are you asking if there are any existing elements in OpenSees that can be used to
create your model if your mesh generator outputs n-cells? .. if the question is the first then yes you can, if the second then no.
by fmk
Fri Nov 19, 2004 12:27 pm
Forum: Framework
Topic: Mesh generators
Replies: 4
Views: 5537

excuse my ignorance .. but what are n-cells?
by fmk
Wed Nov 17, 2004 11:38 am
Forum: OpenSees.exe Users
Topic: hinge state: display colour
Replies: 3
Views: 1848

it does beceause i was playing around with graphics awhile back to see what i could do easily .. there has since been a PEER sponsored project to provide some graphics .. nothing has yet come of it.
by fmk
Mon Nov 15, 2004 1:07 pm
Forum: OpenSees.exe Users
Topic: hinge state: display colour
Replies: 3
Views: 1848

no .. you can record the plasticRotation at the elements .. we don't mention the graphics in the manual because that area needs some work and we don't have the resources to work on it.
by fmk
Sun Nov 07, 2004 9:21 pm
Forum: OpenSees.exe Users
Topic: Must i put gravity
Replies: 2
Views: 2033

no you don't have to do a gravity load analysis.

the examples do gravity analysis befor a transient because most people would want to perform a gravity load analysis before transient .. we are just showing them how it would be done.
by fmk
Sat Nov 06, 2004 7:39 am
Forum: OpenSees.exe Users
Topic: Error messages
Replies: 4
Views: 3893

how many nodes do you have .. and what is the largest node number you have?
by fmk
Fri Nov 05, 2004 4:41 pm
Forum: OpenSees.exe Users
Topic: Reference for 3D-Template Elasto-Plastic Material
Replies: 5
Views: 7594

i try and upgrade the windows .exe after some important bug fix or after enough new features have been added .. typically about once a month or so .
by fmk
Fri Nov 05, 2004 4:38 pm
Forum: OpenSees.exe Users
Topic: Error messages
Replies: 4
Views: 3893

you will see (i hope) an out-of-memory message .. there is no fixed limits on model sizes in OpenSees .. all memory is requested from the heap .. in the code we try to ensure that after every call to the os for more memory,we check that memory was available .. if no memory is avail we (i hope) print...
by fmk
Tue Nov 02, 2004 10:42 am
Forum: Framework
Topic: compiling issue
Replies: 1
Views: 4550

did you install the tcl files in the correct location .. you cannot take the default tcl installation paths .. you have to set it as shown in the getting started guide.