Allow user variables to be used as Max Min limits, such that things like roughness can never be more than half the layer thickness can be setup. I suspect this can be done in the user variables section.
It will require sereous alterations to the fitting backend. Can be done indirectly now with user parameters that are relative:
Fe.setD(cp.Drel*Al.d)
This will limit Fe.d between 0 and Al.d. Min/Max limits can be implemented similarily.
Allow user variables to be used as Max Min limits, such that things like roughness can never be more than half the layer thickness can be setup. I suspect this can be done in the user variables section.
It will require sereous alterations to the fitting backend. Can be done indirectly now with user parameters that are relative:
Fe.setD(cp.Drel*Al.d)This will limit Fe.d between 0 and Al.d. Min/Max limits can be implemented similarily.