Good evening,
I 'am a beginner in opensses, i have been tried to modelise a simple 2d truss and i found a problem about the boundary conditions.
i introduced :
fix 1 1 1
and the opensees dosn't know this command "invalid command name "fix""
I want to know where is the problem .
Thank you
BOUNDARY CONDITIONS
Moderators: silvia, selimgunay, Moderators
-
- Posts: 33
- Joined: Mon Jul 08, 2013 5:51 am
- Location: Boğaziçi University
Re: BOUNDARY CONDITIONS
if you try to fix a node your command sould be like this:
if it is 2D
fix a 1 1 1 >> a is your node number and you have 3 DOF
if it is 3D
fix a 1 1 1 1 1 1 >> a is your node number and you have 6 DOF
if it is 2D
fix a 1 1 1 >> a is your node number and you have 3 DOF
if it is 3D
fix a 1 1 1 1 1 1 >> a is your node number and you have 6 DOF
-
- Posts: 11
- Joined: Sun Mar 24, 2013 11:55 pm
- Location: ALGERIA
Re: BOUNDARY CONDITIONS
Thank you for your help kadirtopcu