Meaning of "getCommittedStrain" , "getCommittedStress"

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
polimeruvijay
Posts: 43
Joined: Fri Jan 29, 2016 10:20 pm

Meaning of "getCommittedStrain" , "getCommittedStress"

Post by polimeruvijay » Mon Jun 04, 2018 5:12 am

Dear OpenSEES Community members

Can anyone tell me the meaning of the following parameters, which are defined in "ndMaterial" source code,
getCommittedStrain
getCommittedStress
commitState

What does these variables CommittedStrain, CommittedStress and commitState represents??

Thanks and regards
Vijay

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

Re: Meaning of "getCommittedStrain" , "getCommittedStress"

Post by fmk » Fri Jun 08, 2018 8:48 am

the prupose of 1 analysis step is to find the next converged stp, given the current converged step. In the nonlinear analysis the model usually will go through a number of trial steps. these are not on the solution path, but trial solution points. If the convergence test is satisfied at a given trial step, the analysis step stops. before it returns, it tells the model that this is a converged step and hence the need for the 2 methods. if no converged step is found and the analysis fails, the revertTo LastCommit methods are invoked.

Post Reply