Param_class module

class Param_class.Parameter(json_file)

Bases: object

This class is used to store the parameters desired by the user. It requires a JSON file to be able to funciton, as it reads directly from the file and stores the values in a variable.

output(json_file)

This function obtains the desired file type of the user. Having the option to obtain an stl file or lmp file based on the decsion if MD or FEM is desired.

Parameters:json_file (file) – A json file that that has the parameters stored into it