Hello!
I investigate a 2-dimensional problem with 4 DOF. The first two DOF are displacement in x1 and x2-direction (u1, u2). The considered area is a unit square.
I want to apply a linear displacement pattern in x2-direction to the top edge of the square with the nodal values at (0,1) u2 = 0.2 and at (1,1) u2 = -0.2.
I tried implementing this using CSURface but it did not work. I checked my results and the corner values of displacement did not match the displacement I defined in CSURface.
Thanks for your help!
! Linear surface loading
CSURface
CART DISP, 2
LINEar
1 1.0 1.0 -0.2
2 0.0 1.0 0.2