Accessimport calibration mdb.models[name].calibrations[name].behaviors[name] Behavior(...)
This method creates a Behavior object. Pathmdb.models[name].calibrations[name].Behavior Required arguments
Optional argumentsNone. Return valueA Behavior object. ExceptionsInvalidNameError. setValues(...)
This method modifies the data for an existing behavior object. Required argumentsNone. Optional arguments
Return valueNone. ExceptionsNone. mapToMaterial(...)
This method appends the calibration data obtained from the DataSet object to an existing material object. In the case of ElasIsoBehavior, it appends the young's modulus and poisson's ratio. For ElasPlasIsoBehavior it appends the young's modulus, poisson's ratio and plastic points range and for FeFpBehavior it appends plastic points range and Mullins effect properties. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. compute_E(...)
This method computes the value of young's modulus from the existing DataSet object. The method is only valid for ElasIsoBehavior type of behavior. Required arguments
Optional argumentsNone. Return valueA tuple consisting of a and b values of the regression line(y = ax + b), coefficient of determination(r-squared) value and the start and end-points of the line. ExceptionsNone. compute_nu(...)
This method computes the value of Poisson's Ratio from the existing DataSet object. The method is only valid for ElasIsoBehavior and ElasPlasIsoBehavior type of behavior. Required arguments
Optional argumentsNone. Return valueA tuple consisting of a and b values of the regression line(y = ax + b), coefficient of determination(r-squared) value and the start and end-points of the line. ExceptionsNone. compute_ultimatePoint(...)
This method computes the coordinates of the Ultimate point from the existing DataSet object. The method is only valid for ElasPlasIsoBehavior type of behavior. Required arguments
Optional argumentsNone. Return valueCoordinates of the ultimate point. ExceptionsNone. compute_elasticModulus(...)
This method computes the value of the elastic modulus from the yieldpoint value. The method is only valid for ElasPlasIsoBehavior type of behavior. Required arguments
Optional argumentsNone. Return valueA float specifying the value of elastic modulus. ExceptionsNone. compute_plasticPoints(...)
This method extracts the coordinates of the plastic Points. The method is only valid for ElasPlasIsoBehavior type of behavior. Required arguments
Optional arguments
Return valueA sequence of coordinates of the plastic points. ExceptionsNone. xyDataDissect(...)
This method extracts primary, unload, reload and permanent DataSet objects from the existing DataSet object.The method is only valid for FeFpBehavior type of behavior. Required arguments
Optional arguments
Return valueA sequence of strings specifying names of the DataSet objects containing loading, unloading, reloading and primary datasets. ExceptionsNone. MembersThe Behavior object has members with the same names and descriptions as the arguments to the Behavior method and setValues method. In addition, the Behavior object can have the following members:
|