ohbuchi様
お早い回答ありがとうございます。
おっしゃられた通りにboundaryに以下のように記載しましたが、再びエラーが表示されてしまいました。(エラー文を添付します。)
Wall-Right
{
type cyclicAMI;
nFaces 85936;
startFace 10900638;
matchTolerance 0.1;
neighbourPatch Wall-Left;
transform translational;
separationVector (0 0 -1);
}
Wall-Left
{
type cyclicAMI;
nFaces 85936;
startFace 11025868;
matchTolerance 0.1;
neighbourPatch Wall-Right;
transform translational;
separationVector (0 0 1);
}
separationVectorのベクトルの入力なのですが、z軸断面に周期境界条件を与える場合は、このように入力すればよいのですよね?(添付ファイルに図を記載します。x軸方向に流れます。)