Import Point Script Error
 1-10  …  31-50  51-70  71-90  91-110  111-123

Previous
Next
 From:  Unknown user
4381.71 In reply to 4381.70 
Hi Michael,

Yes I am starting to really understand your .001 tolerance based on the bounding box. I tried all sorts of ter variations. A point like some suggested, a line as others suggested. Even larger radii. I found, like you said originally, that I would spin my wheels based on the tolerance issue. So I drew a bounding box for the airfoil and worked with that. It went a lot better. All functions worked. I did still have to change the mesh angle from 10 to 1 degree so that it looked smooth on my laptop. But it didn't seem to slow it down any. I created new geometry that may help you or whoever is interested experiment. It is setup to easily apply real life fillets at the base. The blade would need the airfoil ground out as well. So the model is much like you would see in a forging. Prior to being machined. Given the issues we spoke of, this is about as far as I can go with it. But I'm happy with this representation. Its good enough for now. I really enjoyed working with MoI over Rhino, PowerShape, and Autodesk 123D. The forum support was fantastic as well. I have never been a fan of CAD, I am primarily a FEA guy. I have found CAD work to be absolutely no fun. That is until I discovered MoI. I really enjoy firing it up and using it. In fact the more I use it the more a feeling of dread comes over me when I go back to Rhino. MoI is so easy to use. I love the fact that there aren't a lot of different ways to do the same thing. One way for one thing is a great idea to me. The UI is hands down the best I have ever seen. Icons that you can read and know what they mean. I think if you implement the adaptive tolerancing in the future it will really make MoI stand out even more than it already does. I'm going to continue to learn MoI as it definitely seems worthwhile.

One thing I learned through this trial was that Rhino wasn't doing as good as I thought. While I could jack up the tolerance (1e-6 meters) so that I could generate the blade. It still would not make solids from those surfaces and it would not fillet anything. I never realized it was having a problem with the geometry because I was able to work with it. I would much rather have what MoI was doing. Point out the problem right away. Rather than make me think things are ok, when in fact they are not.

The process right now would be to use PROP_DESIGN to generate the blade geo (airfoil profile and rails), model it as much as possible in MoI, and take it to SolidWorks to finish it out and do FEA. I never mentioned this as it was a little off topic, but it may answer a lot of the why am I doing this questions. The geo you see is the ideal shape. Under load it will deform a lot. So I have to generate new rails and iterate to determine the manufactured shape. So you have to go through this process a lot. Therefore ease of use is imperative. There is a lot of iteration required to determine what the real manufactured shape needs to be in order to yield the required shape for aerodynamic performance. Not to mention having to resize everything so it can withstand the extreme stresses. So this is not a one time through CAD and your done deal. For any given model, you will go through this process many many times over.

Sincerely,

Anthony Falzone
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
4381.72 In reply to 4381.71 
Hi Anthony,
I would love to see a screenshot of your models tet or hex meshed and in the FEA program when you get to that stage... It is a very interesting area for me..

Thanks.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
4381.73 In reply to 4381.71 
Hi Anthony, I'm glad that you've been able to make some progress and that you're liking using MoI!

MoI and Rhino are kind of focused on different goals and so one is not necessarily a complete replacement for the other... For MoI as you've seen the focus is on ease of use and having a fluid workflow and UI. Rhino is more focused on having a large quantity of various kinds of tools, more like a swiss army knife or something like that. Also Rhino is designed to be similar to how AutoCAD functions, which is great if you have a lot of AutoCAD experience but otherwise not so much.

Anyway because of their different goals and priorities it can be useful to use MoI and Rhino in combination with one another - this is also facilitated by the use of the same 3DM file format and you can also use Copy/Paste (ctrl+c/ctrl+v) to move objects back and forth between MoI and Rhino in case you did not find that yet.

re: relative tolerancing - I've been able to adjust Trim for MoI v3 to use the relative tolerance mechanism so that your circle trimming example will work at its small numeric size in MoI v3.


And yes once you've spent some time in MoI's UI you can get pretty hooked on it! :)

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.74 In reply to 4381.72 
Sure thing burrman,

There is a free fea program called Z88, that's the best of the free stuff. Caculix is a more capable free FEA program but not easy to use. I think there is hope for Z88 once it develops a little more. You need to be able to do a prestressed modal analysis for propellers. As well as linear static analysis. Z88 only does linear static stress analysis right now. At present, I am trying to come up with a reasonable process flow for anyone using PROP_DESIGN. I have been retired for awhile now, so I no longer have access to all the expensive toys (eh um, I mean serious engineering tools). I do know from my research that SolidWorks Simulation is the lowest cost and most capable program for this application. If you have a seat of that software, I too would love to see some downstream analysis. Currently I'm limited to free or open source alternatives. So I'm keeping and eye on Z88. Scan & Solve for Rhino is interesting but limited to linear static stress of one part. Also, they use a mesh free solution, which should interest you. So no super huge models to run. You don't mesh it at all. Supposedly it compares well to your typical FEA program. But they are a long way from having prestress modal analysis. If you haven't heard of the Intel MIC architecture check it out. That will really make FEA fly. We already have the capability for a lot of memory in a pc which is good to keep the solution in core. If it has to go out of core we now have SSDs as well. So you can build a great FEA machine for 5 to 10k. The price seems to always stay the same but every couple of years the performance goes up. So you can solve larger and larger models or the same model faster.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.75 In reply to 4381.74 
Hi Michael,

That was fast on the trim fix. I was wondering, and this may be asking for too much. But what would it take to be able to sweep an airfoil and have all the ops work for something of those dimensions. What was breaking down for me if you go past the bounding box was any sort of airfoil shape within that box. It didn't seem to matter if you took out the ter or tried any kind of deviation. It just was plain too small regardless. Then after the somewhat malformed sweep when you tried to boolean it to the hub it would fail. And of course filleting. So I guess what I'm saying is if one op can have adaptive tolerancing can all the ops have it. See, give an inch want a mile.

Anthony
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
4381.76 In reply to 4381.75 
Hi Anthony - the difficulty of relative tolerancing with the sweep is that your case needs to be relative not to the bounding box around the entire curve being used (as was the case with Trim) but instead around the smallest sub-segment within the shape.

That has some potential to possibly make an excessively tight tolerance in the case where someone inadvertently has some tiny micro segment within a profile that they did not really even know about.

I'll take a look at it, but it's a somewhat more complex case with more potential side effects than what I did for Trim.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
4381.77 In reply to 4381.76 
Here's props file back as a solid with .0001 meter G2 fillets at the hub connection and the blade tips... I also changed the hubs cone bottom to be a conic surface with an RHO value of .9999 (Since he likes the little numbers)

I have another file where I made the hub front a G2 blend also, and cut the blade section out to rotate seperatly to try and animate for fun..

I couldnt mesh it. Anything comming even relatively close was an issue for my system.

EDITED: 26 Aug 2011 by BURRMAN

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.78 In reply to 4381.77 
cool video, how did you make that?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
4381.79 In reply to 4381.78 
Thats just a turntable capture in 3d-coat... I hadnt cut the blade section from the body yet so you can see the G2 nose cone turning too.. Right now, I'm doing some renders in Carrara trying to get some blur correct for the blade spinning, but it's proving more time consuming than I wanted, because i meshed the blade section very dense and it's dragging things down... I may have to go to sleep and remesh the blades tommorow to allow the render testing to get it to look right.. :o
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.80 
Hi,

For anyone interested here is an updated model. I was working with the fillets trying to find something both manufacturable and that meets the requirements. This is a close first pass. It leaves room for a blend between the hub and the airfoil. The airfoil isn't ground out as this brings up the tolerance issues talked about. But its a good start and that's all I really was looking for at this point. In this model I increased the size of the forging, changed the hub geometry and put in some decent sized fillets. Everything in MoI works so long as you don't try to mess with the airfoil.

Anthony

Edit; File has been removed to save server space.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
4381.81 In reply to 4381.80 
Hi Arthur, so I've been looking more deeply into why your original sweep example (The A400M Propeller Example.3dm file that you attached previously) doesn't work right, and I've found a couple of problem areas. The good news is that there is a way to work around them.

The first problem is that the sweep goes through a routine in the geometry library that decides that any edge smaller than 0.001 units is degenerate and that edge just gets left out of the trimming boundary.

So to avoid that, increase the size of your object until the smallest segment in it is at least 0.001 units or larger in length, probably best to have a bit of cushion on that so maybe target something like 0.01 units. This part can be done easily to your example file by just switching your unit system from meters to millimeters (as long as you have not turned off the option to scale objects when the unit system changes which is enabled by default).

So that's the first step - switch to units = millimeters.

Then the next thing that goes wrong is related to having not just one tiny segment but actually having 2 tiny segments right next to each other like this:



Instead of having little arc segments one after the other like that, you've got to delete those 2 little pieces and instead put in 1 single arc piece in there instead (something that Burr tried earlier also), like this:



Having 2 little tiny segments adjacent to one another causes a problem with the joining stage - sweep basically builds one surface for each segment of the profile being swept and then does a joining process to glue those surfaces together into a connected piece. But with those 2 little segments side by side, they end up actually being within the join tolerance of each other and the joiner goes ahead and glues them to each other making a mess in this case. When you have only one little edge in there that won't happen. So getting just one arc piece instead of 2 arc pieces like in one of Burr's previous tries is another key thing.

To replace the arcs, use Edit > Separate to break the curves apart into their segments, delete the 2 little arcs, and use Draw curve > Arc > 3 pts to put in a new larger arc there, then join all those segments together into a closed curve.


I've attached an updated version of your file which should now sweep file - so again the steps to alter your file are - switch units to millimeters, and replace the 2 little side-by-side arc segments at the top and bottom with just 1 arc in each of those spots.


So Burr you were definitely on the right track! :)


- Michael

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.82 In reply to 4381.81 
Thanks Michael,

I understand I think, I'll give it a shot. I updated the previous post. I watched all your tutorials and read the manual some more. So this update has better surfaces in it, based on what I learned. I updated the hub some and the size of the fillets. I'm going to keep this model, as I like having a model of the forging. I'll make another one where I try to have the finished blade.

I was watching the videos and I saw when you update the rails the sweep will update. But when I tried it nothing updated. But I haven't read the manual fully so it's probably something I'm not doing right.

Anthony
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
4381.83 In reply to 4381.82 
Hi Anthony,

> I was watching the videos and I say when you update the
> rails the sweep will update. But when I tried it nothing updated.

Are you trying it after you've done other operations to the result of the sweep like booleaned them?

If so then, that's the difference - some kinds of operations can break the "history chain" that connects curves to their generated descendents.

If you do the editing immediately after doing the sweep before you do other operations to it, that's when you should be able to see the update happen.

In the future I do want to make the history function deeper and persist through more kinds of operations, that is a complex area to handle well though.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.84 In reply to 4381.83 
Hi Michael,

Yeah, you hit it on the head. I was wondering if that was the cause. A persistent memory could be useful. The idea would be after I did the fea and saw how much the blade was moving and in what direction, I could come back in and move the rail points. Then keep iterating until its close. But I was planning on regenerating the rails with my code and start the model all over. So its not that big of a deal, but it could make it a bit simpler.

I tried your suggestions about modelling the blade and you are right. It works perfectly. I switch to mm then do the sweep. Also make sure the ler and ter are one arc. I had been doing that though after you guys brought it up. I think the missing link was switching to mm. Also to make it display shaded right on my laptop I have been setting the mesh angle to 1 degree with no apparent side effects.

Thanks so much, I am really really happy with MoI. No need for Rhino, PowerShape, or Autodesk 123D.

Anthony
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.85 
Wow,

It took me no time at all to do the final machined blade with all the fillets, transitions etc... This program rocks. Once done, I changed the units back to meters and it re-scaled it to the proper dimensions. I did see it was best to keep the mesh angle to 10 degrees with this model. Otherwise it was real slow to do everything. The critical transition of ter to hub came out pretty well considering this was my first pass at it and I've never used this program before. You may be able to smooth it out a bit more. But it looks pretty good. If you examine this area you will see what I was saying about needing to model it for stress purposes. Hopefully, I've answered all the questions. I really appreciate everyone's help. I never thought I'd get the model this far. I'm blown away by the ease of use and power of the program.

Sincerely,

Anthony Falzone

http://propdesign.weebly.com/
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.86 
I improved the transition from airfoil to hub and made the hub more detailed. It's not exact but pretty close. I don't know what the exact shape would be. It's basically a concept. Line replaceable fixed pitch blades. Two bolts would hold each blade in place. The configuration is a pusher the cone in the back is the exit. It would be mounted on the other end to the aircraft. That's why the round part isn't there anymore.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.87 
Just for the sake of consistency, here are the files I now include in PROP_DESIGN. I updated my documentation to recommend MoI, I removed any reference to Rhino as well. I just have the one example now. Its so easy to create, I had no need for the rough machined model. It takes up space in the upload/download process as well. I don't know if my model is good enough for your gallery. But if you want to use it there, feel free. Thanks again for all the help.

Edit; Files have been removed to save server space.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
4381.88 In reply to 4381.87 
Hi Anthony, that's awesome that it's all worked out so well!


> I don't know if my model is good enough for your gallery.

Sure, it would be great to have your model in the gallery - the gallery actually does not contain 3DM files though, only images.

If you'd like to upload it there, that would be great - just the screenshot that you posted here would be fine. You can put a couple of notes in there about how it was created and a link to your prop_design SourceForge site as well so anyone interested could find your stuff.

Thanks,
- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
4381.89 In reply to 4381.88 
Cool,

I uploaded it to the gallery with a description. Thanks again. I didn't have enough room to mention I only used your program for two days. A testament to how easy it is to use. Not to mention I normally hate CAD work with a passion and veer from it as much as possible. With MoI, I love doing it now. Your website, support, and pricing are unbelievable as well. This is the easiest recommendation ever.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
4381.90 In reply to 4381.89 
Thanks very much Anthony!

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1-10  11-30  31-50  51-70  71-90  91-110  111-123