Exponential
- Syntax
User Expression [ SpeciesName | MaterialPhaseName | ] = Exponential [User_Tag = user_tag | Variable = variable | Constant = constant | Multiplier = multiplier | Exponent = exponent | Equations = Equations…]
- Summary
Exponential user expression
- Description
Provides an expression with the name given by the user_tag parameter using the provided exponential function. The provided user tag should not include operator, subindex, phase, component, or material phase prefixes or suffixes. See General Naming Convention for more detail about those. The value,
, is calculated as
where
is the variable,
is the constant,
is the multiplier, and
is the exponent.
and
are optional and default to
and
, respectively, if omitted
Parameter |
Value |
Default |
|---|---|---|
{of | species | subindex} |
– |
|
SpeciesName |
string |
– |
{in | material_phase} |
– |
|
MaterialPhaseName |
string |
– |
{levelset_phase | ls} |
– |
|
user_tag |
“string” |
– |
variable |
“string” |
– |
constant |
real |
0 |
multiplier |
real |
1 |
exponent |
real |
– |
string… |
– |