Itertive Calculation / Extending of current Situation / 2 Parameter Variation
- April 23, 2016
- 3 replies
- 2211 views
Hey guys,
with the help of Werner i could manage my Iterative Calculation Routine.
Now i need to extend my work.
What i would need:
2 Parameter Variation of "F" and "ME" with a well defined Calculationstep of those 2 parameters.
For Example:
Calculate FAmax with ME=0 ---> Iterationstep for FA = FAmax/40
Calculate MEmax with FA=0 ---> Iterationstep for ME = Memax/40
Now those 2 Iterationsteps should applay to the "2 Parameter Variation"
The Results should then be written in a Matrix so that i can export the results to excel.
I think i only need a small add in to my Programm, what i have now.
Maybe anybody can help me
Calculating the Iterationstep should be possible with my mathcad program as i have now:
Calculate FAmax with ME=0 ---> Iterationstep for FA = Scalingfactor x FAmax
Calculate MEmax with FA=0 ---> Iterationstep for ME = Scalingfactor x MEmax
Scalingfactor should be choosable!
Next step: Mathcad should perform a Iterative Calculation for every combination of thoose steps. (Here Scalingfactor 5 %)
Calculation 1 100% Fa 0% Me Results
Calculation 2 95% Fa 5% Me Results
......
On Page 15 you can see the scalingfactor.
I only would need to know how to write it in Programcode
Best thx!

