@@ -189,6 +189,27 @@ CFL_REDUCTION_ADJFLOW= 0.25
189189% Time discretization (RUNGE-KUTTA_EXPLICIT, EULER_IMPLICIT)
190190TIME_DISCRE_ADJFLOW = EULER_IMPLICIT
191191
192+ % -------------------- FREE-FORM DEFORMATION PARAMETERS -----------------------%
193+ %
194+ % Tolerance of the Free-Form Deformation point inversion
195+ FFD_TOLERANCE = 1E-10
196+ %
197+ % Maximum number of iterations in the Free-Form Deformation point inversion
198+ FFD_ITERATIONS = 500
199+ %
200+ % FFD box definition: 3D case (FFD_BoxTag, X1, Y1, Z1, X2, Y2, Z2, X3, Y3, Z3, X4, Y4, Z4,
201+ % X5, Y5, Z5, X6, Y6, Z6, X7, Y7, Z7, X8, Y8, Z8)
202+ % 2D case (FFD_BoxTag, X1, Y1, 0.0, X2, Y2, 0.0, X3, Y3, 0.0, X4, Y4, 0.0,
203+ % 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
204+ FFD_DEFINITION = (WING, -0.05, 0.0, -0.05, 0.8463, 0.0, -0.05, 1.209, 1.2896, -0.05, 0.6851, 1.2896, -0.05, -0.05, 0.0, 0.05, 0.8463, 0.0, 0.05, 1.209, 1.2896, 0.05, 0.6851, 1.2896, 0.05)
205+ %
206+ % FFD box degree: 3D case (x_degree, y_degree, z_degree)
207+ % 2D case (x_degree, y_degree, 0)
208+ FFD_DEGREE = (10, 8, 1)
209+ %
210+ % Surface continuity at the intersection with the FFD (1ST_DERIVATIVE, 2ND_DERIVATIVE)
211+ FFD_CONTINUITY = 1ST_DERIVATIVE
212+
192213% ----------------------- GEOMETRY EVALUATION PARAMETERS ----------------------%
193214%
194215% Geometrical evaluation mode (FUNCTION, GRADIENT)
0 commit comments