Discretized random process

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

Moderators: silvia, selimgunay, Moderators

Post Reply
koduru
Posts: 33
Joined: Tue Jun 06, 2006 11:41 am
Location: U of A

Discretized random process

Post by koduru »

Hello,

In order to run a time-variant reliability analysis in OpenSees, the random variables for the artificial ground motion must be specified.

It appears that in the OpenSees v. 2 and v. 2.1, the artificial ground motion is not working properly.

I found that the input random variables are not updated in "Domain/pattern/DiscretizedRandomProcessSeries.cpp"

Instead, the following is there:

[quote]
// **** MHS needs to fix this!!
//int rvNumber = info.theInt;
int rvNumber = 1; // to get it to compile for now
// **********************
[/quote]


Any guidelines to fix this are very much appreciated.

Thanks.
Post Reply