%
% 表題: 構造体変数
%
% 履歴: 2003/01/22 杉山耕一朗

\section{物性値}

\begin{screen}
\begin{verbatim}
  property            物性値

  property%molwt          分子量

  property%ref            標準状態
              %temp           標準温度
              %pres           標準圧力
              %entr           標準エントロピー
              %enth           標準エンタルピー

  property%comps          組成(composition)
                %next         ポインタ(リスト構造)
                %record       データ保管
                       %ename     元素名 
                       %num       元素の個数

  property%cp             比熱
             %next            ポインタ(リスト構造)
             %record          データ保管
                    %temp         温度
                    %data         値


  property%vap            蒸気圧
              %next           ポインタ(リスト構造)
              %record         データ保管
                     %temp        温度
                     %data        値

  property%solsw          水溶液を作るか否かのスイッチ

  property%method         比熱の計算方法を示す文字列	
	                  (noblegas, spl, amp, antoine, antoine_mmhg)
\end{verbatim}
\end{screen}



\section{飽和蒸気圧の経験式}

\begin{screen}
\begin{verbatim}
  svap_cef         飽和蒸気圧の経験式
          %temp        上限下限温度
               %high       上限
               %low        下限
          %A           係数 A
          %B           係数 B
          %C           係数 C
          %D           係数 D
          %E           係数 E

\end{verbatim}
\end{screen}


\section{比熱のスプライン補間式}

\begin{screen}
\begin{verbatim}
  cp_spl           比熱のスプライン補間式
        %cp            比熱の値 
           %temp           温度
           %data           値
        %cp_int        比熱の積分値
        %cpdt_int      比熱/温度の積分値
        %C             補間係数 C	 
        %D             補間係数 D	 
        %E             補間係数 E	 

\end{verbatim}
\end{screen}

