Skip to content
Snippets Groups Projects
Commit 68bd96ab authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[Docu] Docu for the MPL/LinearProperty file tags.

parent e9e0b2c3
No related branches found
No related tags found
No related merge requests found
Definition of a linear property:
\f$y(x) = y_{\textrm{ref}} + m (x - x_{\textrm{ref}})\f$
where
- \f$y_{\textrm{ref}}\f$ is a reference value, for instance reference density
- \f$m\f$ is the slope of the linear relationship
- \f$x_{\textrm{ref}}\f$ is a reference condition, for instance reference
temperatue
A linear constitutive property.
A numeric value for the reference condition \f$x_{\textrm{ref}}\f$ as one of
the implemented data types given in MaterialPropertyLib::PropertyDataType.
The slope \f$m\f$ of the linear relation.
The variable type the linear relation depends on.
A numeric value for the reference value \f$y_{\textrm{ref}}\f$ as one of
the implemented data types given in MaterialPropertyLib::PropertyDataType.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment