Jump to content

Recommended Posts

Hi together,

Please find attached a feature definition which imports rtzt-files i.e. meanline data (camber line / thickness definition via r, theta, z, normal thickness) of a blade. This feature might not be complete and possibly does not consider any available option. But I think it is a nice example in order to demonstrate how you can write your own e.g. proprietary import and export routines in CAESES.

How to use: Just put the feature definition in your application data directory > friendship > features. Then, it will be directly available in the GUI (see the screenshot).

 

UPDATE July 2016: Please see the latest post below for an updated version of the feature definition, it comes with a small improvement.

 

Cheers
Joerg

post-8-0-45601100-1369642027_thumb.png

import_rtzt.fdf

post-8-0-66876800-1378393819_thumb.png

Share this post


Link to post
Share on other sites

Hi Moises,

 

please find attached a revised version of the feature. I added a few lines at the beginning of the code:

 if(!(file))   break()    endif

I am guessing CAESES "crashed" on your machine (in my case it doesn't crash but runs into an infinite loop which gets stopped by CAESES automatically after 10000 loops) because after creating the feature the input file is not set. The code lines above are helping to avoid this infinite loop.

 

I hope that solves your problem.

 

If not, let me know.

 

Cheers

 

Matthias

Import_RTZT_BladeGEN_160616.fdf

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...