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

Padovan string, padovan string program in java // aakash , suraj , p...

padovan string program in java // aakash , suraj , prem sasi kumar kamaraj college program 1 : package test.padovanstring; public class PadovanString {     publ

When i develop a destructor, When I develop a destructor, do I require to e...

When I develop a destructor, do I require to explicitly call the destructors for my member objects?

Radix sort - c program, Radix sort - C program: Write a program in c t...

Radix sort - C program: Write a program in c to define a radix sort. void main() {  int array[100],n;  int i;  void radix(int *,int);  printf ("How many nos\

Constructor and destructor function with derived classes, Constructor and D...

Constructor and Destructor function with derived classes If there are constructors included in the base class and the derived class, the compiler automatically calls both of th

Area under curve, Write a program to find the area under the curve y = f(x)...

Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve between two points can b

What is an explicit constructor, A conversion constructor declared with the...

A conversion constructor declared with the explicit keyword. The compiler does not use an explicit constructor to execute an implied conversion of types. Its purpose is reserved ex

Described assignment operator?, Default assignment operator mange assigning...

Default assignment operator mange assigning one object to another object of the same class. It is member to member copy as shallow copy.

Areaundercurve.c, Write a program to find the area under the curve y = f(x)...

Write a program to find the area under the curve y = f(x) between x = a and x = b, integrate y = f(x) between the limits of a and b. The area under a curve betw   Solution:

Explain difference between early binding and late binding, What is the diff...

What is the difference between early binding and late binding? What are advantages of early binding? a.) Late binding refers to function calls which aren't resolved until run t

Define local classes, A cl a s s c a n b e d e f i n e ...

A cl a s s c a n b e d e f i n e d i n s i d e a b l o c k o r f u n c t i o n.   T h i s t yp e cla s s i s known

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