diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-12-05 17:35:47 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-12-05 17:35:47 -0700 |
| commit | 8f8bdb206adc58ab86ef7d0d5b7381a7be354bbd (patch) | |
| tree | 69e1368720af159bc90716d89972dfe00a5e68b9 /tutorials/module_2/verification_and_validation.md | |
| parent | 52dd445e2d873477225790a9dbadbe9f64398f93 (diff) | |
Diffstat (limited to 'tutorials/module_2/verification_and_validation.md')
| -rw-r--r-- | tutorials/module_2/verification_and_validation.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tutorials/module_2/verification_and_validation.md b/tutorials/module_2/verification_and_validation.md index 84064d3..75aa8af 100644 --- a/tutorials/module_2/verification_and_validation.md +++ b/tutorials/module_2/verification_and_validation.md @@ -14,4 +14,10 @@ Verification and validation is a process **Verification:** -**Validation:**
\ No newline at end of file +Verification is defined as: +> _The process of determining that a model implementation accurately represents the developer's conceptual description of the model and the solution to the model. (AIAA G-077-1998)_ + +**Validation:** + +Validation is defined as: +> _The process of determining the degree to which a model is an accurate representation of the real world from the perspective of the intended uses of the model. (AIAA G-077-1998)_ |
