Skip to content

Mesh deformation tolerance #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Inviscid_2D_Unconstrained_NACA0012/inv_NACA0012_basic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ DEFORM_NONLINEAR_ITER= 1
% Print the residuals during mesh deformation to the console (YES, NO)
DEFORM_CONSOLE_OUTPUT= YES
%
% Factor to multiply smallest cell volume for deform tolerance (0.001 default)
DEFORM_TOL_FACTOR = 0.001
% Minimum residual criteria for the linear solver convergence of grid deformation
DEFORM_LINEAR_SOLVER_ERROR= 1E-14
%
% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
% WALL_DISTANCE, CONSTANT_STIFFNESS)
Expand Down
4 changes: 2 additions & 2 deletions Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ DEFORM_LINEAR_SOLVER= FGMRES
% Number of smoothing iterations for mesh deformation
DEFORM_LINEAR_ITER= 500
%
% Factor to multiply smallest cell volume for deform tolerance (0.001 default)
DEFORM_TOL_FACTOR = 1E-6
% Minimum residual criteria for the linear solver convergence of grid deformation
DEFORM_LINEAR_SOLVER_ERROR= 1E-14
%
% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
% WALL_DISTANCE, CONSTANT_STIFFNESS)
Expand Down
4 changes: 2 additions & 2 deletions Multi_Objective_Shape_Design/inv_wedge_ROE_multiobj_combo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ DEFORM_NONLINEAR_ITER= 1
% Print the residuals during mesh deformation to the console (YES, NO)
DEFORM_CONSOLE_OUTPUT= YES
%
% Factor to multiply smallest cell volume for deform tolerance (0.001 default)
DEFORM_TOL_FACTOR = 1e-15
% Minimum residual criteria for the linear solver convergence of grid deformation
DEFORM_LINEAR_SOLVER_ERROR= 1E-14
%
% Type of element stiffness imposed for FEA mesh deformation (INVERSE_VOLUME,
% WALL_DISTANCE, CONSTANT_STIFFNESS)
Expand Down
6 changes: 0 additions & 6 deletions Transitional_Flat_Plate/transitional_BC_model_ConfigFile.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,9 @@ INC_VELOCITY_INIT= ( 50.1, 0.0, 0.0 )
% match number of inlet markers. Options: VELOCITY_INLET, PRESSURE_INLET.
INC_INLET_TYPE= VELOCITY_INLET
%
% Damping coefficient for iterative updates at pressure inlets. (0.1 by default)
INC_INLET_DAMPING= 0.1
%
% List of outlet types for incompressible flows. List length must
% match number of outlet markers. Options: PRESSURE_OUTLET, MASS_FLOW_OUTLET
INC_OUTLET_TYPE= PRESSURE_OUTLET PRESSURE_OUTLET
%
% Damping coefficient for iterative updates at mass flow outlets. (0.1 by default)
INC_OUTLET_DAMPING= 0.1

% --------------------------- VISCOSITY MODEL ---------------------------------%
%
Expand Down