こんにちは、Suzukiと申します。
4月からopenFoamを使い始めた初心者です。
自分の系を作成する前にチュートリアル(キャビティなど)で操作を覚えたりしている状態です。
自分の系は内部壁を作成しなければならないため、ネット上でやられている内部壁の作成をトレースしたのですが、下記のようなエラーがでました。
Usage: createBaffles [OPTIONS] <faceZone> <(masterPatch slavePatch)>
options:
-additionalPatches <((master2 slave2) .. (masterN slaveN))>
-case <dir> specify alternate case directory, default is the cwd
-internalFacesOnly
do not convert boundary faces
-noFunctionObjects
do not execute functionObjects
-overwrite overwrite existing mesh/results files
-parallel run in parallel
-region <name> specify alternative mesh region
-roots <(dir1 .. dirN)>
slave root directories for distributed running
-updateFields update fields to include new patches: NOTE: updated field
values may need to be edited
-srcDoc display source code in browser
-doc display application documentation in browser
-help print the usage
Makes internal faces into boundary faces.
Does not duplicate points, unlike mergeOrSplitBaffles.
Using: OpenFOAM-2.1.x (see
www.OpenFOAM.org)
Build: 2.1.x-fa2c23b05ebe
--> FOAM FATAL ERROR:
Wrong number of arguments, expected 2 found 0
FOAM exiting
引数が足りないのということは、createBafflesに入力しなければならないパラメータが足りないという事なのでしょうか?
『createBaffles [OPTIONS] <faceZone> <(masterPatch slavePatch)>』と書かれていたので、端末にはこのように入力するという事と理解
しています。
初歩的な質問ですみません。よろしくおねがいします。