Discrete Variables with a Two Bar Truss Design

Main.DiscreteDesign History

Show minor edits - Show changes to output

June 21, 2020, at 04:35 AM by 136.36.211.159 -
Deleted lines 14-32:

----

(:html:)
 <div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
(:htmlend:)
February 27, 2013, at 08:52 PM by 128.187.97.21 -
Added lines 11-14:

----

Attach:group50.png This assignment can be completed in groups of two. Additional guidelines on individual, collaborative, and group assignments are provided under the [[Main/CourseStandards | Expectations link]].
February 20, 2013, at 06:11 PM by 128.187.97.21 -
Changed lines 7-8 from:
[[Attach:discrete_twobar.pdf | Two Bar Truss Design with Discrete Variables]]
to:
* [[Attach:discrete_twobar.pdf | Two Bar Truss Design Problem with Discrete Variables]]
* [[Attach:discrete_twobar.zip | Two Bar Truss Files (MATLAB and Python)
]]
Deleted lines 10-24:

----

!!!! Objective Function Plot

One part of the assignment asks you to select width and load as variables for a 3d optimal surface plot and plot the solution of the optimization problem to minimize deflection at each of the width / load combinations. This tutorial example shows how to do this same activity but for the alternative problem of minimizing weight.

* [[Attach:twobar_obj_plot.zip | Two Bar Objective Plot Files]]

(:html:)
<iframe width="560" height="315" src="https://www.youtube.com/embed/GB0NYz-k8ZM?rel=0" frameborder="0" allowfullscreen></iframe>
(:htmlend:)

----
Attach:collaborative50.png This assignment can be completed in collaboration with others. Additional guidelines on individual, collaborative, and group assignments are provided under the [[Main/CourseStandards | Expectations link]].
February 20, 2013, at 06:10 PM by 128.187.97.21 -
Added lines 1-43:
(:title Discrete Variables with a Two Bar Truss Design:)
(:keywords nonlinear, optimization, engineering optimization, two-bar optimization, engineering design, interior point, active set, differential, algebraic, modeling language, university course:)
(:description Engineering design of a two-bar structure to support a load. Discrete optimization principles are used to design the system.:)

We are revisiting the two-bar truss problem but with design variables allowed only at discrete values instead of continuous values. In many engineering design problems, the design variables are not continuous but are possible only at select levels known as β€œdiscrete” values. These levels may be binary (e.g. 0 or 1), integer (e.g. 5, 6, 7, 8), or at real number values (e.g. 0.05, 0.10, 0.20, 0.50).  Recall that we are interested in designing a truss that has a minimum weight, will not yield, will not buckle, and does not deflect "excessively”.

[[Attach:discrete_twobar.pdf | Two Bar Truss Design with Discrete Variables]]

Attach:twobar250.png

----

!!!! Objective Function Plot

One part of the assignment asks you to select width and load as variables for a 3d optimal surface plot and plot the solution of the optimization problem to minimize deflection at each of the width / load combinations. This tutorial example shows how to do this same activity but for the alternative problem of minimizing weight.

* [[Attach:twobar_obj_plot.zip | Two Bar Objective Plot Files]]

(:html:)
<iframe width="560" height="315" src="https://www.youtube.com/embed/GB0NYz-k8ZM?rel=0" frameborder="0" allowfullscreen></iframe>
(:htmlend:)

----
Attach:collaborative50.png This assignment can be completed in collaboration with others. Additional guidelines on individual, collaborative, and group assignments are provided under the [[Main/CourseStandards | Expectations link]].

----

(:html:)
 <div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
(:htmlend:)