Skip to content

Commit 6eabc16

Browse files
committed
changed option names
1 parent cfea28f commit 6eabc16

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

UQ_NACA0012/turb_NACA0012_uq_1c.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ REYNOLDS_LENGTH= 1.0
5050
USING_UQ= YES
5151
%
5252
% Eigenvalue perturbation definition (1, 2, or 3)
53-
COMPONENTALITY= 1
53+
UQ_COMPONENT= 1
5454
%
5555
% Permuting eigenvectors (YES, NO)
56-
PERMUTE= NO
56+
UQ_PERMUTE= NO
5757
%
5858
% Under-relaxation factor (float [0,1], default = 0.1)
59-
URLX= 0.1
59+
UQ_URLX= 0.1
6060
%
6161
% Perturbation magnitude (float [0,1], default= 1.0)
62-
BETA_DELTA= 1.0
62+
UQ_DELTA_B= 1.0
6363

6464
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
6565
%

UQ_NACA0012/turb_NACA0012_uq_2c.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ REYNOLDS_LENGTH= 1.0
5050
USING_UQ= YES
5151
%
5252
% Eigenvalue perturbation definition (1, 2, or 3)
53-
COMPONENTALITY= 2
53+
UQ_COMPONENT= 2
5454
%
5555
% Permuting eigenvectors (YES, NO)
56-
PERMUTE= NO
56+
UQ_PERMUTE= NO
5757
%
5858
% Under-relaxation factor (float [0,1], default = 0.1)
59-
URLX= 0.1
59+
UQ_URLX= 0.1
6060
%
6161
% Perturbation magnitude (float [0,1], default= 1.0)
62-
BETA_DELTA= 1.0
62+
UQ_DELTA_B= 1.0
6363

6464
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
6565
%

UQ_NACA0012/turb_NACA0012_uq_3c.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ REYNOLDS_LENGTH= 1.0
5050
USING_UQ= YES
5151
%
5252
% Eigenvalue perturbation definition (1, 2, or 3)
53-
COMPONENTALITY= 3
53+
UQ_COMPONENT= 3
5454
%
5555
% Permuting eigenvectors (YES, NO)
56-
PERMUTE= NO
56+
UQ_PERMUTE= NO
5757
%
5858
% Under-relaxation factor (float [0,1], default = 0.1)
59-
URLX= 0.1
59+
UQ_URLX= 0.1
6060
%
6161
% Perturbation magnitude (float [0,1], default= 1.0)
62-
BETA_DELTA= 1.0
62+
UQ_DELTA_B= 1.0
6363

6464
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
6565
%

UQ_NACA0012/turb_NACA0012_uq_p1c1.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ REYNOLDS_LENGTH= 1.0
5050
USING_UQ= YES
5151
%
5252
% Eigenvalue perturbation definition (1, 2, or 3)
53-
COMPONENTALITY= 1
53+
UQ_COMPONENT= 1
5454
%
5555
% Permuting eigenvectors (YES, NO)
56-
PERMUTE= YES
56+
UQ_PERMUTE= YES
5757
%
5858
% Under-relaxation factor (float [0,1], default = 0.1)
59-
URLX= 0.1
59+
UQ_URLX= 0.1
6060
%
6161
% Perturbation magnitude (float [0,1], default= 1.0)
62-
BETA_DELTA= 1.0
62+
UQ_DELTA_B= 1.0
6363

6464
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
6565
%

UQ_NACA0012/turb_NACA0012_uq_p1c2.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ REYNOLDS_LENGTH= 1.0
5050
USING_UQ= YES
5151
%
5252
% Eigenvalue perturbation definition (1, 2, or 3)
53-
COMPONENTALITY= 2
53+
UQ_COMPONENT= 2
5454
%
5555
% Permuting eigenvectors (YES, NO)
56-
PERMUTE= YES
56+
UQ_PERMUTE= YES
5757
%
5858
% Under-relaxation factor (float [0,1], default = 0.1)
59-
URLX= 0.1
59+
UQ_URLX= 0.1
6060
%
6161
% Perturbation magnitude (float [0,1], default= 1.0)
62-
BETA_DELTA= 1.0
62+
UQ_DELTA_B= 1.0
6363

6464
% ---------------------- REFERENCE VALUE DEFINITION ---------------------------%
6565
%

_tutorials/compressible_flow/UQ_NACA0012.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,35 +62,35 @@ The module is built to be *versatile*, such that it can be used by experts and n
6262
If there is a need to perform the perturbations individually (for example to run them in parallel, or on different machines), configuration options need to be set to specify the kind of perturbation to perform.
6363

6464
```
65-
% ------------------ UNCERTAINTY QUANTIFICATION DEFINITION ------------------%
65+
% ------------------- UNCERTAINTY QUANTIFICATION DEFINITION -------------------%
6666
%
6767
% Using uncertainty quantification module (YES, NO). Only available with SST
6868
USING_UQ= YES
6969
%
7070
% Eigenvalue perturbation definition (1, 2, or 3)
71-
COMPONENTALITY= 1
71+
UQ_COMPONENT= 1
7272
%
7373
% Permuting eigenvectors (YES, NO)
74-
PERMUTE= NO
74+
UQ_PERMUTE= NO
7575
%
7676
% Under-relaxation factor (float [0,1], default = 0.1)
77-
URLX= 0.1
77+
UQ_URLX= 0.1
7878
%
7979
% Perturbation magnitude (float [0,1], default= 1.0)
80-
BETA_DELTA= 1.0
80+
UQ_DELTA_B= 1.0
8181
8282
```
8383

8484
1. USING_UQ: Boolean that ensures EQUiPS module is used. This is required to be set to YES.
85-
2. COMPONENTALITY: Number that specifies the eigenvalue perturbation to be performed
86-
3. PERMUTE: Boolean that indicates whether eigenvector permutation needs to be performed
85+
2. UQ_COMPONENT: Number that specifies the eigenvalue perturbation to be performed
86+
3. UQ_PERMUTE: Boolean that indicates whether eigenvector permutation needs to be performed
8787
4. URLX: Sets the under-relaxation factor used in performing perturbation. This option need not be changed unless the perturbation simulations are unstable. URXL can be in the range of [0; 1] and it's default value is 0:1. This should not be set to < 0:05 as the perturbations may not be completed
8888
by convergence.
89-
5. BETA_DELTA: Sets the magnitude of perturbation. This option should not be touched without having read the references on the Eigenspace Perturbation methodology. BETA_DELTA [0; 1] and it's default value is 1.0. The default value corresponds to a full perturbation and is required to correctly characterize the epistemic uncertainties
89+
5. UQ_DELTA_B: Sets the magnitude of perturbation. This option should not be touched without having read the references on the Eigenspace Perturbation methodology. UQ_DELTA_B [0; 1] and it's default value is 1.0. The default value corresponds to a full perturbation and is required to correctly characterize the epistemic uncertainties
9090

91-
Specific combinations of COMPONENTALITY and PERMUTE are required to perform the 5 perturbed simulations needed to characterize the interval estimates on the QOIs. The combinations are highlighted in Table (1)
91+
Specific combinations of UQ_COMPONENT and UQ_PERMUTE are required to perform the 5 perturbed simulations needed to characterize the interval estimates on the QOIs. The combinations are highlighted in Table (1)
9292

93-
| Perturbation | COMPONENTALITY | PERMUTE |
93+
| Perturbation | UQ_COMPONENT | UQ_PERMUTE |
9494
|--------------|----------------|---------|
9595
|1c | 1 | NO |
9696
|2c | 2 | NO |

0 commit comments

Comments
 (0)