Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Martin-Heinkel authored Oct 24, 2023
1 parent 970b622 commit 1d78dc1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ composed of two activities: code verification and calculation verification, whic
- [3.2 Calculation Verification](#32-Calculation-Verification)
- [3.2.1 Discretization Error](#321-Discretization-Error)
- [3.2.2 Numerical Solver Error](#322-Numerical-Solver-Error)
- [3.2.3 User Error Analysis](#323-User-Error-Analysis)
### 3.1 Code Verification
> The objective is to identify and to remove errors in the source code and numerical algorithms of the computational software.
Expand Down Expand Up @@ -335,6 +336,8 @@ problem types/physics relevant to the COU may be referenced.
* [ ] **b**: Influence of expected key model form assumptions are explored and documented, to indicate that major effects of the regarded system for the COU with the QOIs are represented by the model equations or the model approaches.
* [ ] **c**: Comprehensive evaluation and documentation of the model form assumptions and their implementation, that determine the governing equations and model approaches, to prove that the model represents in a well-defined manner and with sufficient accuracy the regarded system for the COU with the QOIs.
[**Back to 4. Validation**](#4-Validation)
#### 4.1.2 Model Inputs & Parameters Sensitivities
> Examine and document the degree to which the computational model outputs are sensitive to the model inputs & parameters.
Expand Down Expand Up @@ -377,6 +380,8 @@ problem types/physics relevant to the COU may be referenced.
* [ ] **c**: Uncertainties on a subset of expected key inputs are identified and quantified and are propagated to quantitatively assess the effect on the simulation results. The not quantified key inputs are qualitatively assessed.
* [ ] **d**: Uncertainties on all key inputs are identified and quantified, and are propagated to quantitatively assess the effect on the simulation results.
[**Back to 4. Validation**](#4-Validation)
### 4.2 Comparator
> Comparators provide the data against which simulation results are evaluated. Comparators can be pyhsical tests and/or other simulation results. The comparator might be designed or selected to
Expand Down Expand Up @@ -416,6 +421,8 @@ separately.
* [ ] **c**: Multiple samples are used representing a range of characteristics near nominal. Some of the key characteristics of these test samples are measured. The number of samples is not enough to be statistically relevant.
* [ ] **d**: A statistically relevant number of samples is used that represent the nominal and the expected extreme values of the parameters. All key characteristics of the samples are measured.
[**Back to 4. Validation**](#4-Validation)
#### 4.2.2 Uncertainty of Test Sample Measurements
> Examine the uncertainty associated with the tools and methods used to obtain the measurements characterizing the samples.
Expand Down Expand Up @@ -464,6 +471,7 @@ If the test condition is temperature, this factor addresses the range of tempera
* [ ] **c**: Multiple conditions are used representing a range of characteristics near nominal. Some of the key characteristics of these test conditions are measured. The number of conditions is not enough to be statistically relevant.
* [ ] **d**: A statistically relevant number of conditions is used that represent the nominal and the expected extreme values of the parameters. All key characteristics of the conditions are measured.
[**Back to 4. Validation**](#4-Validation)
#### 4.2.4 Uncertainty of Test Condition Measurements
Expand All @@ -488,6 +496,8 @@ If the test condition is temperature, this factor addresses the range of tempera
* [ ] **c**: Uncertainty analysis incorporates instrument accuracy and repeatability (i.e., statistical treatment of repeated measurements).
* [ ] **d**: Uncertainty analysis incorporates a comprehensive uncertainty quantification, which includes instrument accuracy, repeatability, and other conditions affecting the measurements.
[**Back to 4. Validation**](#4-Validation)
### 4.3 Applicability
> Applicability is the relevance of the validation activities to support the use of the computational model for a context of use (COU). The
applicability of the validation activities is governed by two factors: the relevance of the quantities of interest (QOIs) used in the validation
Expand Down Expand Up @@ -523,6 +533,7 @@ vance of the validation activities to the COU and the relevance of the validatio
* [ ] **c**: A subset of the QOIs from the validation activities are sufficiently relevant, complete, comparable to those for the COU.
* [ ] **d**: All QOIs from the validation activities are sufficiently relevant, complete, comparable to those for the COU.
[**Back to 4. Validation**](#4-Validation)
#### 4.3.2 Relevance of the Validation Activities to the COU
> Evaluate relative proximity of the context of use (COU) to the validation ranges and document that appropriately.
Expand All @@ -543,6 +554,8 @@ vance of the validation activities to the COU and the relevance of the validatio
* [ ] **b**: There is partial overlap between the validation ranges and the COU.
* [ ] **c**: The COU encompass all validation ranges, and the validation ranges span the entire COU space.
[**Back to 4. Validation**](#4-Validation)
### 4.4 Assessment
> An assessment of the accuracy of the simulation output can be performed after the outputs from the
V&V activities are obtained and compared.<a name="custom_anchor_name"></a>
Expand Down Expand Up @@ -571,6 +584,8 @@ Determine how well the simulation results and the comparator match and document
* [ ] **c**: Differences between computational results and comparator data (e.g. experimental) are typically less than 5%. Includes consideration of relevant uncertainty, but statistical distributions for uncertainty quantification are unknown.
* [ ] **d**: Differences between computational results and comparator data (e.g. experimental) are typically less than 5%. Statistical distributions for uncertainty quantifications are known.
[**Back to 4. Validation**](#4-Validation)
[**Back to main chapter list**](#COSTA)
# CONGRATS!
Expand Down

0 comments on commit 1d78dc1

Please sign in to comment.