Groups
Groups
Sign in
Groups
Groups
OpenFOAM
Conversations
About
Send feedback
Help
blockmeshについて教えてください。
559 views
Skip to first unread message
Yutaka
unread,
Nov 5, 2010, 3:04:07 AM
11/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenFOAM
はじめまして、yutakaと申します。
10月後半からOF1.7.1を使い始めました。
お聞きしたいのですが、
円筒座標系を解析するために、
セルタイプをくさび型で作りたいのですが、
hexで作られている部分を、prismに変更しても
ブロックを作ることが出来ないのですが、
下記のような作り方では作ることは出来ないのでしょうか。
無知で申し訳ないのですが教えていただけると幸いです。
vertices
(
(0.0 0.0 0.0) //0
(1.0 0.0 0.0) //1
(0.9962 0.0872 0.0) //2
(0.0 0.0 1.0) //3
(1.0 0.0 1.0) //4
(0.9962 0.0872 1.0) //5
);
blocks
(
prism (0 1 2 3 4 5) (20 1 20) simpleGrading (1 1 1)
);
edges
(
arc 1 2 (0.9990 0.04362 0.0)
arc 4 5 (0.9990 0.04362 1.0)
);
patches
(
patch inlet //inlet
(
(0 1 2)
)
patch outlet //outlet
(
(3 4 5)
)
wall fixedwall //fixedwall
(
(1 2 5 4)
)
symmetryPlane zeroaxis //zeroaxis
(
(0 3)
)
wedge wedge1 //wedges
(
(0 3 4 1)
)
wedge wedge2
(
(0 3 5 2)
)
ohb...@amber.plala.or.jp
unread,
Nov 7, 2010, 5:50:55 AM
11/7/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenFOAM
こんばんわ。
OpenFOAM Wikiのexampleページに軸対称問題におけるblockMeshDictの記述法に
ついての解説があります。これを参考にされてはどうでしょうか?
http://openfoamwiki.net/index.php/Main_ContribExamples/AxiSymmetric
Yutaka
unread,
Nov 7, 2010, 7:17:12 PM
11/7/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenFOAM
おはようございます。
参考にさせてもらおうと思います。
ありがとうございます。
Reply all
Reply to author
Forward
0 new messages