-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Geodynamic model setups | ||
|
||
In order to generate geodynamic simulations from setups created with `GeophysicalModelGenerator.jl`, we provide a few routines that directly create setups | ||
|
||
The routines provided here have the following functionality: | ||
- Add lithospheric boxes to a setup, that may have a layered structure and various thermal structures | ||
|
||
```@docs | ||
GeophysicalModelGenerator.AddBox! | ||
GeophysicalModelGenerator.AddLayer! | ||
GeophysicalModelGenerator.AddSphere! | ||
GeophysicalModelGenerator.AddEllipsoid! | ||
GeophysicalModelGenerator.AddCylinder! | ||
GeophysicalModelGenerator.makeVolcTopo | ||
GeophysicalModelGenerator.ConstantTemp | ||
GeophysicalModelGenerator.LinearTemp | ||
GeophysicalModelGenerator.HalfspaceCoolingTemp | ||
GeophysicalModelGenerator.SpreadingRateTemp | ||
GeophysicalModelGenerator.LithosphericTemp | ||
GeophysicalModelGenerator.ConstantPhase | ||
GeophysicalModelGenerator.Compute_Phase | ||
GeophysicalModelGenerator.LithosphericPhases | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters