LinkageDesigner Package Paclet Symbol

ParameterInitialGuess

ParameterInitialGuess
is an option for SetDrivingVariables function,that specifies initial guess values for the implicitly derived parameters.
  • Implicitly derived parameters are defined in the $LDDerivedParametersB record. In case of the numerical value any driving variable is to be changed, the constraint equations, that defines the derived variables, should be recalculated. The equations are solved with the FindRoot function. The initial guesses of the unknown variables ( these are the derived parameters ) are the actual values of the parameters. To override these initial guesses the ParameterInitialGuess option should be used.
  • Changing the initial guesses of the derived parameters one can enumerate different solution branches of the loop closing equations.
Load LinkageDesigner package
In[1]:=
Click for copyable input
Define a 4-bar mechanism
In[2]:=
Click for copyable input
Out[2]=
Move the linkage to the 1=1 posture using the initial guesses of {2→0,3→-1}
In[3]:=
Click for copyable input
Out[3]=
Move the linkage to the 1 = 1 posture using the initial guesses of {2 -> -1, 3 -> -1}
In[4]:=
Click for copyable input
Out[4]=