cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

automatic sizing of a footing?

ptc-5032570
1-Newbie

automatic sizing of a footing?

Dear all, i am trying to do a program in mathcad which give length and width of a footing for which it is safe in sliding,overturning, soil bearing. i was sucessful for one iteration for load combination(101). i am required to use the results of first iteration(101) to be used as input for sizing for second load combination say(102).

i have with no clue how to start on this. please help.

Attached is the mathcad file.

regards,

riaz shaik

2 REPLIES 2
Werner_E
25-Diamond I
(To:ptc-5032570)

Turn the vital calculations (R) into functions which are dependable on the changing parameters rather than using static, local assignments for them. Use those local assignments only for values which can be calculate using the changing parameters. That is , write R(L,B,hf,....):=... or whatever the parameters necessary to calculate R are.

Maybe it would help to split the calculation using some subfunction as the implementation for the calculation of R is rather lenghthy and hard to read.

got it. thanks

Announcements

Top Tags