Search found 10 matches
- Wed Oct 21, 2009 1:53 am
- Forum: Framework
- Topic: viscousMaterial
- Replies: 1
- Views: 2253
in other words I would like to know how getDamp method takes $C from viscousMaterial? especially for a zero length element. I guess it takes it in the form of eta form getDampTangent() as follows eta = theMaterial1d[mat]->getDampTangent() is this the only place where the $C is supplied to the soluti...
- Wed Oct 21, 2009 1:20 am
- Forum: Framework
- Topic: viscousMaterial
- Replies: 1
- Views: 2253
viscousMaterial
Hello everyone
I would like to know how $C from following is passed to the Newmark method of solution?
uniaxialMaterial Viscous $matTag $C $alpha
Any help is greatly appreciated
thanks
I would like to know how $C from following is passed to the Newmark method of solution?
uniaxialMaterial Viscous $matTag $C $alpha
Any help is greatly appreciated
thanks
- Tue Oct 20, 2009 11:59 pm
- Forum: Parallel Processing
- Topic: about PETSc verison
- Replies: 2
- Views: 4538
- Fri Oct 16, 2009 3:02 am
- Forum: Parallel Processing
- Topic: How do i get parallel OpenSees source code
- Replies: 4
- Views: 6236
- Thu Oct 15, 2009 5:54 pm
- Forum: Parallel Processing
- Topic: How do i get parallel OpenSees source code
- Replies: 4
- Views: 6236
- Wed Oct 14, 2009 7:03 pm
- Forum: Parallel Processing
- Topic: about PETSc verison
- Replies: 2
- Views: 4538
about PETSc verison
hi fmk, I would like to know version restrictions for solvers petsc and mumps for the latest stable release of OpenSees i.e. v2.1.0. I tried to compile OpenSees 2.1.0 with petsc 3.0.0-p8 and could not get success. Is pets2.3 required? similarly which verison of mumps is suitable? latest one is v4.9
- Wed Oct 14, 2009 6:05 pm
- Forum: Parallel Processing
- Topic: opensees COMPILE error
- Replies: 6
- Views: 9162
- Wed Oct 07, 2009 1:39 am
- Forum: Framework
- Topic: CVS connection problem
- Replies: 1
- Views: 2422
CVS connection problem
Hello all, I am using wincvs to checkout opensees source code and getting following error: cvs -d ":pserver:anonymous@opensees.berkeley.edu:/usr/local/cvs login" login Logging in to :pserver:anonymous@opensees.berkeley.edu:2401:/usr/local/cvs login cvs [login aborted]: connect to opensees....
- Tue Oct 06, 2009 7:34 am
- Forum: Framework
- Topic: use the solver inside one element
- Replies: 3
- Views: 3854
- Tue Oct 06, 2009 4:02 am
- Forum: Framework
- Topic: material responses
- Replies: 1
- Views: 2667
material responses
hello everyone, i am new to opensees and would like to know something about getStrain(), getStress() methods for a uniaxial material. i just wonder how to keep tracking of commited strain at each time step and how it is passed to the recorder to report the strain in an element which the material is ...