Hi everybody,
I apply boundary conditions on soil nodes for the first stage of analysis. Then for the second stage I apply other boundary conditions.
My problem is that the results show that in the second stage the first boundary conditions are used. How can I solve the problem?
Thanks for your help
Problem on Boundary Conditions
Moderator: Moderators
-
- Posts: 25
- Joined: Tue Nov 11, 2008 4:43 am
- Location: University of British Columbia
- Contact:
Problem on Boundary Conditions
Amin Rahmani
-
- Posts: 25
- Joined: Tue Nov 11, 2008 4:43 am
- Location: University of British Columbia
- Contact:
Problem on Boundary Conditions
Hi ,
I put the boundary conditions in a load pattern, but I got the previous results again. Boundary conditions in first stage are :
pattern Plain 1 "Constant" {
for { set i 1 } { $i <= $nodeNum } {incr i 1} {
fix $i 1 1 0
}
fixZ 0.0 1 1 1 -tol 1e-10
}
As you said, after the first analysis I removed the first boundary conditions as follows:
remove loadPattern 1
And then the second boundary conditions are applied.
Is it right?
Thanks.
I put the boundary conditions in a load pattern, but I got the previous results again. Boundary conditions in first stage are :
pattern Plain 1 "Constant" {
for { set i 1 } { $i <= $nodeNum } {incr i 1} {
fix $i 1 1 0
}
fixZ 0.0 1 1 1 -tol 1e-10
}
As you said, after the first analysis I removed the first boundary conditions as follows:
remove loadPattern 1
And then the second boundary conditions are applied.
Is it right?
Thanks.
Amin Rahmani