Skip to content

daveb-dev/NFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuclear Fracture Simulation (NFS)

"Fork NFS" to create a new MOOSE-based application.

For more information see: http://mooseframework.org/create-an-app/

NFS is a development app specific designed for fracture related simulation in nuclear related materials. It used a specific version of MOOSE and BISON(export controlled) for specific dependency related.


Make sure that the moose directory is named ./moose_fracture

Building

Make sure to change the MOOSE_DIR into the correct moose directory, located in the Makefile

make

Running Test

To run the test suite current resided:

./run_tests -j 4

where 4 is the number of the processors

Run Main Executables

To run test with samples test, use the following

serial

nfs-opt -i input.i

MPI

mpiexec -n 4 nfs-opt -i input.i

where 4 is the number of processors

To see the list of available inputs after successfully compiling NFS:

./nfs-opt --dump > nsf_input.txt

About

Fracture simulations using XFEM related simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors