Jump to content

Gabriel Caldeira Vicente

Members
  • Content Count

    8
  • Joined

  • Last visited

Posts posted by Gabriel Caldeira Vicente


  1. Hi Ceyhab,

    I tried to do what you said, and fixed a problem i found in the back of it where i really had two open edges, but I'm still having the same issue i said previously, maybe because i can't find these other two open edges that rest. I believe that there is some problem with the intersection of the front "legs", but i don't know how to fix it. Could you help me to solve this problem?

    image.thumb.png.d466c1c8e807756276681d8ccf32e071.png


  2. The following image is the model i created in CAESES.

    image.thumb.png.60d83d84960a15b08972217f07722c08.png

     

    The point is: i need to export this design as a rigid body, but when i try to export just the final BRep (the one selected on the tree in the image above) i finish having just the surfaces i created.

    The following images are the result that i have when i open the exported file on the softwares Inventor and Ansys (this one on the Design Modeler plug-in of Fluent) respectively.

     

    image.thumb.png.74f9deb1a2a412ec744216535e7f7af3.pngimage.thumb.png.1f065fcc893b9fdbd8e72c5bbc971168.png

     

    Could you guys help me to create a rigid body which has this contours? Maybe i am not exporting the file correctly, maybe there is a solution in CAESES or Ansys, but i have no idea.


  3. Firstly i created half of the model and then duplicated each part of it with an opposite Image Surface.image.png.e688063372dd15c0e4e0a4babc26309f.png

    After that, i used the feature BRep to create the final design, so i added the right and left sides and a plane as my sources to cut in the second step the "tail" of the model.

    image.thumb.png.a79ffc19b9e73f8c45c2bf1605dca63d.png

    Now i used the operation "Solid from Intersections" to cut the "tail" and got the front part of the body.

    image.thumb.png.2f095a18409f57da927f71f403ed5dcc.png

    Finally, i added as source the other parts of the model (the legs) and used the operation "Close Planar Holes" to close the bottom of the "legs".

    image.thumb.png.0f71f4994c5abac0ded0c673c713cf66.png

    After finished, the model i added a color ("fullbody") for it, selected the BRep and tried to export the model  an IGES extension like the image attached bellow.

    image.thumb.png.6b1bb269aeec2d6848b55b5b8cf1e78c.png

    Note: I created all the surfaces using the feature Coons Patch.


  4. Hi, I'm having an  issue about exporting a model to Ansys Fluent. When i export the model bellow as an IGES extension i finish having four different bodies in a montage, but i need to have all them together as a unique solid. In the end of the project i created a BRep with the four bodies but when i try to export it as my final design i have them separated (take a look in the attached imaged of mesh plug-in in Ansys Fluent). Is there any way, or maybe extension, that i can use to have a full and unique solid?

    image.thumb.png.6ade269bacf49ff95369b4ee93a9fff3.pngimage.thumb.png.4b57b6e52fd5410f12b0aa3c80e4472d.png


  5. 29 minutes ago, Ceyhan Erdem said:

    Hi Gabriel,

    Maybe using fv_all() command would be a better alternative. Please check the picture below;

    screen1.thumb.png.68fc3f9bfd952ff67d3b12b2881574e8.png

    Basically, the fv_all command provides an objectlist.

    MyCurve.fv(0,myPoint::x)

    The command is applied to a curve.

    The first argument "0" refers to x-axis

    The second argument refers to the value on the selected axis. So result will be a list of points that have the same coordinate component value in the referred axis.

    As seen on the picture above, the curve would have two locations with the same x-coordinate value. Using "at(1)" I pick the second item within the objectlist (0 would be used to pick the first one). And finally I cast the entity to a FVector3 type object.

    Please let me know if you need further assistance.

    Cheers

    Ceyhan

     

     

    Thank you so much. It worked really well. I didn't know how these function "at()" and "castTo()" worked. Thanks again, I couldn’t have pulled this off without your help!


  6. My doubt is actually not hard, but with the actualization i lose a feature i used to use.


    Here is the situation: I need to create some points on this curve and each point on the top has its correspondent on the bottom exactly on the same elevation in X axis. To do this i need to use the parameter witch corresponds to the elevation required, but in X axis the curve has 2 possible coordinates so that once i insert the function related to the creation of the point only one coordinate (on the top) is selected. Previously i could use "PointIntersection2D" and select a index, witch allowed me to choose any intersection the function would find. Here is an Image of the situation:

    image.thumb.png.7f623d8149dd7d9f34959ce6f263604b.png

    The question is: is there any function or any oder way to select another index on the curve?

    P.S.: I could split the curve in two new curves, and repeat the steps, but i'd like to know if there is a solution like the feature i used to use.


  7. I got it! It was really easy, i just separated one of the lines in two, as Mr. Bastian Ahlf sad, and i got this, thank you. And Mr Carten Fuetterer thank you for your help and for you attention. I tried your suggestion too to have another option, but i could not reach the same result. image.png.fa49702c8e36ebb7de841a2f460d202f.png In the attached screenshot i got the same previous result that you got, but i couldn't collapse the line in just one point, i tried to use both start and end points at [0,0,0] and happens that the design gets some warnings:image.png.5bb4e5fb5997a7a56b76c134566a156e.png I'd be very grateful with you could explain me how you did it.


  8. image.png.b4f85107ea65cec7b78ad016fcc5fcd5.png Hello, i'm still a beginner in CAESES and i'm trying to close this surface in both sides. I did the other surfaces using the surface feature "Coons Patch" which allows me to use four boundaries to create the surface. Now to close the ends of this design i've tried to use the feature "Sweep Surface", but i'm having a problem with it, like this one on the attached screenshot:image.png.342cdc4a2a367a4efb4145aad92ceede.png when i use the three boundaries, one as the path, other as the initial profile and the last one as the end profile and even changing their configuration i can't reach the surface i'd like to have, so could you guys give me a suggestion please.

×
×
  • Create New...