Search found 12 matches

by sasakiharuka
Mon Jan 14, 2019 11:19 pm
Forum: OpenSees.exe Users
Topic: Failing to converge
Replies: 12
Views: 9327

Re: Failing to converge

ok, Thank you so much.@ selimgunay
by sasakiharuka
Mon Jan 14, 2019 6:16 pm
Forum: OpenSees.exe Users
Topic: Cannot download the source code
Replies: 3
Views: 2707

Cannot download the source code

Hello,

The OpenSees source code is now stored on GitHub. I try to download the source code on the web page of GitHub and via SVN. But every time the downloading speed is very slow and after a while, the download was interrupted. What's the matter? My network is all right. Thanks for your kind help!
by sasakiharuka
Mon Jan 14, 2019 6:10 pm
Forum: OpenSees.exe Users
Topic: Failing to converge
Replies: 12
Views: 9327

Re: Failing to converge

@ Prafullamalla Thanks for your kind help!
by sasakiharuka
Sun Jan 13, 2019 11:16 pm
Forum: OpenSees.exe Users
Topic: Failing to converge
Replies: 12
Views: 9327

Re: Failing to converge

The @seimgunay code for the adaptive solution strategy has some variables that did not initialize. "dtForAnalysis " is time-step increment. But what's the "Nsteps " mean? Does it mean the number of analysis steps to perform?
by sasakiharuka
Sun Jan 13, 2019 7:27 pm
Forum: OpenSees.exe Users
Topic: Failing to converge
Replies: 12
Views: 9327

Re: Failing to converge

I try the code in tcl. There are some variables that did not initialize. And I have the same convergence problem. Could you please post the complete code for the adaptive solution strategy? I'm very grateful for your kind help.
by sasakiharuka
Sun Jan 13, 2019 6:46 pm
Forum: OpenSees.exe Users
Topic: Problem in "recorder" file
Replies: 3
Views: 3421

Re: Problem in "recorder" file

Jhno wrote:
> Did you empty the memory after the analysis was complete (wipe command or
> close the OS programs)?
It was Ok when I changed a new version of OpenSees code. Thanks your kind help.
by sasakiharuka
Sun Jan 13, 2019 6:42 pm
Forum: OpenSees.exe Users
Topic: Convergence problem of model
Replies: 0
Views: 1502

Convergence problem of model

Hello, I'm working on the problem of pile-soil interaction. But it always gives me error as follows: pult=0.592231 Cp=0.397608 ncount=1 WARNING: CTestNormDispIncr::test() - failed to converge after: 20 iterations current Norm: 2.82141e+09 (max: 1e-05, Norm deltaR: 2.0424 1e+06) AcceleratedNewton::so...
by sasakiharuka
Sun Jan 13, 2019 6:16 pm
Forum: OpenSees.exe Users
Topic: Prayer for help in ContactBeam2D Problem
Replies: 1
Views: 2183

Re: Prayer for help in ContactBeam2D Problem

Have you solved the problem yet? I had the same problem and It can converge at the first step but after fails to solve. I try everything by changing the algorithm , test command and iteration steps but still fail to converge. If you have solved it,can you tell me how you solved it? I'm very grateful...
by sasakiharuka
Sun Aug 26, 2018 5:57 pm
Forum: OpenSees.exe Users
Topic: Problem in "recorder" file
Replies: 3
Views: 3421

Problem in "recorder" file

Dear All,
I have successfully created .tcl file. The number of analysis is 2000 in the .tcl file. But the results are only 1955 in the "recorder" file. The number of analysis did not match the number of data results. Why is this ?
Thank you very much.
by sasakiharuka
Sun Aug 26, 2018 5:48 pm
Forum: Framework
Topic: Problem in "recorder" file
Replies: 0
Views: 1659

Problem in "recorder" file

Dear All,
I have successfully created .tcl file. The number of analysis is 2000 in the .tcl file. But the results are only 1955 in the "recorder" file. The number of analysis did not match the number of data results. Why is this ?
Thank you very much.
by sasakiharuka
Fri Jan 19, 2018 7:34 am
Forum: Framework
Topic: question in using C++ code
Replies: 1
Views: 2626

question in using C++ code

If I modify the C++ code of some meterials, the behavior of these materials changes whther I run the TCL code just in TCL editor surface or with modified C++ code ? I have changed the C++ codes of a material and complied successfully. Before that, I only run the TCL code of this material in TCL edit...