error FATAL BandGenLin SOE::get X - vect X == 0!
Moderators: silvia, selimgunay, Moderators
-
- Posts: 53
- Joined: Sun May 06, 2012 1:23 am
- Location: shiraz university
error FATAL BandGenLin SOE::get X - vect X == 0!
I got this error (FATAL BandGenLin SOE::get X - vect X == 0!) when running time history analysis.I also use this model for static analysis(pushover) and it run without any error .
I want to see if anyone can help me with this problem
tnx
I want to see if anyone can help me with this problem
tnx
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
do you have any free dof in the model?
-
- Posts: 53
- Joined: Sun May 06, 2012 1:23 am
- Location: shiraz university
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
I don't understand what's your purpose exactly. My model is a 2D 3 story-3 bay frame with fixed supports. But when I use this model for static analysis (pushover), it runs without any error. Do you think this error comes from my frame modeling or it's because of my loading pattern or analysis objects in dynamic analysis?
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
the only way vectX should be 0 is if the num of free dof is 0. if the static analysis works it would indicate you have dof. how are you imposing the motion, Uniform or Muti-Support?
-
- Posts: 53
- Joined: Sun May 06, 2012 1:23 am
- Location: shiraz university
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
I'm using Uniform Excitation
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
better post the script if small, or send if large./
-
- Posts: 53
- Joined: Sun May 06, 2012 1:23 am
- Location: shiraz university
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
I sent my scripts on your email address (fmckenna REMOVED by fmk)
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
that should work .. nothing arrived .. can you try ftmckenna AT gmail dot com
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
Post on here as well if you can
-
- Posts: 53
- Joined: Sun May 06, 2012 1:23 am
- Location: shiraz university
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
Hello fmk
First I want to appreciate for your cooperation in solving my problems.
I couldn't send my scripts on your email, so I shared it on 4shared with this link:
http://www.4shared.com/rar/2KBqAAJP/tim ... lysis.html
All of my scripts are in this file. Main script that contains time history analysis is Analysis_Dynamic.tcl.
Model of frame is built in frame.tcl.
section.tcl is sourced in frame.tcl.
In RECT_RC_CO.tcl and RECT_RC_BE.tcl scripts that are in TCL folder, fiber section of columns and beams are generated. These are sourced in section.tcl.
First I want to appreciate for your cooperation in solving my problems.
I couldn't send my scripts on your email, so I shared it on 4shared with this link:
http://www.4shared.com/rar/2KBqAAJP/tim ... lysis.html
All of my scripts are in this file. Main script that contains time history analysis is Analysis_Dynamic.tcl.
Model of frame is built in frame.tcl.
section.tcl is sourced in frame.tcl.
In RECT_RC_CO.tcl and RECT_RC_BE.tcl scripts that are in TCL folder, fiber section of columns and beams are generated. These are sourced in section.tcl.
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
Just to let you know I spent a whole hour trying to sort out were the problem was. It turns out it was just a silly mistake. I'm tempted to not tell you about it to let you learn a very important lesson. Don't put the wipe command in the middle of your analysis because it deletes everything. You can use the wipeAnlaysis command
-
- Posts: 53
- Joined: Sun May 06, 2012 1:23 am
- Location: shiraz university
Re: error FATAL BandGenLin SOE::get X - vect X == 0!
sorry for your whole hour and thanks for saving me whole hour.