Selection Examples: Difference between revisions

From Flooxs
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...)
 
 
Line 1: Line 1:
= Selection Examples =
= Selection Examples =
The select command is used to choose a plot variable or can be used to initialize a solution variable.


=== Select Command Examples ===
=== Select Command Examples ===

Latest revision as of 15:19, 14 June 2020

Selection Examples

The select command is used to choose a plot variable or can be used to initialize a solution variable.

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.