asam-ev / OpenMATERIAL

3D model exchange format with physical material properties for virtual development, test and validation of automated driving.
https://asam-ev.github.io/OpenMATERIAL/
Mozilla Public License 2.0
13 stars 7 forks source link

Elasticity data might be frequency dependent #145

Open ClemensLinnhoff opened 1 month ago

ClemensLinnhoff commented 1 month ago

Describe the bug Currently, the elasticity data contains Young's modulus and Poisson's ratio as single values for one material, see here. However, the elasticity properties depend on the frequency, which is especially important for ultrasonic simulation. Here are some sources:

Expected behavior Me might need to turn this data into look-up tables similar to electromagnetic properties.

ClemensLinnhoff commented 1 month ago

@ipg-jsc what do you think?

lyndyRott commented 1 month ago

As far as I understand it, the descriptions in the attachments/links discuss material properties such as Young's Modulus, Poisson's ration,... in the frequency domain (after transforming it from time domain via a chosen method, e.g. Fourier-, Laplace- or Z-transform). In the frequency domain the values become frequency dependent, since it is the independent variable.

The supported (density) frequency modes in a geometric body made from a certain material, however, depend on its geometry, its dimensions/extensions(length, height, depth) and the mechanical material properties (based on the microscopic structure), which are dimension/extension independent.

A nice description of the measurement process to determine mechanical constants based on dynamic frequency analysis can be found here Barboni_2018_IOP_Conf._Ser.__Mater._Sci._Eng._416_012063.pdf The vibration frequency modes supported depend on the elastic constant, not the other way around.

The elastic, viscoelastic or plastic property of a material are stress-strain relations that vary across the range of applied force. In particular YM, etc. vary with temperature, which might be of interest to us in the standard.

I agree that the complex values could be of interest to us in terms of damping/absorption properties, as you mentioned, e.g., for ultrasonic sensor properties. https://en.wikipedia.org/wiki/Dynamic_modulus

ClemensLinnhoff commented 1 month ago

Clemens will talk to an ultrasonic expert to get an opinion on this.