auddya/springProject2018String

function error_stringbreak

Closed this issue · 2 comments

function error_stringbreak
def error_stringbreak(pluck_displacement, yield_strength):
  """

  This function will: - analyze the tension, force,  provoked by a particular displacement, 
                               - convert it into stress, dividing by the string area,
                                - compare it with the yield strength,
                                - return a true or false for the pluck.
                                                
    inputs 
    ------
    - pluck_displacement : integer
    - yield_strength   : integer

    outputs
    -------
    - valid_pluck: bool 
    """

Future work? I don't believe that it can be addressed in time.