-
Content Count
261 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Articles
Media Demo
Gallery
Blogs
Calendar
Everything posted by Mr. Claus Abt
-
How do I create a curve from an equation?
Mr. Claus Abt replied to dongdongdong's topic in General Modeling
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 -
How do I create a curve from an equation?
Mr. Claus Abt replied to dongdongdong's topic in General Modeling
HI dongdongdong, Here is an example: functions.cdb -
Rim driven type propeller blade design
Mr. Claus Abt replied to Shafeeh__k's topic in General Modeling
HI Shafeeh, Here is a model of a rim drive. Best Regards Clausrimdrive.cdb -
how to manipulate a ruled surface?
Mr. Claus Abt replied to Gustaf Magnander's topic in General Modeling
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 -
HI Jake, Can you send the propeller file again? I can not find it in my archives.
-
Lackenby Generalized Shifts - Parallel mid body
Mr. Claus Abt replied to Carlos Almeida's topic in Variation & Optimization
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 -
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
- 2 replies
-
- hull design
- brep
-
(and 3 more)
Tagged with:
-
Jake, Ceyhan is not in the office these days. Will take a little until he responds 😕 Best Regards Claus
-
Hi Jake, I received your question, unfortunately I am a bit busy theses days ... I'll come back to you.
-
Spray rails parametric modeling on fast monohull design
Mr. Claus Abt replied to GK_YD's topic in General Modeling
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- 2 replies
-
- hull design
- fast monohull
-
(and 2 more)
Tagged with:
-
Thanks, I have responded by email. Did you get it? Cheers Claus
-
HI Jake, can you send me the step file? info@friendship-systems.com would work for that. Cheers Claus
-
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.
-
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.
-
Thickness is not only normalized by R but also by Chord. So it is t/c. Best Claus
-
For the horizontal flat parts you could just remove the surfaces and extrude the edges to the centerplane.
-
Gaps usually affect the meshing/CFD process, no matter if they are in the original or modified parts.
-
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
-
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
-
How to create solid geometry from surface geometry?
Mr. Claus Abt replied to donhung's topic in General Modeling
You can generate a BRep from the surfaces. Just select the Surfaces and then create a BRep, see below. -
Help generating smooth hull surfaces
Mr. Claus Abt replied to Carlos Almeida's topic in General Modeling
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 -
how to get the angle of waterline and buttock line
Mr. Claus Abt replied to Susan's topic in Feature Programming
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. -
object tree Organize the Object Tree
Mr. Claus Abt replied to Gustaf Magnander's topic in Miscellaneous
Hey Gustaf, is there any reason why you stick to CAESES 4? -
object tree Organize the Object Tree
Mr. Claus Abt replied to Gustaf Magnander's topic in Miscellaneous
I think so ...