MOOSE
  • Getting Startedarrow_drop_down
  • Documentationarrow_drop_down
  • Helparrow_drop_down
  • Gallery
  • News
  • Citing
menu
  • Getting Started
  • Documentation
  • Help
  • Gallery
  • News
  • Citing
search

Install MOOSE link

  • Linux and MacOS

  • Windows 10

  • Docker

  • Update MOOSE

New Users link

  • Create an Application

  • Helpful Software

  • Join the Community

  • Customizing MOOSE Configuration

Examples and Tutorials link

  • Tutorial 1: Application Development

  • Tutorial 2: MultiApp Demonstration

  • Tutorial 3: Code Verification

  • Workshop Slides

  • Workshop Video

Application Usage link

  • Command-line Options

  • Peacock

  • Troubleshooting Solves

Physics and Syntax

  • Physics Modules

  • Syntax

  • List of Publications

  • Old Wiki(deprecated)

Application Development link

  • Source Pages

  • Jacobian Definition

  • Hypre/BoomerAMG Preconditioning

  • C++ Utilities

  • Modules Doxygen

Framework Development link

  • Contributing

  • Code Standards

  • MOOSE Doxygen

  • libMesh Doxygen

  • TIMPI Doxygen

MOOSEDocs link

  • MOOSE Markdown Specification (MooseDown)

  • Documenting MOOSE

  • Software Quality

Infrastructure

  • Python

  • Build System

  • Test System

  • Benchmarking

  • Test Timing

Questions

  • Q&A discussion forum

  • Frequently Asked Questions

  • Contact Us

Information and Tools

  • A to Z Index

  • Git

  • Developer Tools

  • Finite Element Concepts

  • C++ Fundamentals

INL Applications and Remote Access link

  • INL Applications

  • INL HPC Binary Access

  • INL HPC Remote Connectivity

Close
getting_startedexamples_and_tutorialstutorial03_verification

Tutorial 3: Code Verification

In this tutorial the use of analytical solutions and the Method of Manufactured Solutions (MMS) are presented for use as code verification methods.

Tutorial 3: Code Verification Presentation

Tutorial Contents

  1. Heat Conduction
    1. Introduction
    2. Transient Heat Equation
  2. FEM Convergence
    1. Introduction
    2. Error Source
    3. Spatial Convergence
    4. Temporal Convergence
    5. References
  3. Problem with Analytical Solution
    1. Introduction
    2. Problem Statement
    3. Simulation
      1. Simulation Setup
      2. Simulation Input
      3. Simulation Execution
    4. Compute Error
    5. Convergence Studies
      1. Spatial Convergence
      2. Temporal Convergence
    6. Closing Remarks
    7. References
  4. Method of Manufactured Solution
    1. Introduction
    2. Problem Statement
    3. Simulation
      1. Simulation Execution
    4. MMS Overview
    5. Spatial Convergence
    6. Temporal Convergence
    7. Closing Remarks
Nextarrow_forward
  • Tutorial Contents