Selection Examples: Difference between revisions
Jump to navigation
Jump to search
(New page: = Selection Examples = === Select Command Examples === select z = log10(Boron) Select the log10 of the chemical boron concentration. select z = log10(BoronActive) Select the log10 o...) |
(No difference)
|
Revision as of 17:57, 9 October 2008
Selection Examples
Select Command Examples
select z = log10(Boron)
Select the log10 of the chemical boron concentration.
select z = log10(BoronActive)
Select the log10 of the active boron concentration.
select z = 1.0e18*exp(-x*x/0.0001) store name=Boron
Select a Gaussian profile in x. The value will be used to initialize the field Boron, and the field will be written out when structure files are saved.