"FARMS" : Fault And Rupture Mechanics Simulations
FARMS is a MOOSE-based application (https://github.com/idaholab/moose.git) for simulating dynamic rupture and earthquake problem.
- Various Frictional Laws: Slip Weakening, Rate-and-State Friction with SCEC Benchmark Verification.
- Complex Fault Geometry: Nonplanar Fault (main fault with branches / branch network).
-
Kinematics: Small-strain and Finite deformation
-
Additional Constitutive Law: Continuum Damage-Breakage Rheology Model.
- Multphysics Coupling: Poroelasticity
-
Install MOOSE: https://mooseframework.inl.gov/getting_started/installation/
-
Inside
~/projects/folder, clone the repository:git clone https://github.com/chunhuizhao478/farms.git -
Inside
~/projects/farmsfolder, run the code:make -j8 -
To run code, for example:
For single core: ./farms-opt -i examples/benchmark_tpv2052D/tpv2052D.i
For multiple cores: mpirun -np #[num of cores] ./farms-opt -i examples/benchmark_tpv2052D/tpv2052D.i
Chunhui Zhao, Mohamed Abdelmeguid, Amr Ibrahim and Ahmed Elbanna, PhD
Mechanics of Complex Systems Group
Department of Civil and Environmental Engineering
University of Illinois Urbana-Champaign
Chunhui Zhao (chunhui3@illinois.edu)