Search found 51 matches

by Nero
Tue Dec 18, 2007 10:52 am
Forum: Framework
Topic: Possible to build without tk?
Replies: 2
Views: 5192

Thanks Frank.

I was able to stop building the tk version, and take away the tk dependency by:

1) Removing all references to libtk in the makefile.def (all -ltk)
2) making via "make OpenSees" which only builds the tcl version.
by Nero
Tue Dec 18, 2007 8:31 am
Forum: Framework
Topic: Possible to build without tk?
Replies: 2
Views: 5192

Possible to build without tk?

Is it possible to build a non-tk dependent OpenSees? If I understand correctly, tk is a GUI building tool that works hand in hand with tcl. When I do an OpenSees build, I get a normal OpenSees executable that runs without any GUI, and a tk version. I ask, because I am trying to build on a cluster ma...
by Nero
Tue May 15, 2007 10:36 am
Forum: Framework
Topic: [New Material]- ElasticPlastic Slip-lock material.
Replies: 5
Views: 9622

JCEE-

I never ended up submitting the slip-lock material to FMK. I'll drop him an email, and see if he wants to add it. Otherwise, feel free to drop me a PM here with your email address, and I can email you the source code.
by Nero
Tue Mar 07, 2006 1:22 pm
Forum: Framework
Topic: Material- damping.
Replies: 2
Views: 5561

Thanks! :)
by Nero
Sun Mar 05, 2006 8:52 am
Forum: Framework
Topic: Material- damping.
Replies: 2
Views: 5561

Material- damping.

Question: I have a custom material I am using on a zero-length element. I know that zero-length elements are not included in Rayleigh damping, however, it looks like you can use a damping tangent value to include damping. Lets say I am using a rayleigh stiffness damping of 0.0023. I have a gap eleme...
by Nero
Mon Feb 27, 2006 11:04 am
Forum: Framework
Topic: Accessing a specific element's material stiffness.
Replies: 2
Views: 5043

fmk wrote:suggest get it straight from the element.

element1->getTangentStiff()
Thanks Frank.

Can you tell me the proper code to access an element from a given id? (Ex- the element1 portion of the code above)
by Nero
Mon Feb 27, 2006 9:24 am
Forum: Framework
Topic: Accessing a specific element's material stiffness.
Replies: 2
Views: 5043

Accessing a specific element's material stiffness.

Given an element number of a zeroLength element, and a direction how would I access that element's stiffness in the given direction? I dont mean from the interperater, but in a programmed object? Example: I create a zero-length element, id 1, and it has material 1 in direction 1 and material 2 in di...
by Nero
Mon Feb 27, 2006 5:06 am
Forum: OpenSees.exe Users
Topic: Rayleigh Command
Replies: 2
Views: 3977

A material has two state stiffnesses: the trial stiffness, and the committed stiffness. The trial stiffness is cacluated at each iteration (as the non-lineararities are stepping to converge), whereas the committed stiffness is the final trial stiffness that occurs at convergence. So each analysis ti...
by Nero
Sun Feb 26, 2006 10:06 am
Forum: Feature Requests/Future Directions
Topic: Version reporting function
Replies: 4
Views: 12195

Thanks Nero, that is exactly what I mean. In this way you can send a script to your collegues and they will immediately receive the proper error (incorrect version of openSEES) rather than a cryptic error about a material model not being present. One problem I see is this- none of the past versions...
by Nero
Fri Feb 24, 2006 9:20 pm
Forum: Feature Requests/Future Directions
Topic: Version reporting function
Replies: 4
Views: 12195

doesn't it say it on top??? I may be wrong, but I think what he means is the ability to grab the version while executing a script. That way you could compare the current version to any requirements the script has, and then output a warning/error if the version is too old. Ex, if there was a command...
by Nero
Fri Feb 24, 2006 9:15 pm
Forum: Documentation
Topic: Some documentation update for recorders
Replies: 2
Views: 7210

NP :)
by Nero
Fri Feb 24, 2006 11:01 am
Forum: Documentation
Topic: Some documentation update for recorders
Replies: 2
Views: 7210

Some documentation update for recorders

2 things- 1) In the zero-length element description, it claims that the recorder command to record element stiffness is "stiffness"- this command is actually "stiff" 2) For the Truss element, there is no documented deformation recorder. To record deformations for truss elements, ...
by Nero
Wed Feb 22, 2006 10:37 am
Forum: OpenSees.exe Users
Topic: Eigen Analysis Fails.
Replies: 1
Views: 3497

Eigen Analysis Fails.

Ever since moving up to 1.7, I cant seem to perform an Eigen analysis. I have tried an extremely simple model, and when I try to get the eigen values, I get the following errors: BandArpackSolver::Error in dgbtrf_ Warning FrequencyAlgo::solveCurrentStep() - the EigenSOE failed in solve(). EigenAnaly...
by Nero
Wed Feb 15, 2006 6:09 am
Forum: OpenSees.exe Users
Topic: System command...
Replies: 1
Views: 3032

System command...

I have noticed that one of my models is about 2x faster using the UmfPack solver than any of the other solvers (and about 4x faster than the BandGeneral), but a different model is faster using SparseGeneral -piv. Is there any rule of thumb as to what types of models, etc.. perform better with a spec...
by Nero
Fri Feb 10, 2006 1:32 pm
Forum: Framework
Topic: AMD Core Math Libs (ACML) support.
Replies: 0
Views: 3810

AMD Core Math Libs (ACML) support.

I am attempting to use OpenSees with the ACML, AMD's tuned math routines (which include BLAS and LAPACK). Has anyone here compiled against these libs? Everything compiles fine when I set my BLAS and LAPACK libs to where the ACML libs are installed, but any of the systems that use BLAS or LAPACK are ...