femo_alpha.csdl_alpha_opt.fea_model

Module Contents

Classes

FEAModel

class femo_alpha.csdl_alpha_opt.fea_model.FEAModel(fea, fea_name='fea')
evaluate(inputs: csdl_alpha.VariableGroup, debug_mode=False)

Evaluate all of the FEA variables Parameters: ———– inputs (dict): A dictionary of input variables (csdl.Variable). debug_mode (bool, optional): If set to True, the debug mode is enabled.

Defaults to False.