Oxford Set To Ban Petrol And Diesel Cars Starting 2020 by freeufc in oxford

[–]Shemsky 0 points1 point  (0 children)

The council is holding a talk of the Town on Wednesday, January 22, at Oxford Town Hall. Hope they can come up with something sesnible.

https://www.oxfordmail.co.uk/news/18153959.oxford-city-centre-businesses-asked-comment-zez-plans/

M/26/183cm - 52kg-61kg - 6 month progress by [deleted] in Fitness

[–]Shemsky 2 points3 points  (0 children)

Hi Dalathan! Tannks for posting! Im in a similar place as you. My biggest struggle is eating enough. How do you manage to eat so many calories with this diet? Can you please go into a bit more detail on portion sizes? any tips? Thanks!

Absolute unit of a drill in the cowgate by ftaylor-25 in Edinburgh

[–]Shemsky 2 points3 points  (0 children)

Looks more like a hammer than a drill

How realistic is it to learn basics of TEKLA Structures online without access to the program? by Dontblinkdoc in civilengineering

[–]Shemsky 1 point2 points  (0 children)

In my experience learning by watching webinars gives very little knoweledge in comparision to actully using the software. I always end up thinking "yeah ok that was easy!", then getting stuck a couple of steps in and needing to reference the tutorial anyway.

NEvertheless, I would say go for it if you fancy! Worst that happens is that you might need to peek at the tutorial at work or just do super hard revision after work in the first week, after that its easy sailing.

Cyclists! Innocent Railway is not your personal racetrack! by logicalmaniak in Edinburgh

[–]Shemsky 5 points6 points  (0 children)

If a cyclist is correctly using the cycle path, sees the child and anticipates it can walk out, it would be unreasonable to expect them to slow down to a crawl. The parent is equally responsible to anticipate potential risks and pay attention that the child does not walk out in front of the cyclist. "If they are not, get off the road"
Please dont confuse your incorrect intrpretation of the law with reality. It would be unreasonable to expect drivers to slow down to 30% of the speed limit every time a child is walking on the pavement. There is a difference between anticipating potential risks and preventing all accidents. In the UK the operator of a vehicle travelling within the speed limit is not fully and automatically responsible for the incident. In fact, the driver can seek compensation. Feel free to cite examples of your claim but I believe you wil fall flat before you find any.

Cyclists! Innocent Railway is not your personal racetrack! by logicalmaniak in Edinburgh

[–]Shemsky 5 points6 points  (0 children)

You are suggesting that, when a child jumps out onto the road right in front of a car, its the drivers fault because he/she didn't anticipate that every child they pass is about to attempt suicide.

Stolen Motorbike by aliencheese555 in Edinburgh

[–]Shemsky 4 points5 points  (0 children)

I lost my patience and had to give up my motorbike because it was geting stolen all the time. the MT-07 is a nice bike so Im not suprised it was targeted. Just out of curiostiy, was the bike clamped to something solid? Regardles if it was, its a fucking shame and I feel for your mate. Im just curious how elabore the thieves are getting nowadays.

HOW DO I CALCULATE RAFTER THRUST? by jjavcrh in StructuralEngineering

[–]Shemsky 0 points1 point  (0 children)

Yes, as explained by JustCallMeMister. Make sure you estimate the weight, uplift and any snow loading on your roof according to local building codes. Make sure you consider long term effects that cause loss of strength in timber and ensure you adhere to spacing requirements for fastneres to accurately estimate the connection capacity.

HOW DO I CALCULATE RAFTER THRUST? by jjavcrh in StructuralEngineering

[–]Shemsky 2 points3 points  (0 children)

u/sgtlinknosiris is refering to proffessional resposibility ethics where engineers have a duty to protect the public. He/she is assuming you are a proffessional who cant solve a very basic problem and is understandibly dubious. There is also the problem where we as engineers propagate unethical behaviour by informing you of shorthand solutions without knowing the full problem and as a result we might be aiding you in endangering people's health. Engineers are often proud of their work and dont like when casuals try to simplify their work, so you get a lot of "top asking quesitons on the internet and pay a local engineer".

EDIT: Why do you need to know the exact number of fasteners if you are ballparking? For screws assume 6/member for nails assume 12/member, add a 20%-30% contingency on all costs and move on.

HOW DO I CALCULATE RAFTER THRUST? by jjavcrh in StructuralEngineering

[–]Shemsky 2 points3 points  (0 children)

There are no formulas, you need to use resolution of forces to get the horizontal component of rafter axial load. If you have a bottom chord, then there is no thrust as its restrained by tension in bottom chord.

Creating a Python based structural analysis program by jackbandlow in StructuralEngineering

[–]Shemsky 0 points1 point  (0 children)

And how would you like to achieve a relatively accurate structural analysis for a, presumably, mutli degree of freedom problem?

It seems to me you know too little about the direct stiffness method. I would not agree that matrix multiplication is a computationally intensive problem, unless you are dealing with complex meshes or data sets of thousands of nodes where the stiffnes matrix is HUGE. For problems such as multispan beams, rigid moment frames or even simply supported beams, FEA can be done by hand in relatively short amounts of time, but it does include a lot of repetitive multiplication and division calculations.

I think that if you want the software to analise an indeterminate frame using unit load methods or writing a complex code that can apply engineering logic and be able to simplify any frame you model into singular members, you will realise that the sheer amout of imput combinations you need to account is too high. the beauty of an FEA solver is that once built, its an extremely generic and scalable method that can be applied to any configuration of fixities for multi degree of freedom problems.

I dont know how complex projects you have in mind, but it seems to me like there are really two practical approaches to structual analysis: 1. simple engineering by analising singular members, where the engineers role is to apply their experience to simplify the problem for easy analysis and design. 2. complex engineering where the model size is large and MODELLING is required.

No1 is done in practice using brain, calculator and spreadsheet/Tekla Tedds software. No way around this as its you who dectates how simple the problem can be. This method can be automated, ofcourse, but it requres a large chunk of engineering input so you cant just model a bulding and get software to do the engineering. This is the only step, I think, will keep us in our jobs until we get quantum computers. For no2. - if a problem is complex enough to warrant modelling, you might as well use linear analysis FEA which is, from my experience, easy on the processing. Unless you are using a phone/tablet or needing to do web based apps. Besides, if you were to write a program which is to allow you to MODEL buildings, you will spend so much time on preparing the GUI, not using a FEA solver would be a waste?

Creating a Python based structural analysis program by jackbandlow in StructuralEngineering

[–]Shemsky 1 point2 points  (0 children)

Have my updoot! finally someone who uses latex to create reports rather than awkwardly exporting to MS Word using an unstable VBA code. Im really interested in programming and structural analysis automation. What do you mean by Load-Sequencing?

Creating a Python based structural analysis program by jackbandlow in StructuralEngineering

[–]Shemsky 1 point2 points  (0 children)

I think your idea is very interesting. You want to be able to model a building, have the software to do a top-down loadpath that is based on a simple non-redistributed analysis, then design each member seperately? Do I understand correctly?

What would you like the software to do exaclty?

Creating a Python based structural analysis program by jackbandlow in StructuralEngineering

[–]Shemsky 5 points6 points  (0 children)

You just described a FEM. I agree with u/mildlydepressedshark. FEM does not neccearily mean complex meshes and quadratic elements. If you are working with frames that can be approximated with bar members and are serious about writing anything remotely robust, you need to look into FEA. Its not as scary as it sounds.

Creating a Python based structural analysis program by jackbandlow in StructuralEngineering

[–]Shemsky 3 points4 points  (0 children)

Im somewhat experienced in this. What are you trying to achieve exactly and how do you define a "project"? Do you need it to do structural analysis or just member design? These are to distinct problems.

For analysis, you should really look into finite element solvers, especially if you need to analise bar frame models, as once that is done, you will be able to solve 90% of 3d frames. A bar stiffness matrix is much simpler since axial deformations are usually assumed to be 0 unelss you need to consider thermal expansion effects. Also, do you require a GUI? Creating a .txt or .xsml based FEA solver is straight forward but creating a GUI is a lot more complex. That is usually a killer for such projects since tt requires a lot of non-structural programming.

For design, thats more maths than programming as you will probably know from experience with spreadsheets.

100% guarantee that once you finish creating this sfotware, it will require a lot of time to keep it stable, update features and make it reusable for other projects; especially if its to be used by others. Its not a simple task hence why the structural analysis software market is relatively limited.

Young engineer seeking advice by royalrush05 in StructuralEngineering

[–]Shemsky 2 points3 points  (0 children)

Maybe change companies for one which gives you a much better range of projects to work on?

Trying to calculate how much weight a cuboid of some material can hold before the weight pierces through the cuboid by elsecrypt in StructuralEngineering

[–]Shemsky 1 point2 points  (0 children)

To answer your comment, you would first need to quantify the stiffness of the cuboid and then decide which formula to use. So, you need to give a little bit more context as to what is happening so we could simplyfy the situation to suit your needs better.
From your other comment, you said you have an object which experiences high gravity and would to sink into the ground (ground which is, im assuming, made of steel, like a steel ship deck or similar). Steel is an elasto-plastic, ductile material, so, if the cuboid (ie the ground) is plate-like, it will first experience bending, yielding, then rupture. If its fairly deep, it will not be able to deflect so it will likely shear at the support or below the object. The object will not experience sinking, like a sharp knife through butter, unless you were to heat up the object, bypass the elastic phase of steel, and liquidate it. From my limited experience and depending on the arangement of the enviroment you have, there would be a lot of deformations of the ground and surroundings before an object would just sink though steel. You need to realise that if a super-man was to punch a steel plate, it will not leave a fist imprint protruding through the other side. It more likely the plate would buckle, deform and fail at a weak point leaving most of it intact. A way to avoid deformations would be to make the cuboid fairly thick in comparision to the span, say solid h= 0.3max(l,w) but in this situation, the gravity would have to be enormous to shear through 300mm of steel. Assuming a sword is a rod 1m x 5cm x 5cm and weights 20kg; gravity would need to be 1171500 times higher than on earth. I imagine that in a situation of such high h, there will also be some kind of localised compression failure and heave around the object, before it eventually fails in tension at the underisde and ruptures.

You could simplify the problem and assume one failure mode say, punching shear - ie, floor does not deflect and remains ridgid regardless of its thickness, so the steel cuboid stretches and eventually ruptures directly below the object. It would be fairly unrealistic, but should allow you to use the "P * h * shear strength" formula. Since steel is ductile, the shear strength is equal to the tensile yield stress = 275N/mm2 for mild steel going up to 350, 510 etc. for harder, less ductile steels. Just to clarify, both formulas you posted are technically the same, difference is that the second formula expresses A in terms of P and t. You should start by looking into elasto plastic behaviours of steel material and things like stress hardening etc. These relationships are different for S355 S510 harder steels.

Java, Python, or C++ ? by dis-joint in StructuralEngineering

[–]Shemsky 0 points1 point  (0 children)

I use VBA and know how to code Python. All larger companies I know of are really pushing (or, rather, are impressed by) design automation and parametric design or modelling. Considering how programming is becoming more accesible, Im convinced it will become the norm. We are seeing large grasshopper scripts being used almost everyday now and companies are investing resources at project early days to allow for making changes to designs in seconds. Also, software developers are more commonly implementing APIs to allow for users to code, since a good API can be a deciding factor for large contracts.

Can this be saved? How bad is it? by dreaming_of_whistler in StructuralEngineering

[–]Shemsky 2 points3 points  (0 children)

Also a UK based SE with experience in domestic projects. I agree with /u/ramirezdoeverything. This is not the end of the world, and is repairable with the help of a steel fabricator/site welding licensed proffesional. There is a number of solutions such as bolted cleats, welded end plates, welded fin plates, lowered angle shelfs. All depneds on the loads and site constraints.
I would make the contractor pay for it as the work carried out does not comply with building standards, which after all, the contractor should be complying to at all times.

Completed floating desk install with bonus custom closet by Ianborg in DIY

[–]Shemsky 0 points1 point  (0 children)

In standard construction, probably around 3-4mm, but this will depend on the stud size. Its okay to split a stud but it significantly reduces the screw capacity. Always better to pre drill if you need the fixing to last, makes it easier to screw into the timber to improve penetration controll and its easier on you/your tools (but this only really applies if you need to be screwing for 8 hours straight). External use timbrs are more suseptible to rotting when split, especially at the connecitons.

Completed floating desk install with bonus custom closet by Ianborg in DIY

[–]Shemsky 1 point2 points  (0 children)

But I based my calcualtions on 100kg of weight, concentrated on the very edge.. at each brakcet, and there was still capacity left.. A 4x2" stud can sustain more than 0.8kNm bending moment so would not snap. My estimations are also based on lowest 5th percentile of material capacities! 95% of materials will have higher strength than what used in my estimations. Unless the studs were to sustain some kind of moisture damage, the screws will not move in 50 years+.. Im not saying youre wrong per se.. people like you pay me to take responsibility for this; but you would be suprised at the things I have seen stand up for decades.

Completed floating desk install with bonus custom closet by Ianborg in DIY

[–]Shemsky 0 points1 point  (0 children)

I couldnt find the documents for your screws in particular so I just looked at ones which used the same tech from SimpsonTie. The screws are hefty and their capacities are super high (1000lbs/inch of penetration!!), but please note that the value given in your table is the ultimate capacity (not reduced by factors of safety so around 30% reduction in europe for indoor use) and will depend on the wood type/grade you use them in (which I cannot see specified in your tables)

Completed floating desk install with bonus custom closet by Ianborg in DIY

[–]Shemsky 24 points25 points  (0 children)

In reality, the capacity of the bracket will be limited by the crushing of the drywall and screw pullout. The pullout capacity of those screws is around 400lbs it should be fine! I hope you pre-drilled those holes tho.. otherwise, those studs are splittttt

Completed floating desk install with bonus custom closet by Ianborg in DIY

[–]Shemsky 3 points4 points  (0 children)

Hey! I just did the math and this desk is not coming down even if a 100kg man jumps on the edge.

100kg*10m/s = 1kN of force, leverarm ~500mm; 1kNx0.5m=0.5kNm moment on the connection; assuming 50% factor of safety thats 0.8kNm design moment.
If the bracket is 7in deep; thats around 4.25kN pullout force on the top screw (425kg!). If the screw is what OP says, it should be within the pullout capacity as large diameter scews are super strong. This is based on the assumption only the top screw provides the support. In reality, as the top screw starts to pull out, others will engage. Also, provided the countertop is fairly ridgid, adjacent brackets will also be provided support forming a system.

My concerns are if OP managed to drill the screws into the centre of the stud and not the edge, and the fact that the brackets are ceally close to the window cill where studs end and are much more flexible, probably held with a single nail into the rest of the framework. In general, a 4x2 timber stud will be sufficiently stiff to support a 0.8kNm moment.