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 !
Opensees close!
Moderators: silvia, selimgunay, Moderators
-
- Posts: 4
- Joined: Mon Sep 20, 2010 10:31 am
- Location: UNIVERSIDADE FEDERAL DE OURO PRETO
- Contact:
Re: Opensees close!
What example did you run?
-
- Posts: 4
- Joined: Mon Sep 20, 2010 10:31 am
- Location: UNIVERSIDADE FEDERAL DE OURO PRETO
- Contact:
Re: Opensees close!
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 !
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 !
Re: Opensees close!
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"
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"