Skip to content
Snippets Groups Projects
Commit 18aaf83b authored by renchao.lu's avatar renchao.lu
Browse files

[Docu] Complete documentation.

parent b54d00bb
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 0 deletions
an optional tag for numerical setting.
Set maximum number of iteration. This value is commonly set to 100.
Set relative convergence tolerance. In general, this value is set to 1e-12.
This tag is used for scaling odinary differential equations.
Set maximum step size. In general, this value is set to 100.
Setting tolerance used by optimization solver. This value is commonly set to 1e-15.
define surface complexion model.
define properties of surface site.
specify mass of substance in unit of gram.
specify substance of surface site.
specify site density in unit of sites per square nanometer.
specify specific surface area of substance in unit of square meter per gram.
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.
contain a number of statements for calculating custom secondary variables.
specify a number of custom secondary variables.
state how to calculate custom secondary variables.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment