Search found 3 matches

by RDB
Thu Mar 23, 2017 4:02 am
Forum: Documentation
Topic: the reliability part of Opensees
Replies: 5
Views: 16955

Re: the reliability part of Opensees

Is there any update on this? I'm trying to convert some old code to the new version.

Thanks,

Ross
by RDB
Thu Mar 23, 2017 3:30 am
Forum: OpenSees.exe Users
Topic: Old tcl code to new format
Replies: 0
Views: 2280

Old tcl code to new format

Hi,

I'm hoping someone can help me. I am working with some code which was written 10years or so ago which uses the commands

gFunEvaluator Basic
gradGEvaluator FiniteDifference -pert 1000

Having searched the internet it would appear that both of these commands have been updated to distinguish that they are tcl commands. From what I have found, similar commands are now written as:

functionEvaluator Tcl -file "Analyze -1"
gradientEvaluator Implicit (although i've replaced this with "FiniteDifference -pert 1000")

Could someone confirm if this is correct or if not, what are the updated versions of these commands.

Thanks,

Ross
by RDB
Thu Mar 23, 2017 2:49 am
Forum: Reliability Analysis
Topic: Reliability
Replies: 11
Views: 42070

Re: Reliability

Hi,

I'm hoping someone can help me. I am working with some code which was written 10years or so ago which uses the commands

gFunEvaluator Basic
gradGEvaluator FiniteDifference -pert 1000

Having searched the internet it would appear that both of these commands have been updated to distinguish that they are tcl commands. From what I have found, similar commands are now written as:

functionEvaluator Tcl -file "Analyze -1"
gradientEvaluator Implicit (although i've replaced this with "FiniteDifference -pert 1000")

Could someone confirm if this is correct or if not, what are the updated versions of these commands.

Thanks,

Ross