Jorge M. Taramón (jorge.taramongomez.2014@alumni.rhul.ac.uk), Jason P. Morgan, Jörg Hasenclever
- M3TET_SPH solves for thermo-mechanical viscous flow evolution in spherical geometries
- Setup is defined in
model_parameters_sph_south_atlantic_plume.mso it can simulate the influence of a plume during the South Atlantic rifting - Velocity BCs are free-slip along the core-mantle boundary and prescribed plate motion on the top surface using plate kinematic reconstructions [Gurnis et al., 2012]
- The unstructured finite element spherical mesh is generated using springmesh_3d_spherical_shell [Taramón et al., 2019]
- The Double-Jacobian approach [Morgan et al., 2019] is used to improve the effieciency when solving solving problems in a spherical geometry as well as to speed-up the particle search routines in curved-edge elements
- Morgan et al., 2020 show the results of some models ran with M3TET_SPH
- Download "SuiteSparse" from: http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.0.2.tar.gz
- Install it by running SuiteSparse_install.m
- Download mutils-0.4-2 from: https://sourceforge.net/projects/milamin/files/mutils-0.4-2.zip
- Install it by running install.m (follow the instructions that will appear in the Command Window)
- In order to set the path for mutils
- 5.1. Write pctconfig in the Command Window
- 5.2. Open
SETUP_TEST/addpaths_mutils.m - 5.3. Create a new case for your computer:
- Enter the hostname you obtained in 5.1 as a new ‘case’, e.g., case 'fpdc462'
- Enter the path for the folder mutils in ‘path2mutils’
- In order to set the OUTPUT folder in your computer:
- 6.1. Open
SETUP_TEST/data_storage_3d.m - 6.2. Create a new case for your computer:
- Enter the hostname you obtained in 5.1 as a new ‘case’, e.g., case 'fpdc462'
- Enter the path to save the output data in ‘path2data’
- 6.1. Open
