Jump to content

Jörg

Members
  • Content Count

    503
  • Joined

  • Last visited

  • Days Won

    1

Jörg last won the day on September 27 2021

Jörg had the most liked content!

Community Reputation

29 Excellent

1 Follower

About Jörg

  • Rank
    Moderator

Profile Information

  • Gender
    Male
  • Location
    Berlin, Germany

Recent Profile Visitors

3862 profile views
  1. CAESES is used for the parametric design of axial fans and similar turbomachinery products, mostly in the context of simulation-driven shape optimization. In particular, CAESES is used if you need robust variable geometry models for automated studies. The comprehensive CAD modeling capabilities are geared towards simulation and give fan designers full flexibility (no black box, customization possibilities). More information about turbomachinery design software can be found here. I have also attached a few animations that were generated in CAESES. The design variables of the axial fan model were varied automatically using the integrated variation methods. Note that this is a rather simple model which is also shipped with the software. It can be used as a reference design to set up custom models. The hub and shroud modeling is demonstrated, as well as the 2D-3D mapping of the cylindrical sections and some Boolean Operations to cut the blade at the tip and merge it with the hub. The fillet size can also be controlled by a parameter. If needed, you could also automatically derive the periodic flow domain for automated meshing with grid generation tools or CFD packages.
  2. Jörg

    CAESES Blog

    Please visit our blog on the CAESES website where I regularly post updates, news and other stories: GO TO CAESES BLOG
  3. Here is a recent article about turbine wheel optimization where the blades and the scallops can be optimized at the same time within a fully-automated process. Such a "complete" and variable model allows you to consider the aerodynamic performance (CFD) and the stress characteristics of each generated design. Comes with a set of nice animations.
  4. When you select code in a feature definition, you can choose to create a reusable code snippet . This snippet can then be edited and accessed for re-use through the menu of the definition editor .
  5. Hi, Please find attached a feature definition that you can use for exporting blades into the geomturbo file format. Note that this export will be included in one of the next CAESES releases (menu > feature definitions > tools). If you need it right now: Just put the definition into the feature user directory (e.g. C:\Users\name\AppData\Roaming\friendship\features) to directly access it through the menu in CAESES. Cheers Joerg PS: Check also this related post for importing geomturbo files, as well as our company blog post about this topic. GeomTurboExport.fdf
  6. Hi together, The software CAESES is a CAD and optimization platform. For students and PhD students there are free non-commercial licenses available. In addition, there are low-price offers for start-ups and smaller companies. CAESES can be used for 2D and 3D parametric modeling, see this link for some information about its CAD capabilities. Here are some screenshots: Compared to traditional CAD systems, CAESES is a bit different. It comes with a strict object-oriented approach, i.e. the user sets up dependencies between objects and these dependencies are then kept. This makes it easy to automate the geometry generation process. Here are some features of CAESES: Full 2D and 3D modeling capabilities (NURBS-based)Roughly 20 curve types and 15 surface typesStandard transformations (translation, rotation, scaling)Writing of custom features and functionsBoolean operationsTrimmingFillets between surfacesMorphing functionality for deformation of existing geometrySurface tessellation control through e.g. trimesh objects to create and fine-tune custom STL dataCommon import and export formats e.g. IGES, STEP, PARASOLID, STLIndustry-specific modules for blade and ship designBatch mode for non-GUI (hidden) geometry generation in the background Cheers Joerg LAST UPDATE: NOV 2017
  7. Hi together, If your projects gets opened veeery slowly, then one reason for this could be hidden result tables They have been closed, but they are not directly visible in the GUI, only through the menu. We've seen projects with huge sets of hidden result tables. In future CAESES versions, you will get asked whether you want to close or (this is new!) remove a result table. This will hopefully avoid that one simply closes and forget about a result table. We'll see... Hope this helps... Joerg
  8. Hi together, With version 3.1, you have the additional skinning option for meta surfaces. This allows you to have a low number of generating cross sections (curves in surface direction) while matching given boundary curves, also called rails. See the attachment for a simple example. In former versions, one solution to approximately match such boundaries has been to increase the number of cross sections - which is expensive and increases the data of the resulting NURBS surface. Here, this new skinning method is a good alternative to the existing auto-cubic point interpolation. Finally, when it comes to the new BRep type that also comes with version 3.1, it is even recommended to exactly match boundaries for further processing such as Boolean Operations and fillet modeling. Cheers Joerg metasurface_skinning.fdb
  9. Hi together, The pro edition of CAESES comes with a set of algorithms for design exploration and formal optimizations. However, people often already use an external optimization software in their company (such as HEEDS, Isight, modeFrontier, Optimus, optiSLang etc). In this case, one can make use of the batch mode of the CAESES pro edition, in order to automatically generate geometry design variants, using the given optimization tool. I attached a small setup (sweepbatch.zip) which demonstrates how simple this works: sweep.fdb Project file that contains the geometry model along with its design variables.sweep.fsc ASCII file that controls the batch run. It starts CAESES, sets the values of the design variables and exports an STL file. This fsc-file is the one that needs to be manipulated by the external optimization software, i.e. parameterize the values of the design variables (see the "setValue"-command).run.bat Run this file to execute the entire process. The run of sweep.fdb also writes out the number of open edges into a file called "openedges.dat". It is merely a simple check for a closed STL geometry, and this information can be used as well by the optimization tool (geometry validity check). Cheers Joerg PS: check out this related post as well. UPDATE AUGUST 2017: The call in the bat/script file needs to be "C:\Program Files (x86)\FRIENDSHIP-SYSTEMS\CAESES\bin\win64\CAESES_crt.exe" sweep.fsc with the newer versions of CAESES (and not CAESES-FFW). sweepbatch.zip
  10. Just a little but helpful thing: In order to get the type documentation of an object in your project (such as points, curves, surfaces), click on the icon in the object editor: This opens up the documentation browser and shows information about the type. Quick and easy... Cheers Joerg
  11. Hi together, With CAESES, we also focus on the design and optimization of volute geometries. There is a volute section on the CAESES website. Students and PhD students can get a free academic edition of the pro version - the product page gives more information about this. Basically, the software allows you to create robust parametric volute designs for manual/automated design explorations and shape optimization with CFD. In most cases, the volutes in CAESES are tailor-made models, i.e. you can fully customize the geometry design: Arbitrary parametric cross-section definitions, e.g. based on your area (A) and center of area (=>R) specificationsUse of point data for creating a volute surfaceUser-defined A/R functions (bsplines, mathematical functions)Individual tongue modeling with additional parameters for more detailed design studies and fine-tuningAnalysis and control of inlet/outlet area distributions. Usually, our CAESES support team helps you in setting up customized models, either through the helpdesk or, for more complex models and a quick solution, by means of a customer project. See the attachments for some pictures and animations (e.g. the A/R function gets varied as well as the tongue shape). Cheers Joerg LAST UPDATE: FEBRUARY 2017
  12. Hi together, If you want to find an object with a specific name or type in your project, then you can use the Quick Access in the upper right corner. In addition, you can directly create objects from within this editor or jump to global settings etc. Cheers Joerg
  13. Hi, This is a post in the context of project performance: If you use loops with feature definitions, take care where you declare ("create") your participating objects: Most of the times, objects can be declared outside of the loop since the dependency is kept within the loop by means of the expression mechanism! In the attached example, I create N curves in between of two given rail curves and store them in a list for surface creation. The two points on the corresponding rails are declared right before the loop starts. You could also declare them within the loop but - and here comes the message - they would be created again and again, i.e. at each iteration (N-times). In the end, this might slow down your feature execution when it comes to a higher number of objects that get declared within a loop. Hope this helps ... Cheers Joerg loop.fdb
  14. Hi together, There have been several questions about impeller and pump design with CAESES which is the reason for putting together the following brief summary: CAESES is used by several major pump makers (KSB, Ebara, Grundfos, DMW), mostly in the context of impeller and volute/casing optimization. In the context of turbocharger design, CAESES is used by e.g. MTU (large Diesel engines) for compressor and turbine optimization. There are free academic versions of the CAESES pro edition for students and PhD students as well as trial licenses, plus special editions for small companies, start-ups and freelancers. COMPARISON TO OTHER TOOLS Compared to other design tools on the market, CAESES focuses on automated design studies with your simulation tools. In most cases, there is already some sort of a baseline design that needs further optimization. Based on this design, a parametric CAESES model is created and automated. The possibilities for customization and shape fine-tuning are massive, so that specialized (company-specific) design processes can be completely defined in CAESES. No black box models etc. This is one important key issue, i.e., flexibility and full customization - besides the fact of having a 100% robust variable geometry for automated processes. IMPELLER BLADES There is functionality for creating parametric impeller blades (meridional contour definition, mapping from 2D onto 3D stream surfaces), which can also include analysis and optimization of the channel areas etc. See the turbomachinery section for more details. A water pump is described in this blog post. Any type of impeller can be parameterized, including complex shapes such as turbine scallops. VOLUTES Here is an overview with some animations. Basically, CAESES focuses on robust modeling of any volute type (in particular: turbochargers, pumps). Design constraints can also be built into the model, as well as typical controls (A/R distribution etc). The more complex your volute is, and the more problems you have to create new design candidates (automated), the more you should consider trying out CAESES. CFD AUTOMATION CAESES users also integrate their CFD and preliminary design tools. With this, a new design candidate can immediately be analyzed, directly within the CAESES GUI. Any open source, in-house or commercial tool can be coupled. You just need a batch mode for these tools. Excel sheets can also be accessed. For CFD analysis, the flow domain can be directly derived from the parametric impeller geometry. There is a CAESES ACT app available, to integrate CAESES into the ANSYS Workbench and to run optimizations with e.g. OptiSLang. MORE MATERIAL I recommend to browse through this page. Please find also attached a related presentation from the FRIENDSHIP SYSTEMS Users' Meeting 2013. I also added some related pics and animations. Unfortunately, it is not that easy to show more material since most data is confidential. Anyway, I hope this post helps a bit in terms of a quick overview. Cheers Joerg LAST UPDATE JULY 2019 UM2013-07-klemm-diffuser-design-for-multistage-pumps-with-FFW.pdf
  15. Hi together, Note that CAESES is a ship hull design software, in particular, in the context of hull form optimization with CFD (computational fluid dynamics). It mainly focuses on the underwater part. The software provides comprehensive CAD functionality for generating smooth and variable hull surfaces , a complete variant management, 2D section visualization, hydrostatic calculation, 2D drawing, Lackenby transformation, STL and CAD tools for creation of flow domains, plus integration mechanisms to plug-in simulation and other preliminary tools. Energy-saving devices and propellers can be modeled, too. Furthermore, sea-keeping tools (basically, any other external software) can also be added to the design process. Please find below more screenshots that are taken from CAESES. Cheers Joerg LAST UPDATE NOV 2018: Note that there are FREE pro editions for students and PhD students, plus special packages for start-ups, small companies and freelancers. nurbs_direct_modification.mp4
×
×
  • Create New...