The objects having control_data_with_values fill the
dictionary category["with_values"] according to
the category name. All their MBDyn value are saved into a list for the
input file writing.
The objects having control_data_without_values just need
to give their category name, they do not have any value. However the user
may have different objects having the same control data without value,
for example the AirProperties . This property must not be
duplicated in the input file. For consistency, the
self.category["without_values"][category_name] is
set to 1 but never used, just the information on the
category_name is important.
|