program to conduct timber structural component design, C/C++ Programming

Assignment Help:

The question description:

You are required to make a C++ program to conduct timber component (beam and column) structural design according to EC5 (all the relevant design codes have been uploaded onto the Blackboard). It is limit state design, various sets of factors are applied to both actions and material strengths with different factors being used for different conditions. You need to compare design actions with the design strengths.

Part 1: Fundamental requirements

C++ program:

1 Design and implement a program to conduct Timber Structural Component design - beam or column only, no need to design slab or the entire timber structure - this is computing module, not a design module.

2 Your program should be able to repeatedly asking for inputs from user.

3 You program should demonstrate good programming skills including: defining variables, using control structures, using repetition structures, using array and functions, dealing with data file operations.

4 Your program should have reasonable comments / explanations.

Report:

5 Your report should come with flow chart, function designs etc. to further explain your "timber design tool".

6 Test Case: you should design some test cases to test your program. Please explain all of your test cases, the meaning you choose those test values, and use some screen shots in your report.

Part 2: Advanced part (not compulsory)

1 Try to add graphical interfaces to your program - by any means, such as matlab / sketchup / or using visual studio;

2 You program should be able to successfully deal with advanced data file operation, for example, to convert the timber strength class into datafile in a feasible way, and you program should be able to locate any relevant data out of that datafile;

3 When your program calculates the external actions, can it recognize one-way slab or two-way slab? Can it check the structural models? (use the following information)

BS EN 1992-1-1:2004 P57

4 Beam: length >= 3*depth

5 Slab: length (shorter) >= 5* thickness

One-way: two sides; length ratio >=2

Two-way: length (larger) / length (shorter) <2

6 Column:

Section depth <=4 * width

Height >= 3* section depth

7 You can state any other advanced features that implemented in your program to earn extra marks.


Related Discussions:- program to conduct timber structural component design

Z transformer, how to write code for z transformer

how to write code for z transformer

Using nested if statement, write a program in c/C++ using nested if stateme...

write a program in c/C++ using nested if statement for calculating the average marks and grades of 5 subjects

Program of 2d byte array dynamicall, In this lab, please complete a given p...

In this lab, please complete a given program to perform the following tasks: 1. Allocate a 10 by 5 2D byte array dynamically. The way of allocation must be consistent with page

How do one throw polymorphically?, How do one throw polymorphically?       ...

How do one throw polymorphically?               A: Sometimes people write code such as: class MyExceptionBase { }; class MyExceptionDerived : public MyExceptionBase { };

C program for multiplication table , C Program for MULTIPLICATION TABLE ...

C Program for MULTIPLICATION TABLE   main() {           int a, b=1, c, d;           char ch;           clrscr();           while(ch!='n')           {

Pointer, how to use a pointer variable?

how to use a pointer variable?

Using c language, I have a program and I want someone to fix it for me by u...

I have a program and I want someone to fix it for me by using basic c language program.

MCQ, in a multilist organisation

in a multilist organisation

Wap for basic salary of employees & calculate net salary, WAP TO ACCEPT THE...

WAP TO ACCEPT THE BASIC SALARY OF EMPLOYEES & CALCULATE NET SALARY   #include stdio.h> #include conio.h>   void main() {                    float Basi

String function examples, 1. De ne a function chomp :: String -> String tha...

1. De ne a function chomp :: String -> String that selects a run of repeated characters from the start of a string with the run being as long as possible. For example ch

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd