Jump to content

Mr. Claus Abt

Moderators
  • Content Count

    263
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Mr. Claus Abt

  1. If you keep two layers fixed and move the third point in line of these two first points it will still be curvature continuous. If you move it out of the line you will only maintain tangency continuity. If you keep 3 layers untouched, you will keep curvature continuity. BTW please use CAESES 5 for your work, there is also documentation at https://docs.caeses.com
  2. HI Liuxuyang, Did you have a look into our propeller models? If you want to share your model we can give you some advice. You can send it to info [at] friendship-systems.com. Best Regards
  3. HI dongdongdong, There is no real mirror in CAESES. If you want to have an object mirrored you can create a copy and add a transformation. Actually for hull shapes there is a BRep operation "addMirrored" that will do it for you and combines the two sides in one new BRep. Best Regards Claus
  4. HI dongdongdong, Here is an example: functions.cdb
  5. HI Shafeeh, Here is a model of a rim drive. Best Regards Clausrimdrive.cdb
  6. Hej Gustaf, Can you create a ticket in the helpdesk https://helpdesk.caeses.com/ and share your project file, please? Looks like the parametrization is different to what you would like to achieve. The ruled surface connects the curves at the same parameter values, hence you can manipulate them by changing the parametrization, e.g. unit speed or even custom. Cheers Claus
  7. HI Jake, Can you send the propeller file again? I can not find it in my archives.
  8. Please insert a reasonable knotspacing value in the BRep and datareduction afterthe transformation. The transformation might otherwise rip the geometry apart, since it moves the control points of the vessels representation. In the flat of bottom area there might be only a few and that needs to be refined. Cheers Claus
  9. The reference points for the trimming did not hit the Brep. Alos,is there any reason why you took 2000 sections for the bottom surface? TestSWAN_v2_trimmed.cdbc
  10. Jake, Ceyhan is not in the office these days. Will take a little until he responds 😕 Best Regards Claus
  11. Hi Jake, I received your question, unfortunately I am a bit busy theses days ... I'll come back to you.
  12. Hi George, I took the liberty to reduce the number of sections for the metaSurface a little to get the performance a little better. Your chosen number might have slowed it down and potential later operations take long and might fail. If you select the hull Brep, you will find two sprayrail as operations. If you define a feature that has a Brep as typeProvider, and the first argument is a FBrepBase you can use that as an operation, which will make your project pretty slim. For the Chine, I also generated a new surface as a RuledSurface from the upper edge of the metaSurface and a trimmed imageCurve of the side Brep. Cheers Claus TestSWAN_v2_SR.cdbc
  13. Thanks, I have responded by email. Did you get it? Cheers Claus
  14. HI Jake, can you send me the step file? info@friendship-systems.com would work for that. Cheers Claus
  15. Yes! We usually define normalized parametric section definitions, therefore all controls are relative to C. This does not hold for skew, rake and pitch, those inputs are blade parameters, not section parameters.
  16. You can write the value in a separate file if you want. If you look up the code snippet for "write file" in the feature editor, you should get a hint how you can write a file.
  17. Thickness is not only normalized by R but also by Chord. So it is t/c. Best Claus
  18. For the horizontal flat parts you could just remove the surfaces and extrude the edges to the centerplane.
  19. Gaps usually affect the meshing/CFD process, no matter if they are in the original or modified parts.
  20. The model is unfortunately very bad. There are big gaps between several surfaces. I will see if I can find a repaired one. Best Regards Claus
  21. If you search the Help for Series, you will understand how they work. If you search for openfoam in the documentation (Help), you will get to the Ahmedbody openfoam integration. Cheers Claus
  22. Hi Yukai, The red lines indeed indicate errors in the triangulation. STL files are just discrete representations of a geometry. They are not parameterized and the triangles do not even know their neighbors. Still, if you have an STL that is clean and that can be used for CFD analysis, you can apply parametric modifications to it in CAESES. Please see the tutorials, e.g. lackenby hull variation or mesh morphing. You can also use the other transformations on an imageTrimesh, such as deltashift, free form deformation. For a complete parametric model you have to create a parametric model of the vessel yourself. Kind Regards Claus
  23. You can generate a BRep from the surfaces. Just select the Surfaces and then create a BRep, see below.
  24. Can you share your project file, please? It is a bit difficult to give an advice if we can't see what the exact problem is. Best Regards Claus
  25. Hi Susan, if you have a curve (which could also be the edge of a surface) you can "ask" the curve.gettan() with the corresponding arguments at which parameter value of the curve and in which plane, see below.
×
×
  • Create New...