Define Custom Properties
You can define any number of custom properties.
-
Indicate that your UDL will use custom properties by setting its
usesCustomProperties()
method to return 'true'. - Register each custom property for each custom property category (Contact, Particle, Geometry, or Simulation) that you want to use.
-
Use the
getNumberOfRequiredProperties()
method to indicate the number of custom properties to be registered.When the UDL is loaded, EDEM calls thegetNumberOfRequiredProperties()
method once for each category. -
Use the
getDetailsForProperty()
method to indicate the name, number of elements, and unit type of each property.ThegetDetailsForProperty()
method is called once for each property that you are registering.