Skip to content

Commit

Permalink
[Docu] Complete documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
renchao-lu committed Oct 11, 2019
1 parent 9a7bad5 commit 6689f64
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
@@ -0,0 +1 @@
an optional tag for numerical setting.
@@ -0,0 +1 @@
an optional tag for setting maximum number of iteration. The default value is 100.
@@ -0,0 +1 @@
an optional tag for setting relative convergence tolerance. The default value is 1e-12.
@@ -0,0 +1 @@
an option tag for scaling odinary differential equations.
@@ -0,0 +1 @@
An optional tag for setting tolerance used by optimization solver. The default value is 1e-15.
@@ -0,0 +1 @@
define surface complexion model.
@@ -0,0 +1 @@
define properties of surface site.
@@ -0,0 +1 @@
specify mass of substance in unit of gram.
@@ -0,0 +1 @@
specify substance of surface site.
@@ -0,0 +1 @@
specify site density in unit of sites per square nanometer.
@@ -0,0 +1 @@
specify specific surface area of substance in unit of square meter per gram.
@@ -0,0 +1 @@
Optional tag. Th default setting is to use high precision. Convergence criterion is thus set to 1e-12. When this tag is explicitly set to false, convergence criterion will be reduced to 1e-8.
@@ -0,0 +1 @@
contain a number of statements for calculating custom secondary variables.
@@ -0,0 +1 @@
specify a number of custom secondary variables.
@@ -0,0 +1 @@
state how to calculate custom secondary variables.

0 comments on commit 6689f64

Please sign in to comment.