|
[Sponsors] |
Problems encountered in calculating turbine blade tip clearance |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 4, 2022, 10:24 |
Problems encountered in calculating turbine blade tip clearance
|
#1 |
New Member
ChenYingJie
Join Date: Feb 2022
Posts: 6
Rep Power: 4 |
I have just started learning to use SU2 and am now calculating a 1.5 stages turbine. My mesh is generated by AG5, in order to use the periodic boundary conditions, there is a interface in the rotor tip clearance due to the different number of nodes, I set it to MARKER_FLUID_INTERFACE, but it doesn't work, I think this should be the internal intersection interface of the rotor zone. The same mesh and boundary can be calculated very well in CFX, my configure file is set up like Axial_stage2D.cfg, can anyone tell me what is wrong?
Code:
Error in "void CSolver::SetResidual_RMS(const CGeometry*, const CConfig*)": ------------------------------------------------------------------------- SU2 has diverged (NaN detected). ------------------------------ Error Exit ------------------------------- job aborted: [ranks] message [0] application aborted aborting MPI_COMM_WORLD (comm=0x44000000), error 1, comm rank 0 [1-7] terminated ---- error analysis ----- [0] on DESKTOP-83A49TV SU2_CFD aborted the job. abort code 1 ---- error analysis ----- Code:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % SU2 configuration file % % Case description: 2D Axial stage % % Author: S. Vitale % % Institution: Delft University of Technology % % Date: Feb 28th, 2017 % % File Version 7.3.0 "Blackbird" % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Enable multizone mode MULTIZONE= YES % % List of config files CONFIG_LIST= (zone_S1.cfg, zone_R.cfg,zone_S2.cfg) % % ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------% % % Physical governing equations (EULER, NAVIER_STOKES, % WAVE_EQUATION, HEAT_EQUATION, LINEAR_ELASTICITY, % POISSON_EQUATION) SOLVER= RANS % % Specify turbulent model (NONE, SA, SST) KIND_TURB_MODEL= SST % % Mathematical problem (DIRECT, ADJOINT, LINEARIZED) MATH_PROBLEM= DIRECT % % Restart solution (NO, YES) RESTART_SOL= NO % % % -------------------- COMPRESSIBLE FREE-STREAM DEFINITION --------------------% % % Mach number (non-dimensional, based on the free-stream values) MACH_NUMBER= 0.05 % % Angle of attack (degrees, only for compressible flows) AOA= 0.0 % % Free-stream pressure (101325.0 N/m^2 by default, only Euler flows) FREESTREAM_PRESSURE= 140000.0 % % Free-stream temperature (273.15 K by default) FREESTREAM_TEMPERATURE= 300.0 % % Free-stream temperature (1.2886 Kg/m3 by default) FREESTREAM_DENSITY= 1.7418 % % Free-stream option to choose if you want to use Density (DENSITY_FS) or Temperature (TEMPERATURE_FS) to initialize the solution FREESTREAM_OPTION= TEMPERATURE_FS % % Free-stream Turbulence Intensity FREESTREAM_TURBULENCEINTENSITY = 0.03 % % Free-stream Turbulent to Laminar viscosity ratio FREESTREAM_TURB2LAMVISCRATIO = 100.0 % %Init option to choose between Reynolds (default) or thermodynamics quantities for initializing the solution (REYNOLDS, TD_CONDITIONS) INIT_OPTION= TD_CONDITIONS % % ---------------------- REFERENCE VALUE DEFINITION ---------------------------% % % Reference origin for moment computation REF_ORIGIN_MOMENT_X = 0.00 REF_ORIGIN_MOMENT_Y = 0.00 REF_ORIGIN_MOMENT_Z = 0.00 % % Reference length for pitching, rolling, and yawing non-dimensional moment REF_LENGTH= 1.0 % % Reference area for force coefficients (0 implies automatic calculation) REF_AREA= 1.0 % % % Flow non-dimensionalization (DIMENSIONAL, FREESTREAM_PRESS_EQ_ONE, % FREESTREAM_VEL_EQ_MACH, FREESTREAM_VEL_EQ_ONE) REF_DIMENSIONALIZATION= FREESTREAM_PRESS_EQ_ONE % % % ------------------------------ EQUATION OF STATE ----------------------------% % % Different gas model (STANDARD_AIR, IDEAL_GAS, VW_GAS, PR_GAS) FLUID_MODEL= IDEAL_GAS % % Ratio of specific heats (1.4 default and the value is hardcoded % for the model STANDARD_AIR) GAMMA_VALUE= 1.4 % % Specific gas constant (287.058 J/kg*K default and this value is hardcoded % for the model STANDARD_AIR) GAS_CONSTANT= 287.058 % % % --------------------------- VISCOSITY MODEL ---------------------------------% % % Viscosity model (SUTHERLAND, CONSTANT_VISCOSITY). VISCOSITY_MODEL= SUTHERLAND % % Sutherland Viscosity Ref (1.716E-5 default value for AIR SI) MU_REF= 1.716E-5 % % Sutherland Temperature Ref (273.15 K default value for AIR SI) MU_T_REF= 273.15 % % Sutherland constant (110.4 default value for AIR SI) SUTHERLAND_CONSTANT= 110.4 % % % --------------------------- THERMAL CONDUCTIVITY MODEL ----------------------% % % Conductivity model (CONSTANT_CONDUCTIVITY, CONSTANT_PRANDTL). CONDUCTIVITY_MODEL= CONSTANT_PRANDTL % % -------------------- BOUNDARY CONDITION DEFINITION --------------------------% % % Navier-Stokes wall boundary marker(s) (NONE = no marker) MARKER_HEATFLUX= ( S1_BLADE1,0.0,S1_BLADE2,0.0,S1_HUB,0.0,S1_SHROUD,0.0,R_SHROUD,0.0,R_HUB,0.0,R_BLADE1,0.0,R_BLADE2,0.0,R_BLADE3,0.0,,R_BLADE1_TIPWALL,0.0,R_BLADE2_TIPWALL,0.0,R_BLADE3_TIPWALL,0.0,S2_BLADE1,0.0,S2_BLADE2,0.0,S2_HUB,0.0,S2_SHROUD,0.0) % % Periodic boundary marker(s) (NONE = no marker) % Format: ( periodic marker, donor marker, rot_cen_x, rot_cen_y, rot_cen_z, rot_angle_x-axis, rot_angle_y-axis, rot_angle_z-axis, translation_x, translation_y, translation_z) MARKER_PERIODIC= ( S1_PER2,S1_PER1, 0.0, 0.0, 0.0, 0.0, 0.0, 20, 0.0, 0.0, 0.0, R_PER2,R_PER1, 0.0, 0.0, 0.0, 0.0, 0.0, 20, 0.0, 0.0, 0.0,S2_PER2,S2_PER1, 0.0, 0.0, 0.0, 0.0, 0.0, 20, 0.0, 0.0, 0.0) % % %-------- INFLOW/OUTFLOW BOUNDARY CONDITION SPECIFIC FOR TURBOMACHINERY --------% % % Inflow and Outflow markers must be specified, for each blade (zone), following the natural groth of the machine (i.e, from the first blade to the last) MARKER_TURBOMACHINERY= (S1_INLET, S1_OUTLET, R_INLET, R_OUTLET,S2_INLET,S2_OUTLET) % % Mixing-plane interface markers must be specified to activate the transfer of information between zones MARKER_MIXINGPLANE_INTERFACE= (S1_OUTLET, R_INLET,R_OUTLET,S2_INLET) % % Giles boundary condition for inflow, outfolw and mixing-plane % Format inlet: ( marker, TOTAL_CONDITIONS_PT, Total Pressure , Total Temperature, Flow dir-norm, Flow dir-tang, Flow dir-span, under-relax-avg, under-relax-fourier) % Format outlet: ( marker, STATIC_PRESSURE, Static Pressure value, -, -, -, -, under-relax-avg, under-relax-fourier) % Format mixing-plane in and out: ( marker, MIXING_IN or MIXING_OUT, -, -, -, -, -, -, under-relax-avg, under-relax-fourier) MARKER_GILES= (S1_INLET,TOTAL_CONDITIONS_PT, 140000 , 327 , 1.0 , 0.0 , 0.0 , 1.0 , 0.0, S1_OUTLET, MIXING_OUT, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, R_INLET, MIXING_IN, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0,R_OUTLET, MIXING_OUT, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, S2_INLET, MIXING_IN, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0,S2_OUTLET, STATIC_PRESSURE, 87500, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0) % %YES Non reflectivity activated, NO the Giles BC behaves as a normal 1D characteristic-based BC SPATIAL_FOURIER= NO % MARKER_FLUID_INTERFACE= ( R_BLADE1_INER_A,R_BLADE1_INER_B,R_BLADE2_INER_A,R_BLADE2_INER_B,R_BLADE3_INER_A,R_BLADE3_INER_B ) % %---------------------------- TURBOMACHINERY SIMULATION -----------------------------% % % Specify kind of architecture (AXIAL, CENTRIPETAL, CENTRIFUGAL, CENTRIPETAL_AXIAL) TURBOMACHINERY_KIND= AXIAL AXIAL AXIAL % % Specify option for turbulent mixing-plane (YES, NO) default NO TURBULENT_MIXINGPLANE= YES % % Specify ramp option for Outlet pressure (YES, NO) default NO RAMP_OUTLET_PRESSURE= NO % % Parameters of the outlet pressure ramp (starting outlet pressure, updating-iteration-frequency, total number of iteration for the ramp) RAMP_OUTLET_PRESSURE_COEFF= (140000.0, 10.0, 2000) % % Specify Kind of average process for linearizing the Navier-Stokes equation at inflow and outflow BC included mixing-plane % (ALGEBRAIC, AREA, MASSSFLUX, MIXEDOUT) default AREA AVERAGE_PROCESS_KIND= MIXEDOUT % % Specify Kind of average process for computing turbomachienry performance parameters % (ALGEBRAIC, AREA, MASSSFLUX, MIXEDOUT) default AREA PERFORMANCE_AVERAGE_PROCESS_KIND= MIXEDOUT % %Parameters of the Newton method for the MIXEDOUT average algorithm (under relaxation factor, tollerance, max number of iterations) MIXEDOUT_COEFF= (1.0, 1.0E-05, 15) % % Limit of Mach number below which the mixedout algorithm is substituted with a AREA average algorithm AVERAGE_MACH_LIMIT= 0.05 % % % ------------------------ SURFACES IDENTIFICATION ----------------------------% % % Marker(s) of the surface in the surface flow solution file MARKER_PLOTTING= (S1_BLADE1,S1_BLADE2,R_BLADE1,R_BLADE2,R_BLADE3,S2_BLADE1,S2_BLADE2) % % ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------% % % Numerical method for spatial gradients (GREEN_GAUSS, WEIGHTED_LEAST_SQUARES) NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES % % Courant-Friedrichs-Lewy condition of the finest grid CFL_NUMBER= 10.0 % % Adaptive CFL number (NO, YES) CFL_ADAPT= NO % % Parameters of the adaptive CFL number (factor down, factor up, CFL min value, CFL max value ) CFL_ADAPT_PARAM= ( 1.3, 1.2, 1.0, 10.0) % % ------------------------ LINEAR SOLVER DEFINITION ---------------------------% % % Linear solver or smoother for implicit formulations (BCGSTAB, FGMRES, SMOOTHER) LINEAR_SOLVER= FGMRES % % Preconditioner of the Krylov linear solver (ILU, LU_SGS, LINELET, JACOBI) LINEAR_SOLVER_PREC= LU_SGS % % Min error of the linear solver for the implicit formulation LINEAR_SOLVER_ERROR= 1E-4 % % Max number of iterations of the linear solver for the implicit formulation LINEAR_SOLVER_ITER= 10 % % % -------------------------- MULTIGRID PARAMETERS -----------------------------% % % ----------- NOT WORKING WITH PERIODIC BOUNDARY CONDITIONS !!!!! --------------% % % % ----------------------- SLOPE LIMITER DEFINITION ----------------------------% % % Coefficient for the limiter VENKAT_LIMITER_COEFF= 0.05 % % Freeze the value of the limiter after a number of iterations LIMITER_ITER= 999999 % % % -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------% % % Convective numerical method (JST, LAX-FRIEDRICH, CUSP, ROE, AUSM, HLLC, % TURKEL_PREC, MSW) CONV_NUM_METHOD_FLOW= ROE % % Spatial numerical order integration (1ST_ORDER, 2ND_ORDER, 2ND_ORDER_LIMITER) MUSCL_FLOW= YES % % Slope limiter (VENKATAKRISHNAN, VAN_ALBADA_EDGE) SLOPE_LIMITER_FLOW= VAN_ALBADA_EDGE % % Entropy fix coefficient (0.0 implies no entropy fixing, 1.0 implies scalar artificial dissipation, 0.001 default) ENTROPY_FIX_COEFF= 0.01 % % 2nd and 4th order artificial dissipation coefficients JST_SENSOR_COEFF= ( 0.5, 0.02 ) % % Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT, EULER_EXPLICIT) TIME_DISCRE_FLOW= EULER_IMPLICIT % % Relaxation coefficient % % % -------------------- TURBULENT NUMERICAL METHOD DEFINITION ------------------% % % Convective numerical method (SCALAR_UPWIND) CONV_NUM_METHOD_TURB= SCALAR_UPWIND % % Monotonic Upwind Scheme for Conservation Laws (TVD) in the turbulence equations. % Required for 2nd order upwind schemes (NO, YES) MUSCL_TURB= NO % % Slope limiter (VENKATAKRISHNAN, MINMOD) SLOPE_LIMITER_TURB= VENKATAKRISHNAN % % Time discretization (EULER_IMPLICIT) TIME_DISCRE_TURB= EULER_IMPLICIT % % Reduction factor of the CFL coefficient in the turbulence problem CFL_REDUCTION_TURB= 1.0 % % % --------------------------- CONVERGENCE PARAMETERS --------------------------% % % Number of total iterations OUTER_ITER= 300 % % Min value of the residual (log10 of the residual) CONV_RESIDUAL_MINVAL= -16 % % Start convergence criteria at iteration number CONV_STARTITER= 10 % % Number of elements to apply the criteria CONV_CAUCHY_ELEMS= 100 % % Epsilon to control the series convergence CONV_CAUCHY_EPS= 1E-6 % % % % ------------------------- INPUT/OUTPUT INFORMATION --------------------------% % % Mesh input file MESH_FILENAME= S1_R_S2_zone.su2 % % Mesh input file format (SU2, CGNS, NETCDF_ASCII) MESH_FORMAT= SU2 % % Mesh output file MESH_OUT_FILENAME= meshout.su2 % % Restart flow input file SOLUTION_FILENAME= restart_flow.dat % % Restart adjoint input file SOLUTION_ADJ_FILENAME= solution_adj.dat % TABULAR_FORMAT= CSV % % Output file convergence history (w/o extension) CONV_FILENAME= history % % Output file restart flow RESTART_FILENAME= restart_flow.dat % % Output file restart adjoint RESTART_ADJ_FILENAME= restart_adj.dat % % Output file flow (w/o extension) variables VOLUME_FILENAME= flow % % Output file adjoint (w/o extension) variables VOLUME_ADJ_FILENAME= adjoint % % Output objective function gradient (using continuous adjoint) GRAD_OBJFUNC_FILENAME= of_grad.dat % % Output file surface flow coefficient (w/o extension) SURFACE_FILENAME= surface_flow % % Output file surface adjoint coefficient (w/o extension) SURFACE_ADJ_FILENAME= surface_adjoint % % Writing solution file frequency OUTPUT_WRT_FREQ= 1000 % |
|
March 6, 2022, 18:21 |
|
#2 |
Senior Member
Pedro Gomes
Join Date: Dec 2017
Posts: 466
Rep Power: 14 |
Fluid-fluid interfaces only work between different zones.
You need to stitch the tip gap. |
|
March 6, 2022, 20:49 |
|
#3 |
New Member
ChenYingJie
Join Date: Feb 2022
Posts: 6
Rep Power: 4 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with forces and moment calculated for wind turbine blade using simpleFoam | mostafa kamal | OpenFOAM Running, Solving & CFD | 2 | September 21, 2021 18:33 |
Gaps between Turbine Blade Rows | cdelorenzo | CFX | 1 | November 26, 2019 02:22 |
CFD analysis on wind turbine rotor | Ken (Wind Turbine CFD Super Rookie) | Main CFD Forum | 45 | February 9, 2016 15:07 |
Problem meshing turb. blade tip clearance geometry | Balu | FLUENT | 0 | June 7, 2008 22:10 |
Tip Clearance | Liam | CFX | 3 | September 7, 2005 06:30 |