system command

A forum dedicated to users with questions regarding soil materials and elements.

forum currently locked

Moderator: Moderators

Locked
khosravifar
Posts: 9
Joined: Fri Nov 03, 2006 3:15 pm
Location: Fugro Consultants Inc.

system command

Post by khosravifar » Thu May 13, 2010 5:36 pm

Does anyone have a good reference on how to choose the best option for system, numberer and algorithm commands?

My model includes soil, structure and soil spring elements and I have been doing that mostly by try and error so far, but I was wondering if someone has done this in a more systematic way (probably by looking at the stiffness matrix, maybe?)

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk » Fri May 14, 2010 9:07 am

if it's a lerge model you will be best with a sparse solver, for which you need just the plain numberer as they all reorder.

for small problems choose the band or profile solver and look at RCM and SMD.

i cannot tell you how large it has to be before you ned to switch, it depnds on your model, materials and the computer you are running on.

as for the algorithm, I use Newton and in the script try other things if it fails BUT go back to Newton after that step. some people also like NewtonLineSearch. for a nonlinear analysis you will probably find that you cannot do all steps with just one choice of algorithm.

Cokykils
Posts: 1
Joined: Wed Apr 06, 2011 6:04 am
Location: United States
Contact:

The OpenSees Community • Post a reply

Post by Cokykils » Thu Apr 07, 2011 2:49 pm

[quote]if it's a large model you will be best with a sparse solver, for which you need just the plain numberer as they all reorder. for small problems choose the band or profile solver and look at RCM and SMD. i cannot tell you how large it has to be before you ned to switch, it depnds on your model, materials and the computer you are running on. as for the algorithm, I use Newton and in the script try other things if it fails BUT go back to Newton after that step. some people also like NewtonLineSearch. for a nonlinear analysis you will probably find that you cannot do all steps with just one choice of algorithm.[/quote]

Vinashin
Posts: 1
Joined: Mon Apr 18, 2011 8:05 pm

Re: system command

Post by Vinashin » Mon Apr 18, 2011 8:20 pm

There are different type of System commands for different type of software.I am talking about C++ Program here. I am learning C++ Language and i have known lot of abut language cording that is very useful for my course..
http://www.articlesbase.com/anti-aging- ... 11889.html

Locked