Selection Examples

From Flooxs
Jump to navigation Jump to search

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.