Topic: Bounday condition and reaction output
Dear Borek,
I got confused by the boundary conditions and the corresponding reaction output. In total, there are three types of boundary conditions and two load time functions:
BoundaryCondition 1 loadTimeFunction 1 prescribedvalue 0.0
nodalload 2 loadtimefunction 1 components 3 0 0.0 -0.884
BoundaryCondition 3 loadTimeFunction 2 prescribedvalue 1.0
ConstantFunction 1 f(t) 1.0
PiecewiseLinFunction 2 nPoints 2 t 2 0.0 15.0 f(t) 2 0.0 1.5
With BC1, I want to apply zero displacement constraints in x, y and z directions. With BC2, I want to apply some nodal loads in z direction and keetp them constant. With BC3, I want to apply a ramp displacement in x direction with t=0~15. Deltat=1.0.
In the output file, the reactions are described. One example is shown as:
Node 1 iDof 1 reaction 6.4238e-01 [bc-id: 1]
My understanding is that bc-id=1 is corresponding to BC1. iDof=1 is in x direction.
when I summarized the reactions with bc-id=1 and idof=3, I got confused. I expect it to be the forces I applied with BC2 because that is the only force I applied and the ramp displacement is in x direction which caused bending, but it is not!
My case is similar to ■Simple bending of cantilever beam with plasticity in the gallery on oofem website. Only difference is I applied an axial load along the length of the beam. And I want to see whether the reaction is the same as the applied force.
I doubt that the load time function #1 accumulates the load with the increasing of time to 15 instead of keep it constant.
Thanks,
Xuejian