Skip to content
Snippets Groups Projects
Commit c42da86b authored by Tom Fischer's avatar Tom Fischer
Browse files

[Docu] Fix mistakes in MPL properties.

Add forgotten braces in MPL::Exponential and MPL::Linear properties.
parent 05b8f273
No related branches found
No related tags found
No related merge requests found
Definition of a exponential property: Definition of a exponential property:
\f$y(x) = y_{\textrm{ref}} \exp(f (x - x_{\textrm{ref}})\f$ \f$y(x) = y_{\textrm{ref}} \exp(m (x - x_{\textrm{ref}}))\f$
where where
- \f$y_{\textrm{ref}}\f$ is a reference value, for instance reference viscosity - \f$y_{\textrm{ref}}\f$ is a reference value, for instance reference viscosity
- \f$m\f$ is a factor influencing the exponent of the exponential relationship - \f$m\f$ is a factor influencing the exponent of the exponential relationship
......
Definition of a linear property: Definition of a linear property:
\f$y(x_{i}) = y_{\textrm{ref}} (1 + \sum_{i=1}^{n} m_{i} (x_{i} - x_{i,\textrm{ref}})\f$ \f$y(x_{i}) = y_{\textrm{ref}} \left(1 + \sum_{i=1}^{n} m_{i} (x_{i} - x_{i,\textrm{ref}})\right)\f$
where where
- \f$x_{i}\f$ can be a number of dependent variables, for instance temperature, pressure - \f$x_{i}\f$ can be a number of dependent variables, for instance temperature, pressure
- \f$y_{\textrm{ref}}\f$ is a reference value, for instance reference density - \f$y_{\textrm{ref}}\f$ is a reference value, for instance reference density
......
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