A developer/preview PrePoMax version v1.4.1 has been released

I forgot to mention one important drawback of parameter implementation. Since the material properties can now be defined using equations (strings), their values are stored a little differently in the internal data classes. The consequence is that conversion to a text representation, which is used inside the material library file, becomes unreadable (the idea of the material library was that the materials would be written in a text format to enable the user to add materials by hand; since the text representation became almost unreadable this advantage is now gone). So, instead of developing two ways of storing the material data, I decided to save materials in a binary way (another option is to use the .inp format but the .inp format can not save the information about the unit system used for material definition). For this reason, the old material library files will not be compatible with the PrePoMax version 1.4.1 and higher.

The simplest solution to transfer the materials from an old material library to a new material library is to:

  • open the old PrePoMax and the old material library,
  • copy all materials to an existing FE model,
  • save the model in a .pmx file,
  • open the .pmx file in the new PrePoMax version and
  • copy the materials to the new library.
2 Likes