Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.
Romain Beucher edited this page Dec 21, 2017 · 14 revisions

UWGeodynamics module

The UWGeodynamics module intents to facilitate rapid prototyping of geodynamics models using Underworld. It can be seen as a set of high-level functions within the Underworld ecosystem. It is a means to quickly get the user into Underworld modelling and assumes very little knowledge in coding. The module make some assumptions based on how the user defines the boundary conditions and the properties of the materials (rocks, phases). Its simplicity comes with a relatively more rigid workflow (compared to the classic Underworld functions). However, the user can easily break the high level objects and get back to core Underworld function at any step of model design.

As we think the low-level interface is more flexible, and in so allows for more complex models, we strongly encourage users to explore and break the High Level functions.

We hope that the user will naturally move to the low-level functionalities as he or her gets more confident, and by doing so will access the wide range of possibilities offered by Underworld.

Manual

  1. Installation
  2. Working with units
  3. Scaling
  4. The Model
  5. Materials
  6. Velocity / Kinematic boundary conditions
  7. Temperature Boundary Conditions
  8. Initialize / Run the Model
  9. Saving data
  10. Add Passive Tracers
  11. Advect the mesh
  12. Quick Visualization
  13. Melt
  14. Rheology
  15. 3D
  16. Frictional Boundaries
  17. Visugrids
  18. Personalizing UWGeodynamics
Clone this wiki locally