Skip to content

Commit ad132e8

Browse files
committed
minor fixes
1 parent a7c2941 commit ad132e8

File tree

4 files changed

+250
-250
lines changed

4 files changed

+250
-250
lines changed

Inviscid_3D_Constrained_ONERAM6/inv_ONERAM6_adv.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FREESTREAM_PRESSURE= 101325.0
3636
% Free-stream temperature (288.15 K by default)
3737
FREESTREAM_TEMPERATURE= 288.15
3838

39-
% -------------------------- CL & CM DRIVER DEFINITION ------------------------%
39+
% -------------------------- CL DRIVER DEFINITION -----------------------------%
4040
%
4141
% Activate fixed lift mode (specify a CL instead of AoA, NO/YES)
4242
FIXED_CL_MODE= YES

Turbulent_2D_Constrained_RAE2822/turb_SA_RAE2822.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ REYNOLDS_NUMBER= 6.5E6
4242
% Reynolds length (1 m by default)
4343
REYNOLDS_LENGTH= 1.0
4444

45-
% -------------------------- CL & CM DRIVER DEFINITION ------------------------%
45+
% -------------------------- CL DRIVER DEFINITION -----------------------------%
4646
%
4747
% Activate fixed lift mode (specify a CL instead of AoA, NO/YES)
4848
FIXED_CL_MODE= YES

_tutorials/design_features/Inviscid_2D_Unconstrained_NACA0012.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The `DEFINITION_DV` is the list of design variables. For the airfoil problem, we
133133

134134
It is quite common to introduce angle of attack as a design variable (with a given Cl). In that case, you should add to the config file the following extra information:
135135
```
136-
% -------------------------- CL & CM DRIVER DEFINITION ------------------------%
136+
% -------------------------- CL DRIVER DEFINITION -----------------------------%
137137
%
138138
% Activate fixed lift mode (specify a CL instead of AoA, NO/YES)
139139
FIXED_CL_MODE= YES

0 commit comments

Comments
 (0)