blob: 59e4e5fe1baff95b6707344b7a3367f896e0b63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>
|