diff options
Diffstat (limited to 'model_doc/vt_temperature.html')
-rw-r--r-- | model_doc/vt_temperature.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/model_doc/vt_temperature.html b/model_doc/vt_temperature.html new file mode 100644 index 0000000..59e4e5f --- /dev/null +++ b/model_doc/vt_temperature.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> + <head> + <title>Model doc</title> + <script type="text/javascript" + src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> + </script> + <script type="text/x-mathjax-config" > + MathJax.Hub.Config({ + tex2jax: { + inlineMath: [['$','$'], ['\\(','\\)']], + processEscapes: true + } + }); + </script> + </head> + <body> +\begin{gather} + T(R)=T_0T_{\rm cool}(R)t(R)\\ + T_{\rm cool}(R)=\frac{(x+T_{\rm min}/T_0)}{x+1}\\ + t(R)=\frac{(\frac{R}{R_t})^{-1}}{[(\frac{R}{R_t})^b+1]^{c/b}}\\ + x=(\frac{R}{R_{\rm cool}})^{a_{\rm cool}} +\end{gather} + + + </body> +</html> |