Keys with easy access

At this stage, you have easy access to data elements of a bif- or bof-file with the following keys:

Keys with Easy Access
Key read write append CaeModel Meaning function
1 nodal points k_1
34 TRIA3V-elems k_34
44 QUAD4V-elems k_44
100   (simple) sets k_100
599 element stress k_599
620 pressure loads k_620

Explanations:

  • read means: Data element can be read from ds-file.
  • write means: Data element can be written to a new ds-file (from scratch).
  • append means: Data element be appended to existing ds-file.
  • CaeModel means: Model or result data (nodes, elements, sets, stress, ...) can be stored in a Python object.
  • ☑ means: Ready to use.
  • ☐ means: Not implemented yet.
  • void means: Not applicable.