From 8f8bdb206adc58ab86ef7d0d5b7381a7be354bbd Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 5 Dec 2025 17:35:47 -0700 Subject: added V&V definitions --- README.md | 4 ++-- tutorials/module_2/verification_and_validation.md | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0ef950..3265801 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ See the tutorials under the /tutorials/ directory or use the links below. #### Module 2: Algorithm Developments for ME - [Numerical Methods](tutorials/module_2/non_linear_eqn_solver.md) - Using Python Libraries as a calculator -- [Version Control](tutorials/module_2/version_control.md) - -- [Problem Solving Strategies](tutorials/module_2/problem_solving_strategies.md) - +- [Version Control](tutorials/module_2/version_control.md) - +- [Problem Solving Strategies](tutorials/module_2/problem_solving_strategies.md) - Think like an Engineer - [Code debugging](tutorials/module_2/debugging_code) - When things go wrong - [Code Documentation](tutorials/module_2/documentation) - - Code libraries & resources 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)_ -- cgit v1.2.3