Skip to content
Andy Wilkins edited this page Mar 17, 2015 · 1 revision

BA_HUN is a MOOSE application. It is designed to be used in groundwater model of the Bioregional Assessment of the Hunter subregion.

Bioregional Assessments webpage

It contains pieces of code that build on the Richards module of MOOSE. Currently:

  1. BAMaterial. In the groundwater model there are thousands of different zones, corresonding to different permeability-change regions around mining operations. Modelling these different zones using different blocks in an exodus file is suboptimal in MOOSE, since thousands of blocks are computationally expensive. Moreover, assigning elements to these thousands of blocks is quite time consuming. Instead of this, BAMaterial allows the user to specify some AuxVariables that define the zones.
Clone this wiki locally