CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 (https://www.cfd-online.com/Forums/su2/)
-   -   Wind Turbine Simulation using Multiple Reference Frame (https://www.cfd-online.com/Forums/su2/198962-wind-turbine-simulation-using-multiple-reference-frame.html)

fazaghifari February 21, 2018 08:54

Wind Turbine Simulation using Multiple Reference Frame
 
Hi all,
I'm totally new to SU2.
I want to analyze torque output from wind turbine. According to some references, this work can be done using multi reference frame with one stationary domain and one rotary domain inside the stationary domain.

Does this case can be done in SU2? Because I didn't see any test case file that similar with this case.

Or this simulation can be done by using only Single Reference Frame like the cardonna-tung test case? Do you have any suggestions?

Thanks in advance
Ghifari

fpalacios February 24, 2018 12:06

My recommendation is to take a look at the TestCases/turbomachinery/centrifugal_stage

Best,
Francisco

fazaghifari February 26, 2018 00:32

Quote:

Originally Posted by fpalacios (Post 682768)
My recommendation is to take a look at the TestCases/turbomachinery/centrifugal_stage

Best,
Francisco

Dear Francisco,

I have take a look at that test case, but I encountered this error when I executed the .cfg file:

Error in "void CConfig::SetConfig_Parsing(char*)":
-------------------------------------------------------------------------
MARKER_NRBC: invalid option name. Check current SU2 options in config_template.cfg.
MIXING_PROCESS_TYPE: invalid option name. Check current SU2 options in config_template.cfg.
MARKER_MIXINGPLANE: invalid option name. Check current SU2 options in config_template.cfg.
MARKER_TURBO_PERFORMANCE: invalid option name. Check current SU2 options in config_template.cfg.

------------------------------ Error Exit -------------------------------

To solve that problem, I've checked the config_template.cfg and replaced those variables with the variables from config_template.cfg file. But still, It cannot works:

Error in "void CConfig::SetConfig_Parsing(char*)":
-------------------------------------------------------------------------
MARKER_GILES: must have a number of entries divisible by 9
MARKER_TURBOMACHINERY: must have a number of entries divisible by 2

------------------------------ Error Exit -------------------------------

Best regards,
Ghifari

koray December 27, 2020 02:41

Quote:

Originally Posted by fazaghifari (Post 682884)
Dear Francisco,

I have take a look at that test case, but I encountered this error when I executed the .cfg file:

Error in "void CConfig::SetConfig_Parsing(char*)":
-------------------------------------------------------------------------
MARKER_NRBC: invalid option name. Check current SU2 options in config_template.cfg.
MIXING_PROCESS_TYPE: invalid option name. Check current SU2 options in config_template.cfg.
MARKER_MIXINGPLANE: invalid option name. Check current SU2 options in config_template.cfg.
MARKER_TURBO_PERFORMANCE: invalid option name. Check current SU2 options in config_template.cfg.

------------------------------ Error Exit -------------------------------

To solve that problem, I've checked the config_template.cfg and replaced those variables with the variables from config_template.cfg file. But still, It cannot works:

Error in "void CConfig::SetConfig_Parsing(char*)":
-------------------------------------------------------------------------
MARKER_GILES: must have a number of entries divisible by 9
MARKER_TURBOMACHINERY: must have a number of entries divisible by 2

------------------------------ Error Exit -------------------------------

Best regards,
Ghifari

Hi everyone, I've just faced the same error message and found out that the source of the problem was related to the boundary namings in the mesh file.

I had named the boundaries with spacings between names e.g: "R1 Inlet". Later on, when I created the configuration file for SU2, I used the name exactly in that form and that gave me the same error as the one in the previous post. Then, I only removed the spacing in the name and made it "R1Inlet", the problem was solved.

I wanted to share the experience. It might be helpful to someone.


-------------------------------------------------------------------------
MARKER_GILES: must have a number of entries divisible by 9
MARKER_TURBOMACHINERY: must have a number of entries divisible by 2

------------------------------ Error Exit -------------------------------


All times are GMT -4. The time now is 23:44.