Dec 242017
Program to calculate stresses using mohrs circle for principal stresses. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
MOHRS.CPP | 6650 | 1853 | deflated |
MOHRS.EXE | 79784 | 33871 | deflated |
MOHRS.ICO | 766 | 257 | deflated |
MOHRS.TXT | 1685 | 949 | deflated |
Download File MOHRS.ZIP Here
Contents of the MOHRS.TXT file
INCLUDED FILES:MOHRS.EXE - WINDOWS 3.1 PROGRAM TO CALCULATE PRINCIPLE
STRESSES FOR THE GENERAL TRIAXIAL CASE
MOHRS.ICO - WINDOWS ICON FOR MOHRS.EXE
MOHRS.CPP - C++ SOURCE CODE FOR MOHRS.EXE
DESCRIPTION:WINDOWS executable program MOHRS.EXE which solves the general
equation for triaxial stress, returning the resultant principle stresses for a
given case. This program was created during the course of related work and
runs as a windows application. It may be used by executing the WINDOWS "RUN"
command from the "FILE" menu or by adding the program item MOHRS.EXE to one of
your WINDOWS program groups. With that in mind, I also created the file
"MOHRS.ICO", which contains a custom icon I produced and have included for use
with the MOHRS.EXE program. The C++ source code for this application is also
supplied for inspection and further development. I might suggest that it
could be greatly improved by adding code to execute the program repeatedly
within a loop, asking the user to choose between exiting the program or
solving another problem with new input variables after a set of solutions is
calculated. This would allow the user the option to solve multiple cases
without closing and reexecuting the application for each set of new input
variables.
CREATED BY : RANDALL F. DARTT
1617 BALLTOWN ROAD
NISKAYUNA, NEW YORK 12309-2303
PHONE (518) 377-3451
DISCLAIMER: THIS SOFTWARE IS PROVIDED WITHOUT FEE FOR GENERAL PUBLIC USE AS
IS. NO WARRANTIES ARE EXPRESSED OR IMPLIED. ACCURACY OF CALCULATIONS OR
SUITABILITY FOR ANY PARTICULAR PURPOSE IS TO BE DETERMINED SOLELY AT THE
DISCRETION OF THE USER.
STRESSES FOR THE GENERAL TRIAXIAL CASE
MOHRS.ICO - WINDOWS ICON FOR MOHRS.EXE
MOHRS.CPP - C++ SOURCE CODE FOR MOHRS.EXE
DESCRIPTION:WINDOWS executable program MOHRS.EXE which solves the general
equation for triaxial stress, returning the resultant principle stresses for a
given case. This program was created during the course of related work and
runs as a windows application. It may be used by executing the WINDOWS "RUN"
command from the "FILE" menu or by adding the program item MOHRS.EXE to one of
your WINDOWS program groups. With that in mind, I also created the file
"MOHRS.ICO", which contains a custom icon I produced and have included for use
with the MOHRS.EXE program. The C++ source code for this application is also
supplied for inspection and further development. I might suggest that it
could be greatly improved by adding code to execute the program repeatedly
within a loop, asking the user to choose between exiting the program or
solving another problem with new input variables after a set of solutions is
calculated. This would allow the user the option to solve multiple cases
without closing and reexecuting the application for each set of new input
variables.
CREATED BY : RANDALL F. DARTT
1617 BALLTOWN ROAD
NISKAYUNA, NEW YORK 12309-2303
PHONE (518) 377-3451
DISCLAIMER: THIS SOFTWARE IS PROVIDED WITHOUT FEE FOR GENERAL PUBLIC USE AS
IS. NO WARRANTIES ARE EXPRESSED OR IMPLIED. ACCURACY OF CALCULATIONS OR
SUITABILITY FOR ANY PARTICULAR PURPOSE IS TO BE DETERMINED SOLELY AT THE
DISCRETION OF THE USER.
December 24, 2017
Add comments