Selection Examples

From Flooxs
Revision as of 17:57, 9 October 2008 by Law (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.