Accessing element properties and geometry

Element property can be loaded into user arrays using the subroutine READPROP2. The data is read from the thermal solver file, VUFF. The property data includes:

  • Material and physical properties.
  • Element centroid, calculation point locations and surface normal.
  • Element topology.
  • Node locations.

All data derived from these values has already been calculated and so changing the data will have no effect on the model, however the data can be used to calculate new information or it can be passed out to an external code.

Calls to READPROP2 contain flags that determine which properties will be returned, therefore it is not necessary to fill all the arrays during a call. If an array is not being filled it can be declared as a non-array variable (effectively an array with size 1).