7.6.19.1.10. Polynomial
- Syntax
User Expression [ SpeciesName | MaterialPhaseName | ] = Polynomial [User_Tag = user_tag | Variable = variable | Order = order | Variable_Offset = variable_offset | C0 = c0 | C1 = c1 | C2 = c2 | C3 = c3 | C4 = c4 | C5 = c5 | C6 = c6 | C7 = c7 | C8 = c8 | Equations = Equations…]
- Scope
Aria Material
- Summary
Polynomial user expression
- Description
Provides an expression with the name given by the user_tag parameter using the provided polynomial 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 polynomial value,
, is calculated as
where
is the variable offset,
is the variable,
is the order and the coefficients provided are
Parameter |
Value |
Default |
|---|---|---|
{of | species | subindex} |
– |
|
SpeciesName |
string |
– |
{in | material_phase} |
– |
|
MaterialPhaseName |
string |
– |
{levelset_phase | ls} |
– |
|
user_tag |
“string” |
– |
variable |
“string” |
– |
order |
integer |
– |
variable_offset |
real |
0 |
c0 |
real |
0 |
c1 |
real |
0 |
c2 |
real |
0 |
c3 |
real |
0 |
c4 |
real |
0 |
c5 |
real |
0 |
c6 |
real |
0 |
c7 |
real |
0 |
c8 |
real |
0 |
string… |
– |