Search found 102 matches

by rjaeger
Tue Apr 12, 2011 11:11 am
Forum: Framework
Topic: Documentation for the element class
Replies: 6
Views: 5375

Re: Documentation for the element class

Hi Frank, Thanks again for your help. When developing an element with multiple DOF per node, does the ordering of the DOF have to follow a specific organization such as [d1x, d1y, d2x, d2y] (d is displacement) when building the mass, damping, and stiffness matrices? Or is it only important to be con...
by rjaeger
Wed Mar 23, 2011 7:32 pm
Forum: Framework
Topic: Documentation for the element class
Replies: 6
Views: 5375

Re: Documentation for the element class

Hi Frank, Thank you for your reply. In regards to the pressure boundary conditions, I'm considering axisymmetric elements (like for pressure vessels) where the internally and externally applied loads are in terms of pressures rather than forces. In these cases, the nodal forces are displacement depe...
by rjaeger
Wed Mar 09, 2011 1:17 pm
Forum: Framework
Topic: Documentation for the element class
Replies: 6
Views: 5375

Re: Documentation for the element class

Hi Frank, Just bumping this thread in case you missed it. I have your thesis and I have looked through the wiki and manual, but maybe I'm just not seeing these terms. Also, for elements that have pressure stiffness terms, how can we determine which elements are subjected to a pressure boundary condi...
by rjaeger
Thu Feb 24, 2011 9:58 am
Forum: Framework
Topic: Documentation for the element class
Replies: 6
Views: 5375

Documentation for the element class

Hi Frank, I'm interested in getting documentation on the methods and procedures for adding new elements in opensees. Could you explain the following functions: Element::getResistingForce(), Node::getTrialDisp(), Node::getIncrDisp()? I'm confused about whether getTrialDisp returns the displacement fr...
by rjaeger
Mon Sep 27, 2010 4:09 pm
Forum: Framework
Topic: WindowsDLLs Build Error
Replies: 9
Views: 8695

Hi Frank,

It's no problem. Thank you for getting the link repaired.

Thanks again,
Robbie
by rjaeger
Thu Sep 23, 2010 12:40 pm
Forum: Framework
Topic: WindowsDLLs Build Error
Replies: 9
Views: 8695

Hi Frank, Thanks for replying so quickly. I took a look around the forums and wiki and found that people had success with files in the tarball opensees.berkeley.edu/OpenSees/code/OpenSeesDeveloper.tar.gz . Unfortunately, the link is not working. If I want to create an element dll, can I get the nece...
by rjaeger
Wed Sep 22, 2010 10:09 am
Forum: Framework
Topic: WindowsDLLs Build Error
Replies: 9
Views: 8695

Hi Frank, I'm having a similar issue with minPackage.lib when trying to compile the trussCPP dll example. I downloaded the stable source code this morning from the developer download link. I'm compiling on Windows Vista with Visual C++ Express 2008. 1>Linking... 1>LINK : fatal error LNK1181: cannot ...
by rjaeger
Sat Apr 03, 2010 12:11 pm
Forum: Framework
Topic: Recorder dynamic libraries (DLL, dylib)?
Replies: 1
Views: 2502

Recorder dynamic libraries (DLL, dylib)?

Hi Frank,

Is it possible to add the recorder dynamic libraries to OpenSees?

Thanks,
Robbie
by rjaeger
Wed Feb 03, 2010 9:15 pm
Forum: Soil Modelling
Topic: We are collecting OPENSEES User-Requirements Data
Replies: 7
Views: 10374

I'd like to see a standard set of tests that each element and/or constitutive model are put through for verification purposes. Each version of OpenSees.exe should run these tests and be compared against analytical solutions where applicable. The results should also be posted on the OpenSees website ...
by rjaeger
Sat May 30, 2009 8:14 am
Forum: Framework
Topic: total strain increment
Replies: 4
Views: 4935

Hi,

Depending on which type of material you have, you can do something like this:

strain_incr = input_strain - commit_strain which would be the strain increment from the last committed step.

Robbie
by rjaeger
Sat May 02, 2009 12:10 pm
Forum: Framework
Topic: CUDA Support?
Replies: 2
Views: 3868

CUDA Support?

Hi Frank,

Is CUDA support going to be included into OpenSees?

Thanks,
Robbie
by rjaeger
Sat May 02, 2009 9:41 am
Forum: Soil Modelling
Topic: EPWP & Dafalias-Manzari model
Replies: 11
Views: 14582

I think it means that you need to verify that the materials and elements behave as they should. You should run single element and multi-element tests against known analytical solutions to do this.
by rjaeger
Tue Apr 28, 2009 5:59 pm
Forum: Framework
Topic: Linking OpenSees from Xcode (to Frank)
Replies: 4
Views: 4760

Hello, You can link your material using the dynamic linking api that Frank has released recently. He has provided a document detailing how to do this and it is available on this website. I believe this would be easier than trying to recompile the entire project with your material included. Hope that...
by rjaeger
Mon Apr 27, 2009 8:38 am
Forum: Framework
Topic: Linking OpenSees from Xcode (to Frank)
Replies: 4
Views: 4760

Hi,

It is pretty simple to do since Xcode supports building with makefiles. In Xcode, create a new project and choose the template 'External Build System'. After that, you will need to edit the build target so that Xcode knows which directory to call make from.

Robbie
by rjaeger
Sat Apr 18, 2009 3:57 pm
Forum: Soil Modelling
Topic: what kind of model can i use?
Replies: 3
Views: 5462

This is not an easy decision to make. If you have experimental data, you should see which models give you the best fit at the material level before you work on the global scale.