Interpolation Issue?
Interpolation Issue?
(OP)
Hey there,
I´m researching composite structures with Abaqus and
I`ve written a script to evaluate failure criteria - i.e.
efforts of the structure. This is done by accessing the
odb-file and writing a new FieldOutput to it (Hashin- and Puck-Criterion).
So far everything worked well. But though the criteria
are defined only for positive values, the elemental progression shows negative values in the contour plot.
As the listet effort values for the integration points
within the report file are all positive, I guess this is
an issue of internal Abaqus interpolation.
Element used is C3D20 - full integration ->27 integration points. No single value of the failure criteria within the rpt.-file is negative. I´m really confused.
I´m researching composite structures with Abaqus and
I`ve written a script to evaluate failure criteria - i.e.
efforts of the structure. This is done by accessing the
odb-file and writing a new FieldOutput to it (Hashin- and Puck-Criterion).
So far everything worked well. But though the criteria
are defined only for positive values, the elemental progression shows negative values in the contour plot.
As the listet effort values for the integration points
within the report file are all positive, I guess this is
an issue of internal Abaqus interpolation.
Element used is C3D20 - full integration ->27 integration points. No single value of the failure criteria within the rpt.-file is negative. I´m really confused.





RE: Interpolation Issue?
The model is build from several solid-layers of
CFRP with different orientations.
Having only one orientation, there´s no such
issue with negative values in the contour plot.
RE: Interpolation Issue?
Consider a simple 1D example with 2 Gaussian integration points. If one integration point has a failure criterion value of 0.0 and the other a value of A, the extrapolated values at the two end points are -0.366A and 1.366A.
Nagi Elabbasi
Veryst Engineering
RE: Interpolation Issue?
It s just as I supposed.
But how can I overcome it? The values of the contour plot are definitely not the right ones.
I thought of deleting all layers except one to have the interpolation performed on only one layer without disturbing high differences in the values.
Abaqus right now is a real pain in the a.. .
RE: Interpolation Issue?
Is this feature available in CAE?
RE: Interpolation Issue?
I still can't remember the term for this kind of plot though.
RE: Interpolation Issue?
26.4.1 Choosing line-, banded-, or quilt-type contours
.......
You can choose Quilt-type contours only for element field output variables. Variable values are extrapolated to element faces on the surface of your model, with no averaging between elements. Quilt contours are useful for evaluating results on an element-by-element basis. Only one color per element is plotted for axisymmetric elements with asymmetric deformation (CAXA or SAXA).
Banded-type contours are the default...
Figure 26–3 shows the appearance of line-, banded-, and quilt-type contour plots...
RE: Interpolation Issue?
A quilt contour plot can do it. It produces one color per element face. A 2D problem with only positive/zero values at integration points should never result in a negative value in the quilt plot.
In 3D however, there is no guarantee! According to the manual, the plotted parameter is still extrapolated from the integration points to the faces (and each face gets a different contour value). It is much less likely to see a negative value compared to the default banded contour plot, but not impossible.
Nagi Elabbasi
Veryst Engineering
RE: Interpolation Issue?
I think the quiltet plot option is a real good idea.
For the beginning this one will satisfy me.
Yet there still remain some negative values.
The resulting contour-plot with the quiltet option is much more reasonable now.
The best way maybe is a results-mapping, as I suggested before. With a separation of the layers and also a separate postprocessing of the fieldOutput on one layer at a time.
Best regards,
MaddogMcCree