Reference point output

Hello,
I have seen previous questions on reference points but somehow it hasn’t helped.

For consistency, I like to output the displacement and stresses at the same points. I therefore add a history output to the static step, a sandwich panel with uniform loading. If I do select the reference point in the menu (Section Region), I then find that the .dat file has only 0 values for displacement and forces. If I do select the actual node underneath the reference point, I do get the correct displacement and force output. Here is an example result for the reference point and the actual node:

displacements (vx,vy,vz) for set REFERENCE_POINT-2_ROT_888112 and time 0.1000000E+01
88813 0.000000E+00 0.000000E+00 0.000000E+00

displacements (vx,vy,vz) for set INTERNAL_SELECTION-1_NODE_SELECTION-1 and time 0.1000000E+01
34064 -7.041871E-02 0.000000E+00 -1.816511E+01

Why would this be? Earlier posts from 2023 suggested that Calculix does not output the reference point displacements?

Also, I would like to get the stresses at these nodes. Technically, this would be the element stress I guess and these can be visualised with the Query Tool at any given node. But I have not found a way to output these stresses automatically. Is there a way of getting this somehow automatically as output in the dat file?

Many thanks!

Are the reference points used for rigid body constraint definitions ? Only then you will get the results from them. And you won’t get the stresses - they only store displacements and forces for the cloud of nodes used in rigid body constraint.

1 Like

Stresses can only be outputted in the element integration points.

But if you add the user history output (not the query tool), in post-processing, you can output the nodal stresses.

1 Like

Just to confirm, this is under the results tab → History Outputs → Create → From Field Output and then select the node of interest? Yes, thank you that seems to give all the different stress components as desired.

Wouldn’t it be much more convenient to add a “Prepomax reference point” option which could provide all this output? It may be more natural to set such reference point up when preparing the model and using the in-built selection tools? I understand that the Calculix reference points are a bit different and it seems that this causes confusion more often than not (or it may just be me :wink: )?!

This could be called a sensor. But integrating it could be problematic in some cases, so currently there is no support for that.

Might be a nice little student project then. Implementing this into Prepomax and validation on actual test specimens :wink: