Click here to Skip to main content
15,885,309 members
Articles / Web Development / HTML

A Comprehensive CE Class Library to Replace ATL and MFC

Rate me:
Please Sign up or sign in to vote.
4.48/5 (14 votes)
4 Oct 2000CPOL 278.6K   998   70  
A collection of classes for CE that do not use ATL or MFC, plus an FTP client, database viewer, and sample application that solves beam deflection equations.
<h1>Scenario help</h1>
<P>
There are 6 loading scenarios that you can choose from.<br>
You must select a scenario type, and give it values for <br>
the length of the beam, the force applied, and the point <br>
to measure deflection at.  The force applied depends on <br>
the which scenario you choose (see below for more discussion).<P>
To bring up the dialog box with your choices <br>
choose the button labeled ... under the Scenario Tab.<P>
<b>Scenarios:</b><br>
(1)Cantilever-force applied at end<br>
(2)Cantilever-force distributed evenly<br> 
(3)Cantilever with torque applied at end*<br>
(4)Dual-supported-force at center<br>
(5)Dual-supported-force distributed evenly<br>
<P><i>*The torque can actually be applied <br>
anywhere on the beam and yield the same results.</i><P>

<table width="220" border="2" cellspacing="2" cellpadding="2" align="left">
<tr>
    <td><b>Case</td>
    <td>Units for loading</b></td>
</tr>
<tr>
    <td>1,4</td>
    <td>lbs.</td>
</tr>
<tr>
    <td>2,5</td>
    <td>lbs/inch</td>
</tr>
<tr>
    <td>3</td>
    <td>inch-lbs</td>
</tr>
</table>

<br clear="all">		
<br clear="all">	
<a href="beamexhelp.html">BACK</a>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions