r2d_dict_getter

class pyrecodes.component_configurator.r2d_dict_getter.R2DDictGetter(component: Component)

Bases: object

Class used to create a dictionary representing component characteristics to recreate the R2D JSON file that acts as the interfaces between pyrecodes and SimCenter’s infrastructure simulators.

Component characteristics are obtained from the component object.

get_dict() dict
class pyrecodes.component_configurator.r2d_dict_getter.R2DPipeDictGetter(component: Component)

Bases: R2DDictGetter

get_dict() dict