Getting Started
Before getting started, note how to navigate this website:
The Documentation menu gives instructions on how to use the VTB and gives some tutorials.
The Models menu lists the models available in the VTB:
To get started with the Virtual Test Bed (VTB), follow these steps:
Install git. The VTB is an open-source
git
repository and is hosted on Github. If it is not already installed on your computer, install it; see here for example.Some models require
git-lfs
as well, which is used for storing very large files such as large meshes. If your model of interest does not requiregit-lfs
, then feel free to skip this step. To installgit-lfs
, see here.Download the VTB repository. Choose a download location on your computer (here, we will add the VTB repository in the
~/projects/
directory), and then clone the VTB in your terminal as follows:cd ~/projects git clone [email protected]:idaholab/virtual_test_bed.git
This will create a new directory
~/projects/virtual_test_bed/
to mirror the VTB repository hosted on Github.Browse the VTB models using the "Models" menu.
Obtain the code(s) of interest. Each model page should list the codes needed.
Continue to Running Models to learn how to run VTB models.