CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[BladeModeler] Scripting BladeGen using BGI file: LE control points on hub and shroud

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 10, 2018, 06:41
Default Scripting BladeGen using BGI file: LE control points on hub and shroud
  #1
Member
 
James Gross
Join Date: Nov 2017
Posts: 77
Rep Power: 8
jgross is on a distinguished road
Hi everyone,

I would like to use BladeGen for a design optimisation study of centrifugal pumps. Using the GUI initially, I can export a BGI file, define variables, and use the batch command to create new geometries from the BGI file.

However, there is a problem when defining the control points of the LE. Namely, in the GUI, the end control points are such that they always lie on the hub and shroud curves. You can even define a length fraction that specifies how far along the streamwise direction of the hub and shroud curves the LE control points are.



However, in the BGI file, the control points of the LE are not constrained such that the end points lie on the hub and shroud surfaces. Instead, these points are strictly defined by their Z-R values.

Code:
    Begin LeadingEdgeCurve
        New Segment
            CurveType=Bezier
            UpstreamControl=Free
            Begin Data
                ( -7.669881059,23.35438893 )
                ( -15.79710000,30.48810000 )
                ( -25.22529274,37.83793911 )
                ( -32.58647974,44.66386003 )
            End Data
            DownstreamControl=Free
        End Segment
    End LeadingEdgeCurve
This leads to difficulties when I change the location of the control points for the hub and shroud or the LE curve, as these end points no longer lie on the hub and shroud surfaces, which leads to issues when exporting curve profiles to TurboGrid. Is there any way to ensure these end points are strictly constrained to lie on the hub and shroud surfaces in the BGI file?

Thanks for any help or advice you can give!

James
jgross is offline   Reply With Quote

Old   October 12, 2018, 08:20
Default
  #2
Member
 
James Gross
Join Date: Nov 2017
Posts: 77
Rep Power: 8
jgross is on a distinguished road
No one?

I've managed to come up with a workaround by creating a simple Python script. The function takes in the hub or shroud Bezier curve control points and a length fraction and creates a Bezier curve. This Bezier curve is then discretised into a user-defined number of points. The function then outputs these points (as well as the LE point) to be used for a spline representation of the hub or shroud.

The workaround is very imperfect, but it gets the job done (particularly if the number of discretised points is large). However, I would still be very interested if anyone else has any advice or tips.

James
jgross is offline   Reply With Quote

Old   May 18, 2020, 23:38
Default
  #3
New Member
 
Mert
Join Date: Sep 2016
Posts: 10
Rep Power: 9
mertal1905 is on a distinguished road
Dear James,

I need to change .bgi file parameters to create new blade geometries, like youre doing.

But, i dont know how i will use this .bgi file while creating turbogrid mesh?

Can I use WB journal file?

I will be very happy if you can share details about BladeGen scripting. I would be more happy if you can share even simple script to explain a problem.

Best regards,
Mert
mertal1905 is offline   Reply With Quote

Old   May 19, 2020, 17:13
Default
  #4
Member
 
James Gross
Join Date: Nov 2017
Posts: 77
Rep Power: 8
jgross is on a distinguished road
Hi Mert,

I'm sure you can use a WB journal if you would like.

However, the way I did it was by using the 'BladeBatch.exe' which is located in the folder

Code:
PathToAnsys\aisol\BladeModeler\BladeGen
where PathToAnsys is your local path to Ansys. On Windows it might be something like C:\Program Files\ANSYS Inc\v182

To create the TurboGrid files, just add the '-TG' flag with the directory you would like to place the files into.

For example, the whole command may look like

Code:
PathToAnsys\aisol\BladeModeler\BladeGen\BladeGen.exe yourFile.bgi -TG yourDirectory
Hope this helps

James
jgross is offline   Reply With Quote

Old   May 19, 2020, 23:07
Default
  #5
New Member
 
Mert
Join Date: Sep 2016
Posts: 10
Rep Power: 9
mertal1905 is on a distinguished road
Dear James,

Thank you so much for your explanation in detail.

Best regards

Quote:
Originally Posted by jgross View Post
Hi Mert,

I'm sure you can use a WB journal if you would like.

However, the way I did it was by using the 'BladeBatch.exe' which is located in the folder

Code:
PathToAnsys\aisol\BladeModeler\BladeGen
where PathToAnsys is your local path to Ansys. On Windows it might be something like C:\Program Files\ANSYS Inc\v182

To create the TurboGrid files, just add the '-TG' flag with the directory you would like to place the files into.

For example, the whole command may look like

Code:
PathToAnsys\aisol\BladeModeler\BladeGen\BladeGen.exe yourFile.bgi -TG yourDirectory
Hope this helps

James
mertal1905 is offline   Reply With Quote

Old   November 9, 2020, 14:08
Default ANSYS optimization using Bladegen and Turbogrid
  #6
New Member
 
Joao Mattos
Join Date: Jul 2020
Posts: 5
Rep Power: 5
ssmacae is on a distinguished road
Dear James and Met,

I´ve been trying to work on a similar project performing turbomachinery optimization, but I´m very new to this windows batch mode, do you have any resources where I can learn about it?

Basically, I want to create an automated procedure to achieve a specific performance from turbomachinery. It's a type of pump, where I perform the CFD simulation using CFX, then I get a result. Then I change the pump diameter for example and get another result, so I want to do it iteratively until a reach the required result.

The iterative process would be:
Bladegen -> Turbogrid -> CFX -> meet the criteria? if not do it again.
ssmacae is offline   Reply With Quote

Old   November 11, 2020, 04:50
Default
  #7
Member
 
James Gross
Join Date: Nov 2017
Posts: 77
Rep Power: 8
jgross is on a distinguished road
Hi Joao,

Unfortunately, it seems that the documentation for batch capabilities in ANSYS is a little lacking. However, the main thing to note is that you will need to create template files for each step (i.e. a BGI file for BladeGen, a TSE file file for TurboGrid, a PRE file and a CCL for CFX Pre.

You can then call all of these processes in batch mode using the ANSYS batch commands from your favourite programming language (I have used Python, but you can use anything you want).

For BladeGen, the batch command is as above.

For TurboGrid, it looks something like:
Code:
PathToAnsys\TurboGrid\bin\cfxtg.exe -batch yourFile.tse
For CFX Pre, it looks something like:
Code:
PathToAnsys\CFX\bin\cfx5pre.exe -batch yourFile.pre
For CFX Solver, it looks something like:
Code:
PathToAnsys\CFX\bin\cfx5solve.exe -batch yourFile.def
For further information about these commands, you can read the output of the help from each of these commands.

The following link shows how the CFX portion of this process can be done in Perl:
https://www.google.com/url?sa=t&rct=...yTmeloY1MXvEQI

Hope this helps!
James
jgross is offline   Reply With Quote

Old   November 11, 2020, 08:13
Default
  #8
New Member
 
Joao Mattos
Join Date: Jul 2020
Posts: 5
Rep Power: 5
ssmacae is on a distinguished road
Thanks a lot, James!!

I´ll go through it!
ssmacae is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[TurboGrid] Hub and shroud offset of export points of an axial stator of a turbine Ahmed Saeed Mansour ANSYS Meshing & Geometry 1 May 27, 2020 09:53
Out File does not show Imbalance in % Mmaragann CFX 5 January 20, 2017 10:20
Define Hub and Shroud for imported CAD file Daniel DA Fidelity CFD 7 May 18, 2016 08:03
How is Hub to Shroud Line drawn in CFX by default? arunraj CFX 0 October 14, 2011 07:36
boundary conditions for hub and shroud Jasmine CFX 3 March 24, 2009 20:05


All times are GMT -4. The time now is 10:11.