引数 Argument |
関数呼び出し前 Before the function call |
関数呼び出し後 After the function call |
V | 時刻\(t-\Delta t\)における速度場 Velocity field at time \(t-\Delta t\) |
時刻\(t\)における速度場 Velocity field at time \(t\) |
T |
時刻\(t-\Delta t/2\)における応力場 Stress field at time \(t-\Delta t/2\) |
引数 Argument |
関数呼び出し前 Before the function call |
関数呼び出し後 After the function call |
V |
時刻\(t\)における速度場 Velocity field at time \(t\) | |
T | 時刻\(t-\Delta t/2\)における応力場 Stress field at time \(t-\Delta t/2\) |
時刻\(t+\Delta t/2\)における応力場 Stress field at time \(t+\Delta t/2\) |
関数 Function |
OpenMP並列化版の定義ファイル The file in which the OpenMP version is defined |
並列化無し版の定義ファイル The file in which the non-parallelization version is defined |
TF_calculate_V | calculate_V_omp.h | calculate_V.h |
TF_calculate_T | calculate_T_omp.h | calculate_T.h |
引数番号 Argument |
意味 Meaning |
第1引数 1st argument |
速度成分を\(v_i^k\)と書いたときの成分番号\(i\)。
\(i=0\)が\(x\)成分、\(i=1\)が\(y\)成分、\(i=2\)が\(z\)成分を表す。 The index \(i\) of a velocity component \(v_i^k\); \(i=0\), \(i=1\), and \(i=2\) represent \(x\)-, \(y\)-, and \(z\)-components, respectively. |
第2引数 2nd argument |
速度成分を\(v_i^k\)と書いたときの成分番号\(k\)。
\(k=0\)が\(x\)成分、\(k=1\)が\(y\)成分、\(k=2\)が\(z\)成分を表す。 The index \(k\) of a velocity component \(v_i^k\); \(k=0\), \(k=1\), and \(k=2\) represent \(x\)-, \(y\)-, and \(z\)-components, respectively. |
第3引数 3rd argument |
位置を表す番号。 The index representing a location. |
引数番号 Argument |
意味 Meaning |
第1引数 1st argument |
応力成分を\(\tau_{ij}^{l}\)と書いたときの成分番号\((i,j)\)の組。
0が\(xx\)成分、1が\(yy\)成分、2が\(zz\)成分、
3が\(xy\)(\(yx\))成分、4が\(yz\)(\(zy\))成分、5が\(zx\)(\(xz\))成分
を表す。 The combination of indices \((i,j)\) of a stress component \(\tau_{ij}^{l}\); the values from 0 to 5 represent the \(xx\)-, \(yy\)-, \(zz\)-, \(xy\)- (\(yx\)-), \(yz\)- (\(zy\)-), and \(zx\)- (\(xz\))-components, respectively. |
第2引数 2nd argument |
応力成分を\(\tau_{ij}^{l}\)と書いたときの成分番号\(l\)。
\(l=0\)が\(x\)成分、\(l=1\)が\(y\)成分、\(l=2\)が\(z\)成分を表す。 The index l of a stress component \(\tau_{ij}^{l}\); \(l=0\), \(l=1\), and \(l=2\) represent \(x\)-, \(y\)-, and \(z\)-components, respectively. |
第3引数 3rd argument |
位置を表す番号。 The index representing a location. |