You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _tutorials/compressible_flow/UQ_NACA0012.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,35 +62,35 @@ The module is built to be *versatile*, such that it can be used by experts and n
62
62
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.
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
87
87
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
88
88
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
90
90
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)
0 commit comments