Search found 4 matches

by amadeus
Tue Oct 22, 2013 7:11 pm
Forum: Reliability Analysis
Topic: Reliability analysis of static pushover
Replies: 2
Views: 6242

Re: Reliability analysis of static pushover

Thanks a lot for your timely reply and useful tips. FRP strength and modulus are input parameters for ConfinedConcrete01. (uniaxialMaterial ConfinedConcrete01 $tag ... <-wrap ... $ful $Es0w>..., where $ful and $Es0w are ultimate strength and elastic modulus of FRP material). But they are not arguments of ConfinedConcrete01 Class, though the relation between FRP properties and arguments in attSet() are sort of straightforward.

Therefore, If I wanna incorporate FRP properties and use Finite Difference Method to get parameter gradients, should I just update the set/updateParameter() functions? If so, maybe I can update them by myself. In my opinion, if Direct Differentiation Method is NOT used, one doesn't need to create getStressSensitivity() and commitSensitivity() functions. Am I right?

As for FDM, the "-pert $PerturbationFactor" seems to be useless, since I cannot understand how the user-provided perturbation factor enters RVParameter::getPerturbation(), where only 0.001*myRV->getStdv() is returned. Also I conducted some simple reliability analyses and found the $PerturbationFactor doesn't influence the results. Is this a problem to be fixed?

The last problem is to build the sources on a 64bit PC. I can build the sources successfully on 32bit Windows, but get linking problems on 64bit machine. I know this question should not appear here and I have also posted on http://opensees.berkeley.edu/community/ ... =4&t=60718 with more details, but without replies. So could you please help me out of this, it's quite frustrating? Sorry for throwing all these questions to you at one time and thank you in advance!
by amadeus
Tue Oct 22, 2013 4:57 am
Forum: Reliability Analysis
Topic: Reliability analysis of static pushover
Replies: 2
Views: 6242

Reliability analysis of static pushover

Hi,

I would like to compute the reliability index of FRP confined concrete column under static pushover loadings. Therefore, I utilized ConfinedConcrete01 to model concrete, in which the FRP properties can be defined. Next, I tried to connect FRP properties with corresponding random variables through parameters (e.g. parameter 1 randomVariable 1 element 1 section 1 material 1 $FRPmodulus, where $FRPmodulus should be an object argument representing $ful in ConfinedConcrete01). Here came the problem. It was found that there was no object argument representing FRP modulus. I looked up the setParameter() in ConfinedConcrete01.cpp and found that like Concrete01 only fc, epsco, fcu and epscu could be assigned as parameters in ConfinedConcrete01. Then how could I set the FRP modulus as a random variable and conduct FORM or sensitivity analysis of static pushover?

Thanks a lot for your help!!
by amadeus
Mon Oct 21, 2013 3:38 am
Forum: Framework
Topic: Problem Building V. 2.4.1
Replies: 11
Views: 13409

Re: Problem Building V. 2.4.1

Hi,
I had a similar problem. I tried the method of gaziz with version tag 5363. The element error disappeared. However, linking problems appeared as posted. Could someone please give me some hints?

OS: Windows 7 64bit
Microsoft Visual Studio 2013 Professional

Tcl include and lib as well as /SRC/element have been included in VC++ dictionaries. THANK YOU!!

Error messages:
25>LIBCMT.lib(log.obj) : warning LNK4006: _log already defined in libm.lib(log_stub.obj); second definition ignored
25>LIBCMT.lib(cos.obj) : warning LNK4006: _cos already defined in libm.lib(cos_stub.obj); second definition ignored
25>tclAppInit.obj : error LNK2019: unresolved external symbol _Tcl_Init referenced in function _Tcl_AppInit
25>tclAppInit.obj : error LNK2019: unresolved external symbol _Tcl_SetVar referenced in function _Tcl_AppInit
25>tclMain.obj : error LNK2001: unresolved external symbol _Tcl_SetVar
25>tclMain.obj : error LNK2001: unresolved external symbol _Tcl_LinkVar
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_Free referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_AppendToObj referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _TclFreeObj referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_GetStringFromObj referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_NewObj referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_AddErrorInfo referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_CreateInterp referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_DStringFree referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_Eof referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_Eval referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_EvalFile referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_FindExecutable referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_Flush referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_GetObjResult referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_GetsObj referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_GetStdChannel referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_Merge referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_RecordAndEvalObj referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_SourceRCFile referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_EvalObjEx referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_ExternalToUtfDString referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_GetVar2Ex referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_WriteChars referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol _Tcl_WriteObj referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tclMain.obj : error LNK2019: unresolved external symbol __imp__TclObjCommandComplete referenced in function "void __cdecl g3TclMain(int,char * *,int (__cdecl*)(struct Tcl_Interp *),int,int)" (?g3TclMain@@YAXHPAPADP6AHPAUTcl_Interp@@@ZHH@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_Free referenced in function "int __cdecl TclCommand_doBlock2D(void *,struct Tcl_Interp *,int,char const * *)" (?TclCommand_doBlock2D@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
25>domain.lib(TclSeriesCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Free
25>domain.lib(TclSeriesIntegratorCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Free
25>element.lib(TclForceBeamColumnCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Free
25>material.lib(TclFeapMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>recorder.lib(TclRecorderCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>tcl.lib(TclFeViewer.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclFedeasMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclDrainMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclSnapMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclPyTzQzMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclHyperbolicGapMaterial.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclReinforcingSteel.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(KikuchiAikenHDR.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(AxialSpHD.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclModelBuilderYSPlasticMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclModelBuilderBackboneCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclUpdateMaterialStageCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclModelBuilderYS_SectionCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclLimitState.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclModelBuilderNDMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclModelBuilderYieldSurfaceBCCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclModelBuilderYS_EvolutionCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclElastomericBearingBoucWenCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclTwoNodeLinkCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>material.lib(TclModelBuilderSectionCommand.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetDouble referenced in function "public: __thiscall std::_Locinfo::_Locinfo(char const *)" (??0_Locinfo@std@@QAE@PBD@Z)
25>material.lib(TclModelBuilderUniaxialMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclAdapterCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclFlatSliderCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclSingleFPCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclElastomericBearingPlasticityCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclFourNodeQuadUPCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclTwenty_Node_BrickCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclActuatorCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclActuatorCorotCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclForceBeamColumnCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclBeamColumnJointCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclElement2dGNL.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclElement2dYS.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclZeroLength.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclBeamWithHingesBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclModelBuilder_addPFEMElement.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclDispBeamColumnIntCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclFeapElementCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclElasticBeamCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclBrickCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclFourNodeQuadCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>domain.lib(TclRegionCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclGeomTransfCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclCyclicModelCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>element.lib(TclModelBuilderFrictionModelCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>domain.lib(TclPatternCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>domain.lib(TclSeriesCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>domain.lib(TclGroundMotionCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>domain.lib(TclUpdateMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>optimization.lib(TclOptimizationBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>damage.lib(TclModelBuilderDamageModelCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>reliability.lib(TclReliabilityBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>domain.lib(TclParameterCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>tcl.lib(commands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>tcl.lib(elementAPI_TCL.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>tcl.lib(TclUniaxialMaterialTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>tcl.lib(TclSectionTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetDouble
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetIndexFromObj referenced in function "int __cdecl OPS_SourceCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const *)" (?OPS_SourceCmd@@YAHPAXPAUTcl_Interp@@HPBQAUTcl_Obj@@@Z)
25>tcl.lib(TclFeViewer.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclSnapMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclPyTzQzMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclFeapMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>recorder.lib(TclRecorderCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(KikuchiAikenHDR.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(AxialSpHD.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclFedeasMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclDrainMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclUpdateMaterialStageCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclModelBuilderYS_SectionCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclHyperbolicGapMaterial.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclReinforcingSteel.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclModelBuilderYieldSurfaceBCCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclModelBuilderYS_EvolutionCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclModelBuilderYSPlasticMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclModelBuilderBackboneCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclModelBuilderSectionCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclModelBuilderUniaxialMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclLimitState.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>material.lib(TclModelBuilderNDMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclSingleFPCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclElastomericBearingPlasticityCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclElastomericBearingBoucWenCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclTwoNodeLinkCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclActuatorCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclActuatorCorotCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclAdapterCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclFlatSliderCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclElement2dGNL.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclElement2dYS.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclFourNodeQuadUPCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclTwenty_Node_BrickCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclForceBeamColumnCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclBeamColumnJointCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclGenericClientCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclGenericCopyCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclZeroLength.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclBeamWithHingesBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclModelBuilder_addPFEMElement.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclDispBeamColumnIntCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclBrickCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclFourNodeQuadCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclJoint2dCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclJoint3dCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclCyclicModelCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclModelBuilderFrictionModelCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclFeapElementCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclElasticBeamCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>domain.lib(TclGroundMotionCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>domain.lib(TclUpdateMaterialCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>domain.lib(TclRegionCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>element.lib(TclGeomTransfCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>database.lib(TclDatabaseCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>domain.lib(TclParameterCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>domain.lib(TclPatternCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>domain.lib(TclSeriesCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>tcl.lib(TclSectionTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>optimization.lib(TclOptimizationBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>damage.lib(TclModelBuilderDamageModelCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>reliability.lib(TclReliabilityBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetInt referenced in function "int __cdecl OpenSeesExit(void *,struct Tcl_Interp *,int,char const * *)" (?OpenSeesExit@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
25>tcl.lib(elementAPI_TCL.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>tcl.lib(myCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>tcl.lib(TclUniaxialMaterialTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetInt
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_AppendResult referenced in function "int __cdecl basicDeformation(void *,struct Tcl_Interp *,int,char const * *)" (?basicDeformation@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
25>reliability.lib(TclReliabilityBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_AppendResult
25>tcl.lib(TclFeViewer.obj) : error LNK2001: unresolved external symbol __imp__Tcl_CreateCommand
25>tcl.lib(TclSectionTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_CreateCommand
25>optimization.lib(TclOptimizationBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_CreateCommand
25>reliability.lib(TclReliabilityBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_CreateCommand
25>database.lib(TclDatabaseCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_CreateCommand
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_CreateCommand referenced in function "public: __thiscall TclModelBuilder::TclModelBuilder(class Domain &,struct Tcl_Interp *,int,int)" (??0TclModelBuilder@@QAE@AAVDomain@@PAUTcl_Interp@@HH@Z)
25>tcl.lib(TclVideoPlayer.obj) : error LNK2001: unresolved external symbol __imp__Tcl_CreateCommand
25>tcl.lib(myCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_CreateCommand
25>tcl.lib(TclUniaxialMaterialTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_CreateCommand
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_CreateObjCommand referenced in function "int __cdecl OpenSeesAppInit(struct Tcl_Interp *)" (?OpenSeesAppInit@@YAHPAUTcl_Interp@@@Z)
25>reliability.lib(TclReliabilityBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_DeleteCommand
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_DeleteCommand referenced in function "public: virtual __thiscall TclModelBuilder::~TclModelBuilder(void)" (??1TclModelBuilder@@UAE@XZ)
25>tcl.lib(TclUniaxialMaterialTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_DeleteCommand
25>tcl.lib(TclSectionTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_DeleteCommand
25>optimization.lib(TclOptimizationBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_DeleteCommand
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_DStringFree referenced in function "char const * __cdecl getInterpPWD(struct Tcl_Interp *)" (?getInterpPWD@@YAPBDPAUTcl_Interp@@@Z)
25>domain.lib(TclSeriesCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>material.lib(TclModelBuilderSectionCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>material.lib(AxialCurve.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>reliability.lib(DP_RSM_Sim_TimeVariant.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>reliability.lib(RandomVibrationAnalysis.obj) : error LNK2019: unresolved external symbol __imp__Tcl_Eval referenced in function __catch$?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ$0
25>reliability.lib(GFunEachstepEvaluator.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>domain.lib(TclPatternCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>reliability.lib(TclEvaluator.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>reliability.lib(MonteCarloResponseAnalysis.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>reliability.lib(MultiDimVisPrincPlane.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>reliability.lib(DP_RSM_Sim.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>tcl.lib(commands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>optimization.lib(TclOptimizationBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>optimization.lib(DesignVariable.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>reliability.lib(TclReliabilityBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_Eval
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_EvalFile referenced in function _EvalFileWithParameters
25>optimization.lib(ConstraintFunction.obj) : error LNK2001: unresolved external symbol __imp__Tcl_EvalFile
25>optimization.lib(ObjectiveFunction.obj) : error LNK2001: unresolved external symbol __imp__Tcl_EvalFile
25>reliability.lib(MonteCarloResponseAnalysis.obj) : error LNK2001: unresolved external symbol __imp__Tcl_EvalFile
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_Exit referenced in function "int __cdecl OpenSeesExit(void *,struct Tcl_Interp *,int,char const * *)" (?OpenSeesExit@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_Finalize referenced in function "int __cdecl exit(void *,struct Tcl_Interp *,int,char const * *)" (?exit@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetSlave referenced in function "int __cdecl Tcl_InterpOpenSeesObjCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const * const)" (?Tcl_InterpOpenSeesObjCmd@@YAHPAXPAUTcl_Interp@@HQBQAUTcl_Obj@@@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetStringResult referenced in function "int __cdecl Tcl_InterpOpenSeesObjCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const * const)" (?Tcl_InterpOpenSeesObjCmd@@YAHPAXPAUTcl_Interp@@HQBQAUTcl_Obj@@@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_ObjGetVar2 referenced in function "int __cdecl OPS_SetObjCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const *)" (?OPS_SetObjCmd@@YAHPAXPAUTcl_Interp@@HPBQAUTcl_Obj@@@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_ObjSetVar2 referenced in function "int __cdecl OPS_SetObjCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const *)" (?OPS_SetObjCmd@@YAHPAXPAUTcl_Interp@@HPBQAUTcl_Obj@@@Z)
25>reliability.lib(TclReliabilityBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SetResult
25>domain.lib(TclParameterCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SetResult
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_SetResult referenced in function "int __cdecl accelCPU(void *,struct Tcl_Interp *,int,char const * *)" (?accelCPU@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
25>tcl.lib(myCommands.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SetResult
25>tcl.lib(TclUniaxialMaterialTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SetResult
25>tcl.lib(TclSectionTester.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SetResult
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_SetObjResult referenced in function "int __cdecl OPS_SetObjCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const *)" (?OPS_SetObjCmd@@YAHPAXPAUTcl_Interp@@HPBQAUTcl_Obj@@@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_SetVar referenced in function _EvalFileWithParameters
25>element.lib(TclForceBeamColumnCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SplitList
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_SplitList referenced in function "int __cdecl TclCommand_doBlock2D(void *,struct Tcl_Interp *,int,char const * *)" (?TclCommand_doBlock2D@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
25>reliability.lib(TclReliabilityBuilder.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SplitList
25>domain.lib(TclSeriesCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SplitList
25>domain.lib(TclSeriesIntegratorCommand.obj) : error LNK2001: unresolved external symbol __imp__Tcl_SplitList
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_WrongNumArgs referenced in function "int __cdecl OPS_SetObjCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const *)" (?OPS_SetObjCmd@@YAHPAXPAUTcl_Interp@@HPBQAUTcl_Obj@@@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetString referenced in function "int __cdecl OPS_SetObjCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const *)" (?OPS_SetObjCmd@@YAHPAXPAUTcl_Interp@@HPBQAUTcl_Obj@@@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetCwd referenced in function "char const * __cdecl getInterpPWD(struct Tcl_Interp *)" (?getInterpPWD@@YAPBDPAUTcl_Interp@@@Z)
25>tcl.lib(commands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_FSEvalFileEx referenced in function "int __cdecl OPS_SourceCmd(void *,struct Tcl_Interp *,int,struct Tcl_Obj * const *)" (?OPS_SourceCmd@@YAHPAXPAUTcl_Interp@@HPBQAUTcl_Obj@@@Z)
25>optimization.lib(TclOptimizationBuilder.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetVar referenced in function "int __cdecl TclOptimizationModelBuilder_addConstraintFunction(void *,struct Tcl_Interp *,int,char * *)" (?TclOptimizationModelBuilder_addConstraintFunction@@YAHPAXPAUTcl_Interp@@HPAPAD@Z)
25>optimization.lib(DesignVariable.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetVar
25>optimization.lib(ObjectiveFunction.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetVar
25>optimization.lib(TclOptimizationBuilder.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetVar2 referenced in function "int __cdecl TclOptimizationModelBuilder_addConstraintFunction(void *,struct Tcl_Interp *,int,char * *)" (?TclOptimizationModelBuilder_addConstraintFunction@@YAHPAXPAUTcl_Interp@@HPAPAD@Z)
25>optimization.lib(ConstraintFunction.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetVar2
25>optimization.lib(ObjectiveFunction.obj) : error LNK2001: unresolved external symbol __imp__Tcl_GetVar2
25>reliability.lib(TclEvaluator.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetDoubleFromObj referenced in function "public: virtual double __thiscall TclEvaluator::getResponseVariable(char const *,int)" (?getResponseVariable@TclEvaluator@@UAENPBDH@Z)
25>reliability.lib(TclEvaluator.obj) : error LNK2019: unresolved external symbol __imp__Tcl_NewDoubleObj referenced in function "public: virtual int __thiscall TclEvaluator::setResponseVariable(char const *,int,int,double)" (?setResponseVariable@TclEvaluator@@UAEHPBDHHN@Z)
25>reliability.lib(TclEvaluator.obj) : error LNK2019: unresolved external symbol __imp__Tcl_ExprDouble referenced in function "public: virtual double __thiscall TclEvaluator::evaluateExpression(void)" (?evaluateExpression@TclEvaluator@@UAENXZ)
25>reliability.lib(RandomVibrationAnalysis.obj) : error LNK2001: unresolved external symbol __imp__Tcl_ExprDouble
25>reliability.lib(GFunEachstepEvaluator.obj) : error LNK2001: unresolved external symbol __imp__Tcl_ExprDouble
25>reliability.lib(TclEvaluator.obj) : error LNK2019: unresolved external symbol __imp__Tcl_GetVar2Ex referenced in function "public: virtual double __thiscall TclEvaluator::getResponseVariable(char const *,int)" (?getResponseVariable@TclEvaluator@@UAENPBDH@Z)
25>reliability.lib(TclEvaluator.obj) : error LNK2019: unresolved external symbol __imp__Tcl_SetVar2Ex referenced in function "public: virtual int __thiscall TclEvaluator::setResponseVariable(char const *,int,int,double)" (?setResponseVariable@TclEvaluator@@UAEHPBDHHN@Z)
25>element.lib(TclForceBeamColumnCommand.obj) : error LNK2019: unresolved external symbol __imp__Tcl_Merge referenced in function "int __cdecl TclModelBuilder_addForceBeamColumn(void *,struct Tcl_Interp *,int,char const * *,class Domain *,class TclModelBuilder *)" (?TclModelBuilder_addForceBeamColumn@@YAHPAXPAUTcl_Interp@@HPAPBDPAVDomain@@PAVTclModelBuilder@@@Z)
25>recorder.lib(TclRecorderCommands.obj) : error LNK2019: unresolved external symbol __imp__Tcl_ResetResult referenced in function "int __cdecl TclCreateRecorder(void *,struct Tcl_Interp *,int,char const * *,class Domain &,class Recorder * *)" (?TclCreateRecorder@@YAHPAXPAUTcl_Interp@@HPAPBDAAVDomain@@PAPAVRecorder@@@Z)
25>libm.lib(libm_error.obj) : error LNK2019: unresolved external symbol _errno referenced in function ___libm_error_support
25>LIBIFCORE.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol _errno
25>LIBIFCORE.lib(for_portlib.obj) : error LNK2001: unresolved external symbol _errno
25>LIBIFCORE.lib(for_init.obj) : error LNK2019: unresolved external symbol __pxcptinfoptrs referenced in function _GETEXCEPTIONPTRSQQ
25>.\..\..\bin/OpenSees.exe : fatal error LNK1120: 64 unresolved externals
by amadeus
Mon Oct 14, 2013 8:03 am
Forum: Reliability Analysis
Topic: FORM of 2D RC frame
Replies: 4
Views: 18937

FORM of 2D RC frame

Dear Scott,

I would like to conduct a FORM analysis of the 2D RC frame given in http://opensees.berkeley.edu/wiki/index ... excitation. All the eight gradient parameters have been assigned with normal distributed random variables. There are two problems in my analysis:
1) how can i conduct a static pushover reliability simulation as in the paper "OpenSees-SNOPT Framework for Finite-Element-Based Optimization of Structural and Geotechnical Systems" (Gu et al. 2012). When i tried to continue the sensitivity study in example3_input.tcl, I found that "integrator LoadControl" cannot give convergent results. If i switched to use "integrator DisplacementControl", the simulation would not stop at the loading defined in the load pattern. Instead, it could only stop when the controlling displacement has been reached, which would make the displacement-based performance function meaningless. How can I solve this problem?
2) how could i get the time history of reliability indices of the frame, if time series have been given as load pattern. It seems that "runFORMAnalysis" can only give one single reliability index, which is, in my opinion, corresponding to the reliability index at the end of the dynamic analysis.

Thanks a lot!
David