Question: Your program must accept the following inputs:Design wind speed, in mphWidth of windward wall, B , in feetLength of side wall, L , in feetHeight
Your program must accept the following inputs:Design wind speed, in mphWidth of windward wall, B in feetLength of side wall, L in feetHeight of side walls, H in feetRoof pitch, in degreesThe modality of how these inputs are delivered to the program is completely up to you. Your program must output the design wind pressures and acting on the:Windward wallLeeward wallSide wallsWindward roofLeeward roofThe modality of how the program displays these results is completely up to you. Program requirements:Your program must be capable of interpolating between values provided in the lookup tables, if necessary expanded tables are included in this module with more data than those we used in classYou must include error handling code, for example:What will the code do if an unexpected value is given as an input eg a nonnumeral character input for a lengthWhat will the code do if one of the inputs is outside the range of values your computations can handle eg z etc.Your program could trigger an input message box asking the user to edit their inputsthis is just an example, you can handle this however you'd likeYou must use Option Explicit.You should add comments to your code listing any assumptions that were made eg the values used for the topographic factor, the wind directionality factor, the gust response factor, and the internal pressure coefficientYour code should generally follow the guidelines that we have established throughout the semester option explicit, data typing, comment lines, etc. I will be looking to see that you use all of the coding elements that we have discussed in class: functions to perform calculations sub programs where applicable ifblocks, and loops. Can you please show the code
Below is an expanded table for the velocity pressure exposure coefficient values presented in Lecture The table in the lecture slides only goes up to feet.
table
Below is an expanded table for the maximum negative roof pressure coefficient values presented in Lecture The table in the lecture slides only applies to roofs with a degree pitch. these are the table we should us Show all the vba code to type also make sure if it goes past that it say its an error so then user knows
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
