.. include:: definition.txt .. raw:: latex \clearpage ======================================================================================================================== 計算期間 ======================================================================================================================== ------------------------------------------------------------------------------------------------------------------------ 1 はじめに ------------------------------------------------------------------------------------------------------------------------ 本章では、「本計算のステップ数」「助走計算のステップ数」「助走計算のうち建物全体を解くステップ数」を定義する。 本節の計算は次の値を必要とする。 1. 本計算を行う日数, :math:`n_{d,main}`, d 2. 助走計算を行う日数, :math:`n_{d,run-up}`, d 3. 助走計算のうち建物全体を解く日数, :math:`n_{d,run-up-build}`, d 4. 1時間を分割するステップ数, :math:`n_{hour}` 本節で示す計算の結果、次の値が得られる。 1. 本計算のステップ数, :math:`n_{step,main}` 2. 助走計算のステップ数, :math:`n_{step,run-up}` 3. 助走計算のうち建物全体を解くステップ数, :math:`n_{step,run-up-build}` ------------------------------------------------------------------------------------------------------------------------ 2 記号及び添え字 ------------------------------------------------------------------------------------------------------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2.1 記号 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ この計算で用いる記号及び単位を次に示す。 .. list-table:: 表1 記号及び単位 :header-rows: 1 :widths: 1,6,1 * - 記号 - 意味 - 単位 * - :math:`n_{d,main}` - number of day for main calculation / 本計算を行う日数 - d * - :math:`n_{d,run-up}` - number of day for run-up calculation / 助走計算を行う日数 - d * - :math:`n_{d,run-up-build}` - number of day for run-up-build calculation / 助走計算のうち建物全体を解く日数 - d * - :math:`n_{step,hourly}` - number of steps dividing hour / 1時間あたりの計算回数 - - * - :math:`n_{step,main}` - number of steps for main calculation / 本計算のステップ数 - - * - :math:`n_{step,run-up}` - number of steps for run-up calculation / 助走計算のステップ数 - - * - :math:`n_{step,run-up-build}` - number of steps for run-up-build calculation / 助走計算のうち建物全体を解くステップ数 - - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2.2 添え字 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ なし ------------------------------------------------------------------------------------------------------------------------ 3 ステップ数 ------------------------------------------------------------------------------------------------------------------------ 本計算のステップ数 :math:`n_{step,main}` は、次式で表される。 .. math:: :nowrap: \begin{align*} n_{step,main} = n_{d,main} \cdot n_{hour} \cdot 24 \tag{1} \end{align*} 助走計算のステップ数 :math:`n_{step,run-up}` は、次式で表される。 .. math:: :nowrap: \begin{align*} n_{step,run-up} = n_{d,run-up} \cdot n_{hour} \cdot 24 \tag{2} \end{align*} 助走計算のうち建物全体を解くステップ数 :math:`n_{step,run-up-build}` は、次式で表される。 .. math:: :nowrap: \begin{align*} n_{step,run-up-build} = n_{day,run-up-build} \cdot n_{hour} \cdot 24 \tag{3} \end{align*} 助走計算のうち建物全体を解く日数 :math:`n_{d,run-up-build}` は助走計算を行う日数 :math:`n_{d,run-up}` を超えてはならない。