-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thinking about user and developer guide
- Loading branch information
Showing
4 changed files
with
51 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Model Domains | ||
============= | ||
|
||
Simulations, in Amanzi-ATS, consist of a coupled set of partial | ||
differential equations, typically solving for the conservation of some | ||
quantity (e.g. water mass, or energy, etc), solved on a **domain**. | ||
Here we define a domain to be a |
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,26 @@ | ||
Amanzi-ATS Concepts | ||
%%%%%%%%%%%%%%%%%%% | ||
|
||
Amanzi and ATS rely heavily on a set of concepts implemented in Arcos, | ||
an object-oriented library for multiphysics applications. These | ||
concepts are introduced here. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
domain | ||
region | ||
variable_name | ||
tag | ||
record | ||
record_set | ||
evaluator | ||
state | ||
pk | ||
mpc | ||
|
||
|
||
|
||
|
||
|
||
|
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,16 @@ | ||
Example Models | ||
%%%%%%%%%%%%%% | ||
|
||
Building upon these concepts, Amanzi and ATS are able to implement | ||
extremely complex application models at runtime. It is useful to look | ||
at a few carefully selected examples of these to understand how the | ||
concepts are used to implement models. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
richards | ||
integrated_hydrology | ||
flow_and_transport | ||
subdomain_models | ||
|
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