Difference between revisions of "MOOSE"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:PhysicsCategory:Simulation {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|moose}} |{{#vardefine:url|http://mooseframework.org/}} <!--...")
 
m (Text replacement - "#uppercase" to "uc")
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
* HPC_{{#uppercase:{{#var:app}}}}_EXE - example directory
+
* HPC_{{uc:{{#var:app}}}}_EXE - example directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Revision as of 21:22, 6 December 2019

Description

moose website  

The Multiphysics Object-Oriented Simulation Environment (MOOSE) is a finite-element, multiphysics framework primarily developed by Idaho National Laboratory. It provides a high-level interface to some of the most sophisticated nonlinear solver technology on the planet. MOOSE presents a straightforward API that aligns well with the real-world problems scientists and engineers need to tackle. Every detail about how an engineer interacts with MOOSE has been thought through, from the installation process through running your simulation on state of the art supercomputers, the MOOSE system will accelerate your research.

Environment Modules

Run module spider moose to find out what environment modules are available for this application.

System Variables

  • HPC_MOOSE_DIR - installation directory
  • HPC_MOOSE_BIN - executable directory
  • HPC_MOOSE_LIB - library directory
  • HPC_MOOSE_EXE - example directory