== Introduction == The Titan2D toolkit is used for modeling of geophysical mass flows over natural terrain (volcanic flows, avalanches, landslides etc.). Titan2D uses an adaptive finite volume scheme, and assumes that a large class of granular flows of geophysical origin can be modeled as an incompressible continuum satisfying a Mohr-Coulomb law (see References on the Titan2D [https://vhub.org/tools/titan2d tool page] for detailed mathematical formulation). The solution is parallelized using the message-passing interface (MPI), and simulations for difficult terrains can be relatively time consuming even on large computational clusters. An essential input is the digital elevation model (DEM), since the flow simulation requires elevation, slope, curvature, and material information at every cell to be computed. This tool fronts a Titan2D simulation, but does not prepare the necessary DEM input that Titan2D relies upon, which is a prerequisite. (Note that we could use a tutorial just on the preparation of these DEMs.) The Titan2D User Guide ([[File(titan_userguide.pdf)]]) contains a detailed description of Titan2D and some information on the preparation of the inputs. This particular tutorial is intended to briefly describe how to run Titan2D in the VHub environment. Within VHub Titan2D and its Java-based GUI (graphical user interface) are already installed, along with the supporting cast of necessary software packages. At this time (2010-05-21) the actual execution of the Titan2D code must occur within the limitations of the VHub server, so the runs must necessarily be limited in their size to a few (less than 4) processing cores, at most 1 GB or so of memory, and at most a few hundred MB of disk. All of these restrictions will be removed in the near future as we enable Titan2D to run on a large back-end high-performance computing cluster (thousands of cores, TB of available memory) and utilize a large pool of shared storage. == Walk-Through Example == The stock example (also available from http://www.gmfg.buffalo.edu) comes as a prepared GIS/DEM for Vulcan de Colima, and can be found in the /apps/titan2d/current/examples directory on VHub, which also contains a file called [[File(example.readme)]] that lists a set of initial mass flow parameters. The example.readme description refers to the old Python-style GUI for Titan2D, but the mapping to the Java GUI for the mass flow parameters should be direct and intuitive, as they both use the same input fields and styles. Ignore the last few paragraphs on how to run Titan2D, as we are using VHub instead ''(should correct the readme to get rid of the really old stuff that is no longer relevant)''. === Load/Save Tab === [[Image(titan_save_tab.jpg, nolink,50%)]] === GIS Tab === [[Image(titan_gis_tab.jpg, nolink,50%)]] === General Tab === [[Image(titan_general_tab_new.jpg, nolink,50%)]] === Material Map Tab === [[Image(titan_materialmap_tab.jpg, nolink,75%)]] === Piles Tab === [[Image(titan_piles_tab_new.jpg, nolink,75%)]] === Job Submission Tab === Once the GUI tabs have been filled out for the GIS/DEM and mass flow parameters, you reach the Job Submission tab. For execution in the VHub environment you should choose Local execution (in the future the PBS option will be used to run on a remote cluster). The stock example parameters should take less than a minute to run on a single processing core, and once completed successfully you can use your preferred method for accessing the VHub filesystem to browse the results ''(should add more here for using webdav or similar clients for accessing files on VHub, perhaps also brief overview of using paraview or similar tools to look at Titan2D outputs)''. Please only use the 'Local' and 'Hub-Submit' options, the 'PBS' and 'Condor' options will not work. [[BR]] [[Image(titan_jobsubmission_tab_new.jpg, nolink,50%)]] === Job Monitor Tab === From the 'Job Monitor' tab, click on a job and then click on the 'Job Details' button. A new window will appear that will show the output from the job and two images that have been created from the data. [[BR]] [[Image(titan_jobmonitor_tab.jpg, nolink,50%)]] === Job Details Window === [[Image(titan_3dimage_new.jpg, nolink,50%)]] [[Image(titan_contourimage_new.jpg, nolink,50%)]] == !WebDav Access == You can use webdav to access the output files on VHub [[Image(titan_connecttoserver_webdav.jpg, nolink,50%)]] [[Image(titan_finder_webdav.jpg, nolink,50%)]]