Topic: nodes and elements
Hey Guys,
I'm new to oofem and i have a question about the node and element definition.
I tried to understand the code in the file test41.in.
I would like to know what this is.
After >node< follows the number... and then...3 coordinates? with x,y,phi?
What is bc? boundary conditions? If 0 means no bc and 1 means a bc in y, why is in node 6 a 2?
node 1 coords 3 0. 0. 0. bc 3 0 1 0
node 2 coords 3 2.4 0. 0. bc 3 0 0 0
node 3 coords 3 3.8 0. 0. bc 3 0 0 1
node 4 coords 3 5.8 0. 1.5 bc 3 0 0 0 load 1 4
node 5 coords 3 7.8 0. 3.0 bc 3 0 1 0
node 6 coords 3 2.4 0. 3.0 bc 3 1 1 2
What does DofsToCondense mean?
Beam2d 1 nodes 2 1 2 mat 1 crossSect 1 boundaryLoads 2 3 1 bodyLoads 1 5
Beam2d 2 nodes 2 2 3 mat 1 crossSect 1 DofsToCondense 1 6 bodyLoads 1 5
Beam2d 3 nodes 2 3 4 mat 1 crossSect 1 DofsToCondense 1 3
Beam2d 4 nodes 2 4 5 mat 1 crossSect 1
Beam2d 5 nodes 2 6 2 mat 1 crossSect 1 DofsToCondense 1 6
You see, i'm a bit confused.
Greetings from Germany,
H