Opensees close!

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
bmagostini
Posts: 4
Joined: Mon Sep 20, 2010 10:31 am
Location: UNIVERSIDADE FEDERAL DE OURO PRETO
Contact:

Opensees close!

Post by bmagostini »

Why opensees close after run an example sugested?
The word or command "exit" isn't present in the file.
The file .out is not generated.

Since now, thanks for answers !
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Opensees close!

Post by vesna »

What example did you run?
bmagostini
Posts: 4
Joined: Mon Sep 20, 2010 10:31 am
Location: UNIVERSIDADE FEDERAL DE OURO PRETO
Contact:

Re: Opensees close!

Post by bmagostini »

I've executed, for test, the first example proposed by Terje Haukas in his doctor thesis:

reliability
randomVariable 1 lognormal 500.0 100.0 500.0
randomVariable 2 lognormal 2000.0 400.0 2000.0
randomVariable 3 uniform 5.0 0.5 5.0
correlate 1 2 0.3
correlate 1 3 0.2
correlate 2 3 0.2
set a "{x_2}/(1000.0*{x_3})"
set b "{x_1}/(200.0*{x_3})"
performanceFunction 1 "1.0 - $a - $b*$b"
probabilityTransformation Nataf -print 0
reliabilityConvergenceCheck Standard -e1 1.0e-3 -e2 1.0e-3 -print 1
gFunEvaluator Basic
gradGEvaluator FiniteDifference -pert 1000
searchDirection iHLRF
meritFunctionCheck AdkZhang -multi 2.0 -add 10.0 -factor 0.5
stepSizeRule Armijo -maxNum 50 -base 0.5 -print 0
startPoint Mean
findDesignPoint StepSearch -maxNumIter 100
runFORMAnalysis FORMoutput.out

thanks again !
kmackie
Posts: 4
Joined: Fri Apr 27, 2007 9:57 am
Location: University of Central Florida

Re: Opensees close!

Post by kmackie »

The syntax for the limit state functions has changed since his dissertation:

performanceFunction 1 "{x_1} + {x_2} + {x_4} + {x_5} - {x_6} * 5.0"

is now written as:

performanceFunction 1 "\$xrv(1) + \$xrv(2) + \$xrv(4) + \$xrv(5) - \$xrv(6)*5.0"
Post Reply