Solidworks Advice (Dynamic Load testing & Thermal stress studies)

Hi, so I'm a senior in University and for our capstone project I am the CAD Lead. I had one class in Solidworks that went over the basics (creating parts, making assemblies, mating, etc) and we scratched the surface on studies. In my capstone project I need to perform dynamic load testing (vehicle driving over a ramp) and thermal studies (how the part will react at min & max temperatures). I never got taught in the above two studies, but I ran into some difficulties and I was hoping that I could get some advice.

I truly don't know where to start with the dynamic load study and I was hoping for some reference I could read up on. I have had trouble finding any sorts of tutorials.

For the thermal testing, I was hoping that I could have someone look over my work to make sure I am applying everything correctly. The study I ran says that the part is deforming at room temperature, which should not be the case. (I did set reference temperature). I've been trying to reach my professor about this but I haven't heard back in over a week.

Any help would be greatly appreciated.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/daily_kenny
πŸ“…︎ Apr 20 2020
🚨︎ report
The French army is testing Boston Dynamics’ robot dog Spot in combat scenarios theverge.com/2021/4/7/223…
πŸ‘︎ 238
πŸ’¬︎
πŸ‘€︎ u/Gari_305
πŸ“…︎ Apr 08 2021
🚨︎ report
Radiator question! Recently upgraded to a 10900k, thermals are perfectly fine until i game for an extended period. With the gpu running full load the cpu can go up to over 80Β°. Thinking about exchanging my vector rs case with an PC O11 dynamic or will a change to a front mounted aio be enough?
πŸ‘︎ 60
πŸ’¬︎
πŸ‘€︎ u/Ok-Coconut7654
πŸ“…︎ May 03 2021
🚨︎ report
[Fo4]dynamic tuner and load accelerator install with enb

should i change any setting on enb?

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/DragonbornElsa
πŸ“…︎ Apr 20 2021
🚨︎ report
Nintendo is replacing its 18 y/o multiplayer server system NEX with NPLN, in preview phase with the Monster Hunter Rise demo testing server load twitter.com/OatmealDome/s…
πŸ‘︎ 779
πŸ’¬︎
πŸ‘€︎ u/Shinobihost
πŸ“…︎ Feb 01 2021
🚨︎ report
Pile dynamic load test v.redd.it/53gh3y4pigh41
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Omar941
πŸ“…︎ Feb 17 2020
🚨︎ report
18" Sanders Armory barrel. Dynamic munitions billit lower/ upper. BCM gunfighter guts. Vortex 4x12x44 glass. Test loads today with varget. 28.1 looks promising.
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/landbigfish
πŸ“…︎ Mar 17 2019
🚨︎ report
Figured I'd post this shot I got of the Hurston Dynamics building while ya girl was testing out Super Resolution in the PU.
πŸ‘︎ 198
πŸ’¬︎
πŸ‘€︎ u/MasterAnnatar
πŸ“…︎ Aug 18 2020
🚨︎ report
Male and female relationship dynamics.. what a load of complete and utter bullshit. Im out.
πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Jan 24 2021
🚨︎ report
Hobbystreak day 60. Testing out a wooden plank base with nails for my Corsairs of Umbar. Will be a tough thing to replicate over all the bases but should look awesome. Loads of variation can be made with different plank/nail layouts. reddit.com/gallery/maybos
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/Frostfall40
πŸ“…︎ Mar 22 2021
🚨︎ report
Roblox studio loads everything at once when testing but in-game it loads in chunks. v.redd.it/90yw0thlaup61
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Kayo4life
πŸ“…︎ Mar 28 2021
🚨︎ report
Boeing 787 wing load test. Testing how far the wings can bend before they break.
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/_SP3CT3R
πŸ“…︎ Oct 27 2020
🚨︎ report
Testing the load times for DOTO on my new Series X! v.redd.it/h59w3b6v1sc61
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/ObviouslyKieran
πŸ“…︎ Jan 22 2021
🚨︎ report
Ngx-dynamic-hooks: Automatically load Angular components into dynamic strings, by their selector or any other pattern

Hi everyone, I just published a library that was originally born out of need for a personal project, but seeing as there wasn't anything quite like it, I decided to polish it up some more and make it available to everyone.

With ngx-dynamic-hooks, you can load fully-functional Angular components into any dynamic string of content in a safe and controlled way. Think the "[innerHTML]"-directive, but with the contained component selectors actually working.

What's more, you can not only load components by their selectors, but any other pattern of your choice as well! In other words, literally any piece of text can be automatically replaced by a component, if you so want. The library is built to be easy to extend with custom parsers for that exact purpose. This can be used in interesting ways.

Here are some of the main features:

  • Load live Angular components into any string based on their selectors (or other pattern of your choice). The components will be inserted at the correct positions automatically and rendered just like in a normal template.
  • Inputs and outputs can be set much like in a template as well and are automatically parsed from strings into actual variables for you.
  • Components can be nested without restrictions and will appear in each others "<ng-content>"-slots as expected.
  • You can use an optional context object to pass live data from the parent component into the dynamically loaded components (and even use it to bind inputs/outputs).
  • You have meticulous control over which components are allowed to load on an outlet-to-outlet-basis and even which inputs/outputs you can give them.
  • You can optionally configure components to lazy-load only when they are needed.
  • The library uses Angular's built-in DOMSanitizer to be safe to use even with potentially unsafe input. This is so even user-generated content can be rendered. Combined with the fact that components can be loaded by any text pattern, you could for example introduce shortcodes/keywords for your users (or yourself) that load actual components when displayed.
  • Works in both JiT and AoT-modes, both Ivy and the old template engine. Just about anything, really.

The loaded dynamic components are created by native Angular methods and behave like any other component (inputs/outputs, content projection, change detection, dependency Injection and lifecycle m

... keep reading on reddit ➑

πŸ‘︎ 40
πŸ’¬︎
πŸ‘€︎ u/Mvin
πŸ“…︎ Aug 25 2020
🚨︎ report
In tensile testing, what is the difference between quasi-static and dynamic strain rates/loading?
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/ravtastic94
πŸ“…︎ May 03 2018
🚨︎ report
SARS-CoV-2, SARS-CoV, and MERS-CoV viral load dynamics, duration of viral shedding, and infectiousness: a systematic review and meta-analysis thelancet.com/journals/la…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/Doener23
πŸ“…︎ Nov 23 2020
🚨︎ report
All home made 4 axis robot, beta testing the dynamic positions and repeatability. Amateurs first post, be kind πŸ˜„ v.redd.it/gzzxotxu2vi41
πŸ‘︎ 262
πŸ’¬︎
πŸ‘€︎ u/yeahduuuude
πŸ“…︎ Feb 24 2020
🚨︎ report
Comment on SSD reviews: We need testing at different drive-filled states, especially now that we have drives with dynamic SLC cache sizes (e.g. the Silicon Motion SM2263 controller).

Anandtech is nice enough to provide us will "drive full" and "drive empty" testing. But now SLC cache size can vary drastically depending on just how full the drive is. So you would expect at least some performance degradation not just when the drive is full-to-the-brim but when the drive is about as full as you would expect under normal use (e.g. 75% full). So ....how much performance degradation? No one tests to let us know. This is really frustrating. We all know that drives like the Intel 660p and Adata SX8200 pro are great for normal-use type tasks when empty, but no one buys a drive and uses it in an empty or near empty state. If we wanted to do this we would just buy a smaller and cheaper drive. From my perspective the relevant tests, and what should be the default tests, are those run at around 75-80% full, because that's the fill state that actually makes sense for a drive of that size (i.e. a fill state that would actually demand buying a drive of that size and not a smaller drive). Honestly, performance of drives using the Silicon Motion SM2263 controller, in particular, is so damned good in the absolutely unrealistic drive-empty state that it starts to feel like the controller has just been designed to game benchmarks. I don't know that this is the case, however, because I don't have access to the relevant benchmarks. It's really frustrating, in particular, to read reviews that only test at drive-empty, where we can be fairly confident that this will have no bearing at all on the performance we will see in actual use.

Billy Tallis did give a little bit of insight in the comment thread to this review. He says:
>I did run the Heavy and Light tests on this drive with it 80% full and the results were similar to the 100% full case.

That sounds really bad, quite frankly. It takes the drive tested from at or very close to being the very best performing drive of those tested in both tests to at or close to being the very worst performing. That's absolutely bad enough that access to that information would probably by itself change the purchasing decisions of a fair proportion of potential users of these drives. Unfortunately he also said that the kind of testing I'd like to see is very time consuming and that he did not have the time to run testing at different fill states for th

... keep reading on reddit ➑

πŸ‘︎ 437
πŸ’¬︎
πŸ‘€︎ u/AylmerIsRisen
πŸ“…︎ Nov 03 2019
🚨︎ report
Having hydration issues when trying to load dynamic content on your Gatsby site? This post helped me solve this problem on my site. joshwcomeau.com/react/the…
πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/neooeevo
πŸ“…︎ Oct 23 2020
🚨︎ report
Testing Robustness - Boston Dynamics youtube.com/watch?v=aFuA5…
πŸ‘︎ 5k
πŸ’¬︎
πŸ‘€︎ u/Quasar420
πŸ“…︎ Feb 20 2018
🚨︎ report
Using Dynamic Resolution to Supersample instead of Downsampling (testing)

I need someone to test this out with me cause I'm not sure if I'm tripping or not.

I was testing out supersampling in the game to check how high I can push the graphics and stay at stable 90-120FPS (on the Index) and I figured there HAS to be a way to use the games Dynamic Resolution but change it around so instead of it downsampling (lowering ingame resolution) it stays at Native game res, but if your PC has the extra resources, it will supersample (higher ingame resolution)

There's actually some settings in the .ini that actually does exactly what I want it to but I'd like for someone else to test it because I'm actually not sure if it's working right.

These are the changes for SkyrimVR.ini:

bEnableAutoDynamicResolution=1

fLowestDynamicHeightRatio=0.500 - was 0.700, explanation beneath

fLowestDynamicWidthRatio=0.500 - was 0.700, explanation beneath

fRenderTargetSizeMultiplier=2.000

So basically, the games render target will want to go to 2.0 supersampling whenever your PC has the leftover resources for it, and since fLowerDynamicHeight/WidthRatio is 0.500 it will lower itself to the minimum of half of the render target, half of 2 is 1, which is native resolution.

I'll delete this if I'm wrong but please feel welcome to try this for yourself, ideally the game will be high resolution indoors (dungeons, inns, home etc.) but while being in cities, it will go back to native, or you can set it to lower if you really treasure your framerate.

edit: Im not 100% sure, but setting fRenderTargetSizeMultiplier too high will cause lower performance, even if Dynamic Resolution sets ingame resolution to native, I found myself being in reprojection more in 2.0, than for example 1.5.

Changing RenderTarget values also means you will have to do some maths on your side to determine native res for fLowestDynamicHeight/WidthRatio, going to console and typing in "dr" will give you current % and resolution values

You can also set Supersampling resolution through SteamVR, and just set DynamicRatio accordingly, apparently SteamVR supersampling is better for framerate.

πŸ‘︎ 28
πŸ’¬︎
πŸ‘€︎ u/tribes33
πŸ“…︎ Apr 16 2020
🚨︎ report
All home made 4 axis robot, beta testing the dynamic positions and repeatability. Amateurs first post, be kind πŸ˜„ v.redd.it/a2saecar3vi41
πŸ‘︎ 124
πŸ’¬︎
πŸ‘€︎ u/yeahduuuude
πŸ“…︎ Feb 24 2020
🚨︎ report
Exo Dynamics - Load & Start New Game Launcher Satellite - Research Station: We went back and tested out the Satellite. Here are the Results! youtube.com/attribution_l…
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/zombieco
πŸ“…︎ Dec 27 2016
🚨︎ report
SARS-CoV-2 viral load dynamics, duration of viral shedding and infectiousness: a living systematic review and meta-analysis medrxiv.org/content/10.11…
πŸ‘︎ 15
πŸ’¬︎
πŸ‘€︎ u/_Gyan
πŸ“…︎ Jul 28 2020
🚨︎ report
Boston Dynamics’ latest robot is a mechanical ostrich that loads pallets arstechnica.com/gadgets/2…
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/beamdriver
πŸ“…︎ Mar 29 2019
🚨︎ report
Long period dynamics of viral load and antibodies for SARS-CoV-2 infection: an observational cohort study medrxiv.org/content/10.11…
πŸ‘︎ 47
πŸ’¬︎
πŸ‘€︎ u/Wiskkey
πŸ“…︎ Apr 27 2020
🚨︎ report
I built this structural model for a university design project and thought it might be cool to share here. More than 3,200 simulations were used to analyze the roller coaster under dynamic train loads in order to design the track and support columns. The entire project took 8 months with a team of 4.
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/jtstonge
πŸ“…︎ Jun 08 2019
🚨︎ report
Neo 2 Eye includes dynamic foveated rendering powered by Tobii, reducing shading load by up to 72%, with increased framerate by up to 66%. Doesn't seem powered by AI like DeepFovea is. displaydaily.com/article/…
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/TareXmd
πŸ“…︎ May 29 2020
🚨︎ report
Say what now? Dynamic roof loads?
πŸ‘︎ 142
πŸ’¬︎
πŸ‘€︎ u/RynningInThe80s
πŸ“…︎ Feb 17 2020
🚨︎ report
Mass state police testing out Boston Dynamics's robot dog, raising concerns wbur.org/news/2019/11/25/…
πŸ‘︎ 62
πŸ’¬︎
πŸ‘€︎ u/Barknuckle
πŸ“…︎ Nov 26 2019
🚨︎ report
An interesting approach to doing a RTG after watching a YouTube video is to create a random player born in 1970. This creates a regen when you instantly load in the career mode. I've already done multiple YA RTG's so doing this adds an extra dynamic to it
πŸ‘︎ 91
πŸ’¬︎
πŸ‘€︎ u/Jibril45
πŸ“…︎ Jan 05 2020
🚨︎ report
I built this structural model for a university design project and thought it might be cool to share here. More than 3,200 simulations were used to analyze the roller coaster under dynamic train loads in order to design the track and support columns. The entire project took 8 months with a team of 4.
πŸ‘︎ 522
πŸ’¬︎
πŸ‘€︎ u/jtstonge
πŸ“…︎ Jun 07 2019
🚨︎ report
Viral load dynamics and disease severity in patients infected with SARS-CoV-2 in Zhejiang province, China, January-March 2020: retrospective cohort study | BMJ Journal bmj.com/content/bmj/369/b…
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/pcaversaccio
πŸ“…︎ Apr 21 2020
🚨︎ report
Debate: CBO vs A/B Split Testing vs Dynamic Creative vs Vanilla Adset Tests

Each of these tactics is meant to optimize for the "best out of the bunch". Yet, I haven't found a clear strategy anywhere on the web about the sequence in which one of them is better used than the other (maybe I wasn't looking hard enough).

Sure, some are more optimal at bigger budgets - how bigger? And why that number?

Hence, I thought we could use the magic of Reddit crowd-sourcing to try and settle this.

What is your experience with each of them and when do you prefer to use one over the other? Data is very welcome.

If we build a clear enough system I will design a diagram or something to share with everyone.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/yurchak
πŸ“…︎ Mar 25 2020
🚨︎ report
Was continuing my learning exercise last night and this developed. Custom 7 day forecast, dynamic salutation depending on time of day, and numerous other shortcuts. I like minimal in general, this was just an exercise in testing for me.
πŸ‘︎ 22
πŸ’¬︎
πŸ‘€︎ u/joefalco999
πŸ“…︎ Dec 31 2019
🚨︎ report
Viral load dynamics and disease severity in patients infected with SARS-CoV-2 in Zhejiang province, China, January-March 2020: retrospective cohort study | BMJ Journal bmj.com/content/bmj/369/b…
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/pcaversaccio
πŸ“…︎ Apr 21 2020
🚨︎ report
Gordon Shedden will replace Matt Neal in pre-season testing for Team Dynamics touringcars.net/2020/02/g…
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/davidwholt
πŸ“…︎ Feb 24 2020
🚨︎ report
Colts QB Andrew Luck is currently going through a more challenging series of workouts than last week, per Frank Reich, "an upgraded, more dynamic series of exercises" that'll help him build strength. He's moving around, testing the calf. Reich says "things seem to be going well." twitter.com/zkeefer/statu…
πŸ‘︎ 127
πŸ’¬︎
πŸ‘€︎ u/LuskSGV
πŸ“…︎ Aug 06 2019
🚨︎ report
Cool video of some aero dynamics for our cars! Jump to the 42minute mark if you want to get right into the testing! (Not my video) m.youtube.com/watch?featu…
πŸ‘︎ 79
πŸ’¬︎
πŸ‘€︎ u/RougeElement
πŸ“…︎ Dec 29 2019
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.