automatic sizing of a footing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
-
Physics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
got it. thanks
