OpenFOAM による熱移動と流れの数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

Size: px
Start display at page:

Download "OpenFOAM による熱移動と流れの数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです."

Transcription

1

2 OpenFOAM による熱移動と流れの数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

3 OpenFOAM R OpenCFD OpenFOAM OpenFOAM R OpenCFD R OpenCFD R OPENFOAM R is a registered trade mark of OpenCFD Limited, producer and distributor of the OpenFOAM software. This offering is not approved or endorsed by OpenCFD Limited, producer and distributor of the OpenFOAM software and owner of the OPENFOAM R and OpenCFD R trade marks. The authers and the editor are not associated to OpenCFD.

4 i OpenFOAM 1. OpenFOAM 2. OpenFOAM 3. OpenFOAM 4. OpenFOAM 34 OpenFOAM 1 OpenFOAM OpenFOAM Linux OpenFOAM Linux B Linux OpenFOAM OpenFOAM [19] Versteeg [17] 2 4 5

5 ii 2 OpenFOAM OpenFOAM 3 D 4 OpenFOAM 5 OpenFOAM A OpenFOAM DEXCS2015 for OpenFOAM B Linux Linux C OpenFOAM () ParaView D FreeCAD OpenFOAM ParaViewFreeCAD OpenFOAM x (x 0 1) Linux B Linux Web Linux 2 OpenFOAM C ParaView ParaView 3 D 4 () () OpenFOAM Linux ParaView Linux ParaView

6 iii CAE IHI OCAEL 2,3 CAE OCAEL OCSEˆ2

7 iv OpenFOAM OpenFOAM OpenFOAM OpenFOAM OpenFOAM OpenFOAM OpenFOAM OpenFOAM blockmesh snappyhexmesh OpenFOAM

8 v OpenFOAM A DEXCS2015 for OpenFOAM 166 A A A.3 VirtualBox 166 A A.5 DEXCS2015 for OpenFOAM 170 A.6 DEXCS 176 A.7 OpenFOAM 177 A B Linux 179 B B.2 Linux 179 B B B B B B.8 185

9 vi B B B B.12 Linux 196 C ParaView 197 C C C.3 ParaView 197 C C C C C C C C C C C C C C C C C C C D FreeCAD 208 D D.2 FreeCAD 208 D D

10 OpenFOAM OpenFOAM (Open source Field Operation And Manipulation ) GNU General Public License (GPL) (Computational Fluid Dynamics: CFD) C++ C++ solve ( fvm::ddt(t) + fvm::div(phi, T) - fvm::laplacian(dt, T) ); (field) OpenFOAM OpenFOAM OpenFOAM

11 2 1 Imperial College Nabla FOAM 2004 OpenCFD OpenFOAM OpenCFD Silicon Graphics (SGI) OpenFOAM OpenFOAM Foundation OpenCFD ESI Group OpenFOAM OpenCFD 1.2 OpenFOAM / / (CHT) (/) 1.3 OpenFOAM OpenFOAM Linux C++ OpenFOAM OS Linux Linux C++

12 59 4 OpenFOAM OpenFOAM $FOAM TUTORIALS tut $ tut (p.128)5.1.3 (p.128) simplefoam constant transportproperties constant/transportproperties FoamFile version 2.0; format ascii; class dictionary; location "constant";

13 60 4 OpenFOAM object transportproperties; transportmodel Newtonian; nu nu [ ] 1e-05; CrossPowerLawCoeffs nu0 nu0 [ ] 1e-06; nuinf nuinf [ ] 1e-06; m m [ ] 1; n n [ ] 1; BirdCarreauCoeffs nu0 nu0 [ ] 1e-06; nuinf nuinf [ ] 1e-06; k k [ ] 0; n n [ ] 1; transportmodel Newtonian powerlaw BirdCarreau CrossPowerLaw HerschelBulkley (Newtonian) (Newtonian ) Newtonian Newtonian nu () nu nu [ ] 1e-05; // [m 2 /s] Boussinesq (p.129) buoyantboussinesqsimplefoam Boussinesq constant/transportproperties

14 constant/transportproperties // Thermal expansion coefficient beta beta [ ] 3e-03; // [1/K] // Reference temperature TRef TRef [ ] 300; // [K] // Laminar Prandtl number Pr Pr [ ] 0.9; // // Turbulent Prandtl number Prt Prt [ ] 0.7; // ν Pr (/) α α = ν (4.1) Pr (p.128)5.1.3 (p.128)5.1.4 (p.129)5.1.5 (p.130) buoyantsimplefoam constant/ thermophysicalproperties constant/thermophysicalproperties FoamFile version 2.0; format ascii; class dictionary; location "constant"; object thermophysicalproperties; thermotype type herhothermo; mixture puremixture; specie specie; equationofstate perfectgas; transport const; thermo hconst; energy sensibleenthalpy; mixture specie

15 62 4 OpenFOAM nmoles 1; molweight 28.9; thermodynamics Cp 1000; Hf 0; transport mu 1.8e-05; Pr 0.7; thermotype type (thermophysical model) hepsithermo herhothermo Rho Psi (compressibility) mixture puremixturemulticomponentmixture reactingmixture puremixture mixture thermotype specie specie specie nmoles 1; // molweight 28.9; //

16 equationofstate rhoconst equationofstate rho 1000; // [kg/m 3 ] perfectgas () ρ p T ρ = p RT R (4.2) incompressibleperfectgas () equationofstate pref ; // [Pa] p ref ρ = p ref RT (4.3) icopolynomial equationofstate rhocoeffs<8> ( e e e ); transport

17 64 4 OpenFOAM const (/) transport mu 1.8e-05; // [Pa-s] Pr 0.7; // polynomial transport mucoeffs<8> ( e e e ); kappacoeffs<8> ( e e ); sutherland Sutherland transport As e-06; Ts ; Sutherland μ μ = A s T 1+T s /T (4.4) A s, T s k Eucken (modified Eucken correlation) ( k = μc v R ) (4.5) C v C v [J/kg-K] thermo

18 hconst thermodynamics Cp 1000; // [J/kg-K] Hf 0; // [J/kg] hpolynomial thermodynamics Hf 0; // [J/kg] Sf 0; // [J/kg-K] CpCoeffs<8> ( e e ); CpCoeffs energy sensibleenthalpy sensibleinternalenergy absoluteenthalpy absoluteinternalenergy (p.131) buoyantsimplefoam constant/g constant/g FoamFile version 2.0; format ascii; class uniformdimensionedvectorfield; location "constant"; object g;

19 128 5 OpenFOAM OpenFOAM (p.59)4.2.2 (p.61) (incompressible fluid) (compressible fluid) 0.3 ( 5 ) OpenFOAM (thermophysical properties) () ρ + (ρu) = 0 (5.1) t u ρ u =0 (5.2) (p.59)4.2.2 (p.61) ( ) ρu t + (ρuu) = p + [μ u +( u) T ] ( ) 2 3 μ u (5.3) μ

20 OpenFOAM [ ρu + (ρuu) = p + (μ u)+ μ ( u) T 23 ] t ui (5.4) 2 3 ( 2/3 1/3) [ u + (uu) = p + (ν u)+ ν ( u) T 13 ] t ui (5.5) p ( )ν (p.60)4.2.2 (p.61) E (ρe)+ (ρeu) = (pu)+ (k T) (5.6) t k T E e K E = e + K (5.7) K = 1 2 u u (5.8) (5.6) t (ρe)+ (ρeu)+ (ρk)+ (ρku) = (pu)+ (k T) (5.9) t h h = e + p ρ (5.10) (5.9) [OpenFOAM-3.0.x] ui 2/3

21 130 5 OpenFOAM t (ρh)+ (ρhu)+ (ρk)+ (ρku) = p + (k T ) (5.11) t t h c p h = h a h 0 = T T 0 c p dt (5.12) h a h 0 T 0 T 0 = [K] h h = c p (T T 0 ) (5.13) (5.11) T t α = k/(ρc p ) + (T u) = (α T ) (5.14) OpenFOAM (5.9) (5.11) (k T )= (α e) = (α h) (5.15) α = k/c p Boussinesq (5.14) (p.61) (equation of state) (ideal gas perfect gas ) ρ = pw RT (5.16) W [kg/mol]r [J/mol-K]

22

23 220 A adjustableruntime 99, 100 adjusttimestep 126 Apply 29, 197, 200, ascii 100 B backward 82 binary 100 BirdCarreau 60 blockmesh 10, 12, 22, 25, 34, 36, 41 43, 46, 53, 55 blockmeshdict 34, 41, 45, 46 boundary 40, 73 bounded buoyantboussinesqpimplefoam 9 buoyantboussinesqsimplefoam 9, 60, 71, 80 buoyantpimplefoam 9, 25, 30, 117 buoyantsimplefoam 9, 61, 65, 71, 78, 79 C calculated 120 castellatedmeshcontrols 47, 50, 53 celllimited 83 cellmdlimited 83 checkmesh 10, 52, 56, 85, 94 Choose Preset 201 class 72 Coloring 26, 28, 31 compressed 100 controldict 16, 99, 100 converttometers 38 corrected 85 CrankNicolson 82 createpatch 25, 55 createturbulencefields 102 CrossPowerLaw 60 cyclic 40, 41, 70, 71 cyclicami 40, 41, 71 D decomposepar 30, 103, 104 deltat 100, 117, 126 diagonal 89, 91 DICGaussSeidel 90 DILU dimensions 72 Display 199, 206 distance 54 divschemes 83, 115, 124 dynoneeqeddy 69 E edgegrading 39, 40 edges 40 Edit View Options 206

24 221 empty 40, 41, 71, 74 endtime 98, 99, 117, 126 equations 94 Euler 82, 124 evince 28 execflowfunctionobjects 107 expansionratio 51 F facelimited 83 facemdlimited 83 faces 41 FDIC 89, 90 featureangle 51 features 49, 54 fields 94 finitevolume 11 firsttime 98 fixed 100 fixedgradient 132 fixedvalue 73, 75, 79, 132 fluent3dmeshtofoam 34 fluentmeshtofoam 10, 34 foamjob 27, 31, 104 foamlog 27 foamtovtk 57 fvschemes 16, 101 fvsolution 16 G GAMG 58, 89, 90, 139 GaussSeidel 90, 91 general 100 General 199 geometry 47, 53 Ghostview 28 gnuplot 104 gradschemes 85 H hepsithermo 62 herhothermo 62 HerschelBulkley 60 homogeneousdynsmagorinsky 69 I icofoam 9 ideasunvtofoam 36 Information 43 inside 54 interfoam 9 internalfield 101, 113, 114 interpolation 135 K kepsilon 67, 102 komega 67 komegasst 67 L laminar

25 222 laplacianfoam 9 laplacianschemes 85, 101 Last Frame 28, 31 latesttime 98, 102, 104, 106 layers 51 LESModel 67, 69 LESProperties 16 levels 49, 54 limitedlinear 83, 84 limitedlinearv 84 linearupwind 83 linearupwindv 84 locationinmesh 50 M maxco 100 maxglobalcells 49 mergepatchpairs 42 method 103 mixture 62 mode 54 multicomponentmixture 62 multiphaseinterfoam 9 MUSCL 83 N neighbourpatch 40, 71 Newtonian 60 nextwrite 99 nowritenow 99 nsmoothpatch 50 numberofsubdomains 103 O oneeqeddy 69 Opacity 199 outside 54 P parafoam 22, 41, 43, 57, 74, 106, 197 ParaView 13, 22, 26, 28, 31, 41, 43, 57, 74, 106, 197, 207, 217 patchintegrate 105, 106 PBiCG 89, 91 PCG 89 pimplefoam 9, 67, 82 PIMPLE 9, 93 Pipeline Browser 197, 200 pisofoam 9 PISO 91, 93, 95, 97, 126, 137 Plot Over Line 206 polyline 40 polymesh 16 potentialfoam 9, 101 powerlaw 60 preconditioner 89, 91, 139 prefcell 132 prefpoint 94, 132 prefvalue 94, 132 Properties 26, 28, 29, 31, 199 puremixture 62

26 223 purgewrite 99, 117 Q QUICK 83, R RASModel 67 RASProperties 16 reactingmixture 62 realizableke 67 reconstructpar 104, 106 refinementregions 53 refinementsurfaces 49 reltol 89, 92, 97 Representation 26, 199 renumbermesh 57, 58 RNGkEpsilon 67 runtime 99 runtimemodifiable 99 S Save Animation 32, 207 scalartransportfoam 9 scientific 100 scotch 103 Show Orientation Axes 26 simple 103 simplecoeffs 103 simplefoam 9, 21, 22, 25, 27, 30, 57, 59, 66, 71, 82, 102, simplegrading 39, 40 SIMPLE 9, 93 simulationtype 67 Slice 29 slip 79, 133 Smagorinsky 69 smoother 90 smoothsolver snap 47, 50 snappyhexmesh 10, 12, 25, 34, 36, 42, 43, 46, 47, 52, 55, 208, 216 Solid Color , 201 solver 89, 91 specie 62 spline 40 Spreadsheet View 205 startfrom 98 starttime 98 steadystate 82, 115 stopat 99 Styling 199 Surface With Edges 26 surfaceconvert 217 surfacefeatureextract 25, 46, 49 symmetryplane 41, 71, 74 T thermophysicalproperties 16 thermotype 62 timeprecision 100 timestep 99

27 224 tolerance 89, transformpoints 57 transportmodel 60 transportproperties 16, 59, 60 turbulence 150, 156 turbulenceproperties 16 type 40, 74, 123 U UMIST uncompressed 100 uncorrected 85 V value 74 vanleer 83 vertices 38 View 205 W wall 41, 71 wallheatflux 106 wallheattransfer 80, 133 wedge 41, 71 writecontrol 99 writeformat 100 writenow 99 Z zerogradient 73 75, 79, PIMPLE 9, 93 PISO 9, 93, 95, 97, 126, 137 SIMPLE 9, 93 Pipeline Browser 197, 200 Coloring 26, 28, 31 Display 199, 206 General 199 Information 43 Properties 26, 28, 29, 31, 199 Representation 26, 199 Slice 29 Solid Color 26 Styling 199 Surface With Edges , 40, 51 calculated 120 cyclic 40, 41, 70, 71 cyclicami 40, 41, 71 empty 40, 41, 71, 74 fixedgradient 132 fixedvalue 73, 75, 79, 132 slip 79, 133 symmetryplane 41, 71, 74 wall 41, 71 wallheattransfer 80, 133 wedge 41, 71 zerogradient 73 75, 79, 132 adjusttimestep 126 castellatedmeshcontrols 47, 50, 53 class 72 converttometers 38 deltat 100, 117, 126 dimensions 72 divschemes 83, 115, 124 edgegrading 39, 40 edges 40 equations 94 expansionratio 51 featureangle 51 features 49, 54 fields 94 geometry 47, 53 gradschemes 85 internalfield 101, 113, 114 laplacianschemes 85, 101 layers 51 LESModel 67, 69 levels 49, 54 locationinmesh 50 maxco 100

28 225 maxglobalcells 49 mergepatchpairs 42 method 103 mode 54 neighbourpatch 40, 71 nsmoothpatch 50 numberofsubdomains 103 preconditioner 89, 91, 139 prefcell 132 prefpoint 94, 132 prefvalue 94, 132 purgewrite 99, 117 RASModel 67 refinementregions 53 refinementsurfaces 49 reltol 89, 92, 97 runtimemodifiable 99 simplegrading 39, 40 simulationtype 67 smoother 90 snap 47, 50 solver 89, 91 specie 62 spline 40 startfrom 98 stopat 99 thermotype 62 timeprecision 100 tolerance 89, 97 transportmodel 60 type 40, 74, 123 value 74 vertices 38 writecontrol 99 writeformat 100 adjustableruntime 99, 100 ascii 100 backward 82 binary 100 bounded 84 celllimited 83 cellmdlimited 83 compressed 100 corrected 85 CrankNicolson 82 diagonal 89, 91 DICGaussSeidel 90 DILU distance 54 endtime 98, 99, 117, 126 Euler 82, 124 facelimited 83 facemdlimited 83 FDIC 89, 90 firsttime 98 fixed 100 GAMG 58, 89, 90, 139 GaussSeidel 90, 91 general 100 inside 54 laminar 67 latesttime 98, 102, 104, 106 limitedlinear 83, 84 limitedlinearv 84 linearupwind 83 linearupwindv 84 MUSCL 83 nextwrite 99 nowritenow 99 outside 54 PBiCG 89, 91 PCG 89 polyline 40 QUICK 83, 86 runtime 99 scientific 100 scotch 103 simple 103 simplecoeffs 103 smoothsolver starttime 98 steadystate 82, 115 timestep 99 UMIST 83 uncompressed 100 uncorrected 85 vanleer 83 writenow ParaView13, 22, 26, 28, 31, 41, 43, 57, 74, 106, 197, 207, , 40 92, 97, 99, 137, 140, , 71 foamjob 27, 31, 104 foamlog buoyantboussinesqpimplefoam 9 buoyantboussinesqsimplefoam 9, 60, 71, 80 buoyantpimplefoam 9, 25, 30, 117 buoyantsimplefoam 9, 61, 65, 71, 78, 79 icofoam 9 interfoam 9 laplacianfoam 9 multiphaseinterfoam 9 pimplefoam 9, 67, 82

29 226 pisofoam 9 potentialfoam 9, 101 scalartransportfoam 9 simplefoam 9, 21, 22, 25, 27, 30, 57, 59, 66, 71, 82, 102, evince 28 Ghostview 28 gnuplot 104 blockmeshdict 34, 41, 45, 46 boundary 40, 73 controldict 16, 99, 100 faces 41 fvschemes 16, 101 fvsolution 16 LESProperties 16 RASProperties 16 thermophysicalproperties 16 transportproperties 16, 59, 60 turbulenceproperties 16 polymesh 16 Opacity , , 193, Apply 29, 197, 200, Choose Preset 201 Last Frame 28, 31 Show Orientation Axes Edit View Options 206 Spreadsheet View 205 View 205 Plot Over Line 206 Save Animation 32, 207 Solid Color 199, BirdCarreau 60 CrossPowerLaw 60 dynoneeqeddy 69 hepsithermo 62 herhothermo 62 HerschelBulkley 60 homogeneousdynsmagorinsky 69 kepsilon 67, 102 komega 67 komegasst 67 multicomponentmixture 62 Newtonian 60 oneeqeddy 69 powerlaw 60 puremixture 62 reactingmixture 62 realizableke 67 RNGkEpsilon 67 Smagorinsky 69 blockmesh 10, 12, 22, 25, 34, 36, 41 43, 46, 53, 55 checkmesh 10, 52, 56, 85, 94 createpatch 25, 55 createturbulencefields 102 decomposepar 30, 103, 104 execflowfunctionobjects 107 fluent3dmeshtofoam 34 fluentmeshtofoam 10, 34 foamtovtk 57 ideasunvtofoam 36 parafoam 22, 41, 43, 57, 74, 106, 197 patchintegrate 105, 106 reconstructpar 104, 106 renumbermesh 57, 58 snappyhexmesh 10, 12, 25, 34, 36, 42, 43, 46, 47, 52, 55, 208, 216 surfaceconvert 217 surfacefeatureextract 25, 46, 49 transformpoints 57 wallheatflux 106 1, 8, 11, 36 finitevolume 11 mixture 62 16, 21, 66, 67, 69, 71, 102, 131, 132, 150, 156 bounded 146 interpolation 135 laminar 150 QUICK 147 tolerance 139 turbulence 150, 156 UMIST 148

30 2004 PENGUINITIS OCAEL CAE F Tel : , Fax : office@opencae.or.jp URL : () () OpenFOAM c CAE CAE FAX () PrintedinJapanISBN

Microsoft PowerPoint OpenFOAMの使い方(柴田).ppt [互換モード]

Microsoft PowerPoint OpenFOAMの使い方(柴田).ppt [互換モード] OpenFOAM 勉強会 for beginner 2 期第 1 回 OpenFOAM の使い方 柴田貴裕 目標 既に OpenFOAM はインストール済み さまざまなチュートリアルに取り組めるようにチュートリアルの実行の方法を scalartransportfoam を例に用いて見ていく インストールは OpenCFD の HP の方法に従えば比較的容易にできる ) OpenCFD 社の HP http://www.openfoam.com/

More information

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋1.pptx

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋1.pptx 調査報告 controldict, fvscheme, fvsolution の設定について 一関高専 若嶋 OpenFOAM 2.3.x についてのみ調査 2014/12/5 第 3 回 OpenCAE 初歩情報交換会 @ 北東北 1 OF のケースフォルダの基本構成 [waku@ensis10 pitzdaily]$ pwd /home/waku/openfoam/waku-2.3.x/tutorials/incompressible/pimplefoam/pitzdaily

More information

MyFirstOpenFOAM

MyFirstOpenFOAM はじめての OpenFOAM メニュー OpenFOAMというパッケージの特徴 メッシュの生成 定常乱流の計算 境界条件 近似解法 数値解法 計算結果の確認 Open FOAM というパッケージの特徴 流体をシミュレートするプログラム群 メインはプログラムのライブラリ 実行可能なファイルは ライブラリをリンクしたもの オープンソース 必要な機能を持つライブラリを組み合わせて独自のシミュレート プログラムを作成できる

More information

この講習会では, ユーザーガイドを参照しながら, 作業を進めます ユーザーガイドは下記サイトで入手可能です OpenFOAM Documentation( オリジナル )

この講習会では, ユーザーガイドを参照しながら, 作業を進めます ユーザーガイドは下記サイトで入手可能です OpenFOAM Documentation( オリジナル ) はじめての OpenFOAM その 2 富 県 学 中川慎二 オープンCAE 勉強会 @ 富 2014 年 1 月 25 日 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD

More information

workshop2009course.ppt

workshop2009course.ppt OpenFOAM (R) ParaView (ParaView) () 2009117CAE OPENFOAM (R) is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM (R) and OpenCFD (R) trade marks.

More information

TokyoUnivITC

TokyoUnivITC 1 2 3 @T @t + r T r ( T )=S T solve(fvm::ddt(t) + fvm::div(phi,t) - fvm::laplacian(dt,t) == fvoptions(t)); 4 5 標準ソルバの解析例 MRFSimpleFoam 回転攪拌槽の流れ interdymfoam 撹拌槽内の流れ pisofoam LESによるバックステップ流れ 図出典 OpenFOAMチュートリアルドキュメント作成プロジェクト

More information

course pptx

course pptx ParaView () 20105141CAE OPENFOAM (R) is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM (R) and OpenCFD (R) trade marks. This offering is not

More information

ParallelCalculationSeminar_imano.key

ParallelCalculationSeminar_imano.key 1 OPENFOAM(R) is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM(R) and OpenCFD(R) trade marks. 2 3 Open FOAM の歴史 1989年ー2000年 研究室のハウスコード 開発元

More information

I II III 2

I II III 2 1 I II III 2 FY 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 Hitachi SR11K/J2 IBM Power-5+ 18.8TFLOPS, 16.4TB Yayoi: Hitachi SR16000/M1 IBM Power-7 54.9 TFLOPS, 11.2 TB Hitachi HA8000 (T2K) AMD Opteron

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション blockmesh コマンドを用いたメッシュ生成 若嶋振一郎 NIT, Ichinoseki College) swaka@ichinoseki.ac.jp 初出 : 2017/01/05 更新 : 2017/05/20 2017/5/21 1 Outline 1. blockmeshコマンドについて 2. blockmeshdictファイルの書き方 3. メッシュ生成と確認 2017/5/21 2

More information

この講習会では, ユーザーガイドを参照しながら, 作業を進めます ユーザーガイドは下記サイトで入手可能です OpenFOAM Documentation( オリジナル )

この講習会では, ユーザーガイドを参照しながら, 作業を進めます ユーザーガイドは下記サイトで入手可能です OpenFOAM Documentation( オリジナル ) はじめての OpenFOAM その 1 富 県 学 中川慎二 オープンCAE 勉強会 @ 富 2014 年 1 月 25 日 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD

More information

注意 OpenFOAMユーザーガイド, プログラマーズガイド,OpenFOAM Wiki,CFD Online, その他多くの情報を参考にしています 開発者, 情報発信者の皆様に深い謝意を表します この講習内容は, 講師の個人的な経験 ( 主に, 卒研 等とのコードリーディング ) から得た知識を共

注意 OpenFOAMユーザーガイド, プログラマーズガイド,OpenFOAM Wiki,CFD Online, その他多くの情報を参考にしています 開発者, 情報発信者の皆様に深い謝意を表します この講習内容は, 講師の個人的な経験 ( 主に, 卒研 等とのコードリーディング ) から得た知識を共 OpenFOAM ソースコード構造入門 2015 年 6 月 13 日オープンCAE 勉強会 @ 富山 富山県 学 中川慎二 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション オープン CAE 勉強会 @ 富山 ( 第 44 回 ) 2016/6/18 Paraview 講座 初級者向け講習会 中山勝之 コース概要 ParaView の使用初心者 OpenFOAM の計算結果を可視化したい方を対象 ParaView を使った OpenFOAM 計算結果の可視化方法 ( 計算データの読み込み ) ParaView の基本的な使い方 ( コンター図 ) 便利な使い方 (plotoverline

More information

OpenFOAM User Guide

OpenFOAM User Guide Open FOAM CFD Version 2.2.0 2013 6 10 CAE U-2 Copyright 2006 2013 CAE CAE (office@opencae.jp) 3.0 (CC BY-NC-ND 3.0) OpenFOAM Foundation CAE Typeset in pl A TEX. U-3 Copyright 2011 2013 OpenFOAM Foundation.

More information

IPSJ SIG Technical Report Vol.2013-ARC-207 No.23 Vol.2013-HPC-142 No /12/17 1,a) 1,b) 1,c) 1,d) OpenFOAM OpenFOAM A Bottleneck and Cooperation

IPSJ SIG Technical Report Vol.2013-ARC-207 No.23 Vol.2013-HPC-142 No /12/17 1,a) 1,b) 1,c) 1,d) OpenFOAM OpenFOAM A Bottleneck and Cooperation 1,a) 1,b) 1,c) 1,d) OpenFOAM OpenFOAM A Bottleneck and Cooperation with the Post Processes in Numerical Calculation of Transient Phenomena Taizo Kobayashi 1,a) Yoshiyuki Morie 1,b) Toshiya Takami 1,c)

More information

OpenFOAM User Guide

OpenFOAM User Guide Open FOAM CFD Version 2.1.1 2012 12 2 CAE U-2 Copyright 2006 2012 CAE CAE (office@opencae.jp) 3.0 (CC BY-NC-ND 3.0) OpenFOAM Foundation CAE Typeset in pl A TEX. U-3 Copyright 2011 OpenFOAM Foundation.

More information

OpenFOAM による メッシュ操作入門 2014 年 5 月 10 日オープンCAE 富山富山県立大学中川慎二 2014/5/10 オープン CAE 富山 1

OpenFOAM による メッシュ操作入門 2014 年 5 月 10 日オープンCAE 富山富山県立大学中川慎二 2014/5/10 オープン CAE 富山 1 OpenFOAM による メッシュ操作入門 2014 年 5 月 10 日オープンCAE 勉強会 @ 富山富山県立大学中川慎二 2014/5/10 オープン CAE 勉強会 @ 富山 1 内容 blockmesh ( 簡単に ) 基礎知識 基礎実習 : 単ブロック 応用実習 複数ブロック edgesを使って曲線 格子の引き寄せ 拡張版 smoothing snappyhexmesh 基礎知識 基礎実習

More information

OpenFOAM を理解するための第 1 歩 2016 年 5 月 28 日オープンCAE 富山 富山県 学 中川慎二 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of

OpenFOAM を理解するための第 1 歩 2016 年 5 月 28 日オープンCAE 富山 富山県 学 中川慎二 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of OpenFOAM を理解するための第 1 歩 2016 年 5 月 28 日オープンCAE 勉強会 @ 富山 富山県 学 中川慎二 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 仮想化ソフトウェアによる OpenFOAM 利用環境の構築 若嶋振一郎 (NIT, Ichinoseki College) swaka@ichinoseki.ac.jp 初出 : 2016/03/07 更新 : 2017/05/20 2016/3/7 1 Outline 1. 仮想ソフトウェアについて 2. VirtualBoxのダウンロード インストール 3. VirtualBox 用仮想アプライアンスのインポート

More information

PisoFoamによる         2次元円柱周りの流れの解析

PisoFoamによる         2次元円柱周りの流れの解析 OpenFOAM 演習 pisofoamによる 2 次元円柱周りの流れの解析 ( 修正版 ) 田村 第 24 回 OpenCAE 勉強会 ( 岐阜 ) 2013/8/10 1 Re による流れの変化 双子渦 Re=1.54 wiki.brown.edu S. Taneda Re=26 www.dtu.dk S.Taneda カルマン渦 Re=168 Re=10000 2013/8/10 www.aps.org

More information

Text

Text 1 / 10 2014/03/23 10:26 今回の講習の目的は,OpenFOAM をカスタマイズ ソースコードを変更する ) ための手順の全体像を学ぶことである 時間 に制約があるため, ソースコードの詳細には触れない http://openfoamwiki.net/index.php/how_to_add_temperature_to_icofoam この資料は,OpenFOAM 2.3.0

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63>

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63> 基礎からの冷凍空調 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/067311 このサンプルページの内容は, 初版 1 刷発行当時のものです. http://www.morikita.co.jp/support. 03-3817-5670FAX 03-3815-8199 i () () Q&A

More information

はじめての OpenFOAM その 3 富 県 学 中川慎二 オープンCAE 富 2014 年 1 月 25 日 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the

はじめての OpenFOAM その 3 富 県 学 中川慎二 オープンCAE 富 2014 年 1 月 25 日 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the はじめての OpenFOAM その 3 富 県 学 中川慎二 オープンCAE 勉強会 @ 富 2014 年 1 月 25 日 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD

More information

(Microsoft PowerPoint \225\327\213\255\211\357\(\215\202\213\264\).ppt)

(Microsoft PowerPoint \225\327\213\255\211\357\(\215\202\213\264\).ppt) OpenFOAM 勉強会 for beginner 進捗報告 2011 年 10 月 22 日髙橋 1 本日のお題 : 空気齢 部屋の空気窓から流入してから何秒経っているか? 空気齢 =20 秒 : よどんだ空気 空気齢 =1 秒 : 新鮮な空気 3m/s 流速 (m/s) 空気齢 ( 秒 ) 2 空気齢の算出 パッシブスカラー方程式を使用 部屋内に一様な汚染質生成項を与えて汚染質の濃度分布を計算

More information

OpenFOAM プログラミング サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

OpenFOAM プログラミング サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 初版 1 刷発行時のものです. OpenFOAM プログラミング サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/067091 このサンプルページの内容は, 初版 1 刷発行時のものです. Copyright 2014 by Tomislav Marić, Jens Höpken and Kyle Mooney Japanese

More information

2018/9/19 for DEXCS2018 DEXCS for OpenFOAM における 推奨メッシュ生成法 オープンCAEコンサルタント OCSE^2 代表 野村悦治 1 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD L

2018/9/19 for DEXCS2018 DEXCS for OpenFOAM における 推奨メッシュ生成法 オープンCAEコンサルタント OCSE^2 代表 野村悦治 1 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD L 2018/9/19 for DEXCS2018 DEXCS for OpenFOAM における 推奨メッシュ生成法 オープンCAEコンサルタント OCSE^2 代表 野村悦治 1 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner

More information

オープン CAE シンポジウム @ 名古屋 C17 遷 速における OpenFOAM の圧縮性ソルバーの 較 2017 年 12 9 松原 輔 ( オープンCAE 勉強会 @ 関 ) 1 お詫びと訂正 講演概要集で誤記がありました 記載されている計算結果は 粘性 の速度の発散項はupwind で った結果となっております 境界条件にも誤記があります ( 後に します ) 申し訳ありません 2 目次

More information

OpenFOAM_compile_basic 1 / /12/23 12: 年 12 月 13 日オープン CAE 富山 ( 富山県立大学中川慎二 ) Disclaimer OPENFOAM is a registered trade mark

OpenFOAM_compile_basic 1 / /12/23 12: 年 12 月 13 日オープン CAE 富山 ( 富山県立大学中川慎二 ) Disclaimer OPENFOAM is a registered trade mark 1 / 5 2014/12/23 12:25 2014 年 12 月 13 日オープン CAE 勉強会 @ 富山 ( 富山県立大学中川慎二 ) Disclaimer OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM

More information

Title 混合体モデルに基づく圧縮性流体と移動する固体の熱連成計算手法 Author(s) 鳥生, 大祐 ; 牛島, 省 Citation 土木学会論文集 A2( 応用力学 ) = Journal of Japan Civil Engineers, Ser. A2 (2017), 73 Issue

Title 混合体モデルに基づく圧縮性流体と移動する固体の熱連成計算手法 Author(s) 鳥生, 大祐 ; 牛島, 省 Citation 土木学会論文集 A2( 応用力学 ) = Journal of Japan Civil Engineers, Ser. A2 (2017), 73 Issue Title 混合体モデルに基づく圧縮性流体と移動する固体の熱連成計算手法 Author(s) 鳥生, 大祐 ; 牛島, 省 Citation 土木学会論文集 A2( 応用力学 ) = Journal of Japan Civil Engineers, Ser. A2 (2017), 73 Issue Date 2017 URL http://hdl.handle.net/2433/229150 Right

More information

<4D F736F F D B B BB2D834A836F815B82D082C88C602E646F63>

<4D F736F F D B B BB2D834A836F815B82D082C88C602E646F63> 入門モーター工学 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/074351 このサンプルページの内容は, 初版 1 刷発行当時のものです. 10 kw 21 20 50 2 20 IGBT IGBT IGBT 21 (1) 1 2 (2) (3) ii 20 2013 2 iii iv...

More information

provider_020524_2.PDF

provider_020524_2.PDF 1 1 1 2 2 3 (1) 3 (2) 4 (3) 6 7 7 (1) 8 (2) 21 26 27 27 27 28 31 32 32 36 1 1 2 2 (1) 3 3 4 45 (2) 6 7 5 (3) 6 7 8 (1) ii iii iv 8 * 9 10 11 9 12 10 13 14 15 11 16 17 12 13 18 19 20 (2) 14 21 22 23 24

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63>

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63> デザイン言語 Processing 入門 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/084931 このサンプルページの内容は, 初版 1 刷発行当時のものです. Processing Ben Fry Casey Reas Windows Mac Linux Lesson 1 Processing

More information

医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 第 2 版 1 刷発行時のものです.

医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 第 2 版 1 刷発行時のものです. 医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/009192 このサンプルページの内容は, 第 2 版 1 刷発行時のものです. i 2 t 1. 2. 3 2 3. 6 4. 7 5. n 2 ν 6. 2 7. 2003 ii 2 2013 10 iii 1987

More information

7 OpenFOAM 6) OpenFOAM (Fujitsu PRIMERGY BX9, TFLOPS) Fluent 8) ( ) 9, 1) 11 13) OpenFOAM - realizable k-ε 1) Launder-Gibson 15) OpenFOAM 1.6 CFD ( )

7 OpenFOAM 6) OpenFOAM (Fujitsu PRIMERGY BX9, TFLOPS) Fluent 8) ( ) 9, 1) 11 13) OpenFOAM - realizable k-ε 1) Launder-Gibson 15) OpenFOAM 1.6 CFD ( ) 71 特集 オープンソースの大きな流れ Nonlinear Sloshing Analysis in a Three-dimensional Rectangular Pool Ken UZAWA, The Center for Computational Sciences and E-systems, Japan Atomic Energy Agency 1 1.1 ( ) (RIST) (ORNL/RSICC)

More information

D v D F v/d F v D F η v D (3.2) (a) F=0 (b) v=const. D F v Newtonian fluid σ ė σ = ηė (2.2) ė kl σ ij = D ijkl ė kl D ijkl (2.14) ė ij (3.3) µ η visco

D v D F v/d F v D F η v D (3.2) (a) F=0 (b) v=const. D F v Newtonian fluid σ ė σ = ηė (2.2) ė kl σ ij = D ijkl ė kl D ijkl (2.14) ė ij (3.3) µ η visco post glacial rebound 3.1 Viscosity and Newtonian fluid f i = kx i σ ij e kl ideal fluid (1.9) irreversible process e ij u k strain rate tensor (3.1) v i u i / t e ij v F 23 D v D F v/d F v D F η v D (3.2)

More information

熱伝達の境界条件 (OF-2.1 OF-2.3) 1/7 藤井 15/01/30 熱伝達の境界条件 (OF-2.1 OF-2.3) 目次 1. はじめに 2. 熱伝達の境界条件 (fixedalphatemp) の作成 2-1. 考え方 2-2. fixedalphatemp の作成 3. 作動確認

熱伝達の境界条件 (OF-2.1 OF-2.3) 1/7 藤井 15/01/30 熱伝達の境界条件 (OF-2.1 OF-2.3) 目次 1. はじめに 2. 熱伝達の境界条件 (fixedalphatemp) の作成 2-1. 考え方 2-2. fixedalphatemp の作成 3. 作動確認 1/7 藤井 15/01/30 目次 1. はじめに 2. 熱伝達の境界条件 (fixedalphatemp) の作成 2-1. 考え方 2-2. fixedalphatemp の作成 3. 作動確認 3-1. モデルの作成 3-2. solver 3-3. 境界条件 3-4. 計算結果の確認 4. 計算結果の検証 5. まとめ 1. はじめに 現在 OpenFOAM で laplacianfoam

More information

OpenFOAMの利用についての試み

OpenFOAMの利用についての試み 第 20 回オープン CAE 初心者勉強会 @ 岐阜 OpenFOAM の利用についての試み 2013 年 3 月 16 日 春日悠 目次 自己紹介 OpenFOAM の利用についての試み 2 自己紹介 3 自己紹介 氏名 : 春日悠 ( かすがゆう ) 出身地 : 福岡県春日市 所属 : 九州の設計会社の数値解析部署 業務 : 流体解析 システム開発 4 PENGUINITIS http://www.geocities.jp/penguinitis2002/

More information

基礎から学ぶトラヒック理論 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

基礎から学ぶトラヒック理論 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 初版 1 刷発行時のものです. 基礎から学ぶトラヒック理論 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/085221 このサンプルページの内容は, 初版 1 刷発行時のものです. i +α 3 1 2 4 5 1 2 ii 3 4 5 6 7 8 9 9.3 2014 6 iii 1 1 2 5 2.1 5 2.2 7

More information

5.2 White

5.2 White 1 EViews 1 : 2007/5/15 2007/5/25 1 EViews 4 2 ( 6 2.1............................................ 6 2.2 Workfile............................................ 7 2.3 Workfile............................................

More information

OpenFOAM 流体構造連成解析 概要 : OpenFOAM-1.5-dev に搭載されている連成解析 ソルバー (icofsifoam) と 公開されている片持ち梁の 例題 (flappingconsolesmall) を使って それらの使用方法と ( 例題の ) 拡張方法を演習する

OpenFOAM 流体構造連成解析 概要 : OpenFOAM-1.5-dev に搭載されている連成解析 ソルバー (icofsifoam) と 公開されている片持ち梁の 例題 (flappingconsolesmall) を使って それらの使用方法と ( 例題の ) 拡張方法を演習する OpenFOAM 流体構造連成解析 概要 : OpenFOAM-1.5-dev に搭載されている連成解析 ソルバー (icofsifoam) と 公開されている片持ち梁の 例題 (flappingconsolesmall) を使って それらの使用方法と ( 例題の ) 拡張方法を演習する 目次 はじめに プログラム (icofsifoam) の説明 公開ケース (flappingconsolesmall)

More information

Microsoft Word - ●ipho-text3目次

Microsoft Word - ●ipho-text3目次 国際物理オリンピック 研修用テキスト Ⅲ 熱物理 相対論 量子力学 特定非営利活動法人物理オリンピック日本委員会 1 1.1 1 1. 1.3 3 1.4 4 1.5 6 1.6 7 1.7 9 11.1 11. 0.3 1 6 3.1 6 3. -9 3.3 - -- 31 3.4 --33 39 4.1 39 4. 40 4.3 4 4.4 44 4.5 47 5 5.1 5 5. 5 5.3

More information

i

i 14 i ii iii iv v vi 14 13 86 13 12 28 14 16 14 15 31 (1) 13 12 28 20 (2) (3) 2 (4) (5) 14 14 50 48 3 11 11 22 14 15 10 14 20 21 20 (1) 14 (2) 14 4 (3) (4) (5) 12 12 (6) 14 15 5 6 7 8 9 10 7

More information

untitled

untitled 1 Physical Chemistry I (Basic Chemical Thermodynamics) [I] [II] [III] [IV] Introduction Energy(The First Law of Thermodynamics) Work Heat Capacity C p and C v Adiabatic Change Exact(=Perfect) Differential

More information

CAEのための材料力学

CAEのための材料力学 球体周りの流れの解析 -OpenFOAM Xsim - 2018 年 9 月 23 日 使用環境と参考資料元 使用環境 Windows10 下記のソフトを使用しますので 事前にインストールをお願いします FreeCAD( 本資料は ver.16 最新の ver.17 でも OK ) https://freecadweb.org/ OpenFOAM(Windows Subsystem for Linux)

More information

TABLE OF CONTENTS 1. 導入 1.1. 標準ソルバー 2. 調査方法 2.1. 人気の定義 2.2. 検索条件 3. 分類別検索ヒット数 3.1. 参考検索ヒット数 3.2. 基礎的なCFDコード ('Basic' CFD codes) 3.3. 非圧縮性流れ (Incompres

TABLE OF CONTENTS 1. 導入 1.1. 標準ソルバー 2. 調査方法 2.1. 人気の定義 2.2. 検索条件 3. 分類別検索ヒット数 3.1. 参考検索ヒット数 3.2. 基礎的なCFDコード ('Basic' CFD codes) 3.3. 非圧縮性流れ (Incompres OPENFOAM 標準ソルバー 人気ランキング SENOO 妹尾 Ken 賢 contact@senooken.jp https://social.senooken.jp/senooken 2016-04-09 第 56 回オープン CAE 勉強会 @ 関東 ( 流体など )+ 平林純様特別講演 URL: https://senooken.jp/public/20160409/ TABLE OF CONTENTS

More information

空力騒音シミュレータの開発

空力騒音シミュレータの開発 41 COSMOS-V, an Aerodynamic Noise Simulator Nariaki Horinouchi COSMOS-V COSMOS-V COSMOS-V 3 The present and future computational problems of the aerodynamic noise analysis using COSMOS-V, our in-house

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202D B202D B202D

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202D B202D B202D わかりやすい熱力学第 3 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/060013 このサンプルページの内容は, 第 3 版発行時のものです. i ii 49 7 iii 3 38 40 90 3 2012 9 iv 1 1 2 4 2.1 4 2.2 5 2.3 6 2.4 7 2.5

More information

1 I EViews View Proc Freeze

1 I EViews View Proc Freeze EViews 2017 9 6 1 I EViews 4 1 5 2 10 3 13 4 16 4.1 View.......................................... 17 4.2 Proc.......................................... 22 4.3 Freeze & Name....................................

More information

ParaView講習_オープンCAE講習会@秋田

ParaView講習_オープンCAE講習会@秋田 オープン CAE 講習会 @ 秋田トレーニング講習資料 2017/1/28 ParaView 講習 中山勝之 ( オープン CAE 勉強会 @ 富山 ) 2 講習の概要 ParaView の使用未経験者 初心者を対象として ParaView の基本的な操作方法から 等値面図やベクトル図等の可視化図の作成方法 Python スクリプトを利用した 可視化処理の自動化についての講習を行います 3 講習の内容

More information

KENZOU Karman) x

KENZOU Karman) x KENZO 8 8 31 8 1 3 4 5 6 Karman) 7 3 8 x 8 1 1.1.............................. 3 1............................................. 5 1.3................................... 5 1.4 /.........................

More information

OpenFAOM合同勉強会【関西】

OpenFAOM合同勉強会【関西】 OpenFOAM 勉強会 for beginner @ 関西の紹介 OpenFOAM 勉強会 for beginner@ 関西幹事冨原大介 1 1 OpenFOAM 勉強会 for beginner@ 関西 昨年の 12 月から 関西における OpenFOAM 初心者をターゲットとした勉強会を開催しています ほぼ月 1 回 大阪大学の高木先生をアドバイザーにお招きして 大阪大学や大阪市内の会議室で開催

More information

swak4Foamを使って見ました.odp

swak4Foamを使って見ました.odp swak4foam(funkysetfields, groovybc) のインストール ~ 関数による境界条件の設定 ~ 勉強会 @ 関西幹事冨原大介 10/27/10 1 1 境界条件設定の基本事項 0/U での流入条件例 一様流の場合 [value uniform] boundaryfield inlet type fixedvalue; value uniform (1 0 0); 10/27/10

More information

86 7 I ( 13 ) II ( )

86 7 I ( 13 ) II ( ) 10 I 86 II 86 III 89 IV 92 V 2001 93 VI 95 86 7 I 2001 6 12 10 2001 ( 13 ) 10 66 2000 2001 4 100 1 3000 II 1988 1990 1991 ( ) 500 1994 2 87 1 1994 2 1000 1000 1000 2 1994 12 21 1000 700 5 800 ( 97 ) 1000

More information

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋3.pptx

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋3.pptx 調 査 報 告 pimpledymfoamの 設 定 について 一 関 高 専 若 嶋 OpenFOAM 2.3.xについてのみ 調 査 2014/12/5 第 3 回 OpenCAE 初 歩 情 報 交 換 会 @ 北 東 北 1 OpenFOAMで 利 用 できるDyMソルバー $ cd $FOAM_TUTORIALS $ find.-name*dym*./incompressible/pimpledymfoam./incompressible/pimpledymfoam/wingmotion/wingmotion2d_pimpledymfoam./compressible/rhopimpledymfoam./multiphase/multiphaseinterdymfoam./multiphase/interdymfoam./multiphase/compressibleinterdymfoam./multiphase/interphasechangedymfoam./multiphase/potentialfreesurfacedymfoam

More information

Salome-Mecaを使用した メッシュ生成(非構造格子)

Salome-Mecaを使用した メッシュ生成(非構造格子) Salome-Mecaを使用した熱伝導解析入門 & 解析手法の違いによる熱伝導解析比較 秋山善克 1 Salome-Meca とは EDF( フランス電力公社 ) が提供している Linux ベースのオープンソース Code_Aster : 解析ソルバー Salome-Meca : プリポストを中心とした統合プラットフォーム :SALOME Platform に Code_Aster をモジュールとして組み込んだもの

More information

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋2.pptx

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋2.pptx 調査報告 乱流モデルの選択および設定について 一関高専 若嶋 OpenFOAM 2.3.x についてのみ調査 2014/12/5 第 3 回 OpenCAE 初歩情報交換会 @ 北東北 1 OpenFOAM で設定できる乱流モデル http://www.openfoam.org/features/turbulence.php Incompressible Compressible RAS(RANS)

More information

ZEMAX Nagata DLL Volume-CAD c Copyright by RIKEN All Rights Reserved : : ( )

ZEMAX Nagata DLL Volume-CAD c Copyright by RIKEN All Rights Reserved : : ( ) ZEMAX Nagata DLL Volume-CAD c Copyright by RIKEN All Rights Reserved : 23 1 26 : ( ) ii 1. Nagata DLL 1 2. Nagata 1 3. VObj 2 3. 1............................................... 2 3. 2.................................................

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

活用ガイド (ソフトウェア編)

活用ガイド (ソフトウェア編) ii iii iv NEC Corporation 1998 v vi PA RT 1 vii PA RT 2 viii PA RT 3 PA RT 4 ix P A R T 1 2 3 1 4 5 1 1 2 1 2 3 4 6 1 2 3 4 5 7 1 6 7 8 1 9 1 10 1 2 3 4 5 6 7 8 9 10 11 11 1 12 12 1 13 1 1 14 2 3 4 5 1

More information

微分積分 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

微分積分 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 初版 1 刷発行時のものです. 微分積分 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. ttp://www.morikita.co.jp/books/mid/00571 このサンプルページの内容は, 初版 1 刷発行時のものです. i ii 014 10 iii [note] 1 3 iv 4 5 3 6 4 x 0 sin x x 1 5 6 z = f(x, y) 1 y = f(x)

More information

C による数値計算法入門 ( 第 2 版 ) 新装版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 新装版 1 刷発行時のものです.

C による数値計算法入門 ( 第 2 版 ) 新装版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.  このサンプルページの内容は, 新装版 1 刷発行時のものです. C による数値計算法入門 ( 第 2 版 ) 新装版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/009383 このサンプルページの内容は, 新装版 1 刷発行時のものです. i 2 22 2 13 ( ) 2 (1) ANSI (2) 2 (3) Web http://www.morikita.co.jp/books/mid/009383

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション snappyhexmesh/cfmesh コマンドを用いたメッシュ生成 若嶋振一郎 (NIT, Ichinoseki College) swaka@ichinoseki.ac.jp 初出 : 2017/01/05 更新 : 2017/05/20 2017/5/21 1 Outline 1. snappyhexmeshコマンドについて 1. snappyhexmeshコマンドの概要と準備 2. snappyhexmeshコマンドの実行

More information

$arrow$ $\yen$ T (Yasutala Nagano) $arrow$ $\yen$ ?,,?,., (1),, (, ).,, $\langle$2),, (3),.., (4),,,., CFD ( ),,., CFD,.,,,

$arrow$ $\yen$ T (Yasutala Nagano) $arrow$ $\yen$ ?,,?,., (1),, (, ).,, $\langle$2),, (3),.., (4),,,., CFD ( ),,., CFD,.,,, 892 1995 105-116 105 $arrow$ $\yen$ T (Yasutala Nagano) $arrow$ $\yen$ - 1 7?,,?,, (1),, (, ),, $\langle$2),, (3),, (4),,,, CFD ( ),,, CFD,,,,,,,,, (3), $\overline{uv}$ 106 (a) (b) $=$ 1 - (5), 2,,,,,

More information

2018/9/23 for DEXCS2018 DEXCSランチャーの使い方 1

2018/9/23 for DEXCS2018 DEXCSランチャーの使い方 1 2018/9/23 for DEXCS2018 DEXCSランチャーの使い方 1 形状作成メニュー 1 実行 ボタンを押すと 対象の解析フォルダのファイル 選択画面 次頁 が開きます 1 1 形状作成の詳細はこちらの マニュアルも参照下さい 本マニュアル 2 モデル選択画面 CADデータ 拡張子が.fcstd を選択すれば FreeCADが起動してCADデータの編集と cfmesh用の設定ファイル作成

More information

1. TreeFoam概要 TreeFoamをベースにして ここから各種操作ができる 特に OpenFOAMの基本操作になる case作成 境界条件設定 メッシュ作成 の概要について説明 内容 1) TreeFoamのメニュー case作成 コピー 2) grideditor概要 境界条件の設定 確

1. TreeFoam概要 TreeFoamをベースにして ここから各種操作ができる 特に OpenFOAMの基本操作になる case作成 境界条件設定 メッシュ作成 の概要について説明 内容 1) TreeFoamのメニュー case作成 コピー 2) grideditor概要 境界条件の設定 確 1/ TreeFoamの使い方 OpenFOAMの操作をGUIで行うtool 1. 2. 3. 4. 5. TreeFoam概要 TreeFoamのメニュー grideditor概要とメニュー HelyxOS起動メニュー TreeFoamの操作 case作成など grideditorの操作 境界条件の設定 確認 HelyxOSの操作 メッシュ作成 まとめ OpenFOAMは CUIが基本の為 しばらく使わないとコマンドを忘れ

More information

目次 TreeFoam とは...4 インストール方法 動作環境 インストール configtreefoam の設定内容...6 起動方法 通常の起動方法 起動しない場

目次 TreeFoam とは...4 インストール方法 動作環境 インストール configtreefoam の設定内容...6 起動方法 通常の起動方法 起動しない場 TreeFoam 操作マニュアル ver 2.25-150308 TreeFoam は OpenFoam を GUI で操作できるツール OpenFOAM は 基本的に CUI ベースで操作する為 操作性 生産性 が悪 く 初心者には敷居が高い これを少しでも改善する為に OpenFOAM が GUI 上で操作できる様に工夫したものが TreeFoam このマニュアルは 事例を多用してまとめている為

More information

アンデン株式会社第 1 技術部 DE 開発藤井成樹 < 業務内容 > アンデンとして CAE 解析を強化するために 10/1 月に DE(Degital Engineering) 開発が 5 名で発足 CAE 開発 活用が目的 解析内容は 構造解析 ( 動解析 非線形含む ) 電場 磁場 音場 熱流

アンデン株式会社第 1 技術部 DE 開発藤井成樹 < 業務内容 > アンデンとして CAE 解析を強化するために 10/1 月に DE(Degital Engineering) 開発が 5 名で発足 CAE 開発 活用が目的 解析内容は 構造解析 ( 動解析 非線形含む ) 電場 磁場 音場 熱流 アンデン株式会社第 1 技術部 DE 開発藤井成樹 < 業務内容 > アンデンとして CAE 解析を強化するために 10/1 月に DE(Degital Engineering) 開発が 5 名で発足 CAE 開発 活用が目的 解析内容は 構造解析 ( 動解析 非線形含む ) 電場 磁場 音場 熱流 流体解析など様々 項目 04 05 06 07 08 09 10 11

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 2011/10/10 第24回計算力学講演会 フォーラム オープンソースCAE デンソーのオープンCAE活用 株式会社デンソー 技術管理部 CAE開発設計 促進室 野村悦治, 今川洋造, 鈴木芳雄 企業 製造業 におけるCAE 2/27 CAE:Computer Aided Engineering 構想設計 先行試作 図面 正式試作 量産試作 試作 実験 試作 設計 実験 NG 仮説 企画 検証 企業

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63>

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C60202E646F63> MATLAB/Simulink による現代制御入門 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/9241 このサンプルページの内容は, 初版 1 刷発行当時のものです. i MATLAB/Simulink MATLAB/Simulink 1. 1 2. 3. MATLAB/Simulink

More information

A Higher Weissenberg Number Analysis of Die-swell Flow of Viscoelastic Fluids Using a Decoupled Finite Element Method Iwata, Shuichi * 1/Aragaki, Tsut

A Higher Weissenberg Number Analysis of Die-swell Flow of Viscoelastic Fluids Using a Decoupled Finite Element Method Iwata, Shuichi * 1/Aragaki, Tsut A Higher Weissenberg Number Analysis of Die-swell Flow of Viscoelastic Fluids Using a Decoupled Finite Element Method Iwata, Shuichi * 1/Aragaki, Tsutomu * 1/Mori, Hideki * 1 Ishikawa, Satoshi * 1/Shin,

More information

H22 BioS t (i) treat1 treat2 data d1; input patno treat1 treat2; cards; ; run; 1 (i) treat = 1 treat =

H22 BioS t (i) treat1 treat2 data d1; input patno treat1 treat2; cards; ; run; 1 (i) treat = 1 treat = H BioS t (i) treat treat data d; input patno treat treat; cards; 3 8 7 4 8 8 5 5 6 3 ; run; (i) treat treat data d; input group patno period treat y; label group patno period ; cards; 3 8 3 7 4 8 4 8 5

More information

i ii iii iv v vi vii ( ー ー ) ( ) ( ) ( ) ( ) ー ( ) ( ) ー ー ( ) ( ) ( ) ( ) ( ) 13 202 24122783 3622316 (1) (2) (3) (4) 2483 (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) 11 11 2483 13

More information

262014 3 1 1 6 3 2 198810 2/ 198810 2 1 3 4 http://www.pref.hiroshima.lg.jp/site/monjokan/ 1... 1... 1... 2... 2... 4... 5... 9... 9... 10... 10... 10... 10... 13 2... 13 3... 15... 15... 15... 16 4...

More information

Microsoft Word - ...W_.....l.doc

Microsoft Word - ...W_.....l.doc 263 特集 オープンソースの大きな流れ OpenFOAM によるターボポンプの流れ解析 * 株式会社荏原製作所汎用水力技術開発室大渕真志 CFD Simulation of Turbo Pump with OpenFOAM Masashi OHBUCHI, EBARA Corporation 1 はじめに OpenFOAM 1) はオープンソース CFD ソフトウエアであり 近年大いに注目を集めている

More information

【資料5】HPC分野におけるOSSの産業利用の展望~OpenFOAM®の例~

【資料5】HPC分野におけるOSSの産業利用の展望~OpenFOAM®の例~ 資料 5 HPC 分野における OSS の産業利用の展望 ~OpenFOAM の例 ~ サイエンスソリューション部 HPCI 計画推進委員会 今後のHPCI 計画推進のあり方に関する検討ワーキンググループ 産業利用アプリケーション検討サブワーキンググループ第 3 回 2013 年 9 月 17 日文部科学省 * This offering is not approved or endorsed by

More information

フリーソフトでつくる音声認識システム ( 第 2 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 第 2 版 1 刷発行時のものです.

フリーソフトでつくる音声認識システム ( 第 2 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 第 2 版 1 刷発行時のものです. フリーソフトでつくる音声認識システム ( 第 2 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/084712 このサンプルページの内容は, 第 2 版 1 刷発行時のものです. i 2007 10 1 Scilab 2 2017 2 1 2 1 ii 2 web 2007 9 iii

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション OpenFOAM勉強会(009年5月13日) 1 /6 14:45 16:15 (90分) 高層ビル周り流れのモデル作成 解析 Blender基礎 柴田 良一 (岐阜工業高等専門学校) ケースの作り方 野村 悦治 (株式会社デンソー) DEXCSならこうやる 1.DEXCS009 OpenFoam simplefoam launcher prototypeのご紹介 想定利用者 OpenFOAM初心者

More information

GNU Emacs GNU Emacs

GNU Emacs GNU Emacs GNU Emacs 2015 10 2 1 GNU Emacs 1 1.1....................................... 1 1.2....................................... 1 1.2.1..................................... 1 1.2.2.....................................

More information

44 4 I (1) ( ) (10 15 ) ( 17 ) ( 3 1 ) (2)

44 4 I (1) ( ) (10 15 ) ( 17 ) ( 3 1 ) (2) (1) I 44 II 45 III 47 IV 52 44 4 I (1) ( ) 1945 8 9 (10 15 ) ( 17 ) ( 3 1 ) (2) 45 II 1 (3) 511 ( 451 1 ) ( ) 365 1 2 512 1 2 365 1 2 363 2 ( ) 3 ( ) ( 451 2 ( 314 1 ) ( 339 1 4 ) 337 2 3 ) 363 (4) 46

More information

i ii i iii iv 1 3 3 10 14 17 17 18 22 23 28 29 31 36 37 39 40 43 48 59 70 75 75 77 90 95 102 107 109 110 118 125 128 130 132 134 48 43 43 51 52 61 61 64 62 124 70 58 3 10 17 29 78 82 85 102 95 109 iii

More information

178 5 I 1 ( ) ( ) 10 3 13 3 1 8891 8 3023 6317 ( 10 1914 7152 ) 16 5 1 ( ) 6 13 3 13 3 8575 3896 8 1715 779 6 (1) 2 7 4 ( 2 ) 13 11 26 12 21 14 11 21

178 5 I 1 ( ) ( ) 10 3 13 3 1 8891 8 3023 6317 ( 10 1914 7152 ) 16 5 1 ( ) 6 13 3 13 3 8575 3896 8 1715 779 6 (1) 2 7 4 ( 2 ) 13 11 26 12 21 14 11 21 I 178 II 180 III ( ) 181 IV 183 V 185 VI 186 178 5 I 1 ( ) ( ) 10 3 13 3 1 8891 8 3023 6317 ( 10 1914 7152 ) 16 5 1 ( ) 6 13 3 13 3 8575 3896 8 1715 779 6 (1) 2 7 4 ( 2 ) 13 11 26 12 21 14 11 21 4 10 (

More information

Excel ではじめる数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

Excel ではじめる数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 初版 1 刷発行時のものです. Excel ではじめる数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/009631 このサンプルページの内容は, 初版 1 刷発行時のものです. Excel URL http://www.morikita.co.jp/books/mid/009631 i Microsoft Windows

More information

Taro11-接遇のしおり(一太郎版)

Taro11-接遇のしおり(一太郎版) - - - - - - - - PR - - - - PR - - W H - - - - - - - - - - - - ' - - - - - - - - - - - - - - I - - l - - II - - - - - - - - - - - - IV - - : C : B C D - - : B C D : A B C D E F E F - - - - - -

More information

HPC (pay-as-you-go) HPC Web 2

HPC (pay-as-you-go) HPC Web 2 ,, 1 HPC (pay-as-you-go) HPC Web 2 HPC Amazon EC2 OpenFOAM GPU EC2 3 HPC MPI MPI Courant 1 GPGPU MPI 4 AMAZON EC2 GPU CLUSTER COMPUTE INSTANCE EC2 GPU (cg1.4xlarge) ( N. Virgina ) Quadcore Intel Xeon 5570

More information

再起動した状態になり パスワードを入力すると 図 2 のように DEXCS2011 のアイコ ンがデスクトップ上に表示される 2 端末を準備する メニューバーにある端末の形を左クリック 図 2 デスクトップ メニューバーに端末の形がない場合 図 3 メニューバー アプリケーション アクセサリー 端末

再起動した状態になり パスワードを入力すると 図 2 のように DEXCS2011 のアイコ ンがデスクトップ上に表示される 2 端末を準備する メニューバーにある端末の形を左クリック 図 2 デスクトップ メニューバーに端末の形がない場合 図 3 メニューバー アプリケーション アクセサリー 端末 OpenFOAM の使い方準備編 目次 DALAB 鍔田 12/7/14 1. DEXCS2011 をインストール 2. OpenFOAM-2.1.1 を DEXCS に導入する 3. 例題を実行する 4. ParaView でのマウスによる操作方法 5. Tab キーの活用 6. 講習に使用するファイルのダウンロード この構築は Windows7(64bit メモリ :4GB) のパソコン上の仮想マシン

More information

1

1 1 2 OpenFOAMの特徴 @T +r T @t r ( T ) = ST solve(fvm::ddt(t) + fvm::div(phi,t) - fvm::laplacian(dt,t) == fvoptions(t)); ポリヘドラル 境界適合Hex メッシャー C++ マルチフィジックス 乱流モデル: RAS, LES, DES, 線型ソルバー : AMG, PCG, PBiCG, 離散化スキーム:

More information

Huawei G6-L22 QSG-V100R001_02

Huawei  G6-L22 QSG-V100R001_02 G6 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 2 3 17 4 5 18 UI 100% 8:08 19 100% 8:08 20 100% 8:08 21 100% 8:08 22 100% 8:08 ********** 23 100% 8:08 Happy birthday! 24 S S 25 100% 8:08 26 http://consumer.huawei.com/jp/

More information

Fig. 1 Experimental apparatus.

Fig. 1 Experimental apparatus. Effects of Concentration of Surfactant Solutions on Drag-Reducing Turbulent Boundary Layer In this study, the influence of a drag-reducing surfactant on the turbulent boundary layer was extensively investigated

More information

: u i = (2) x i Smagorinsky τ ij τ [3] ij u i u j u i u j = 2ν SGS S ij, (3) ν SGS = (C s ) 2 S (4) x i a u i ρ p P T u ν τ ij S c ν SGS S csgs

: u i = (2) x i Smagorinsky τ ij τ [3] ij u i u j u i u j = 2ν SGS S ij, (3) ν SGS = (C s ) 2 S (4) x i a u i ρ p P T u ν τ ij S c ν SGS S csgs 15 C11-4 Numerical analysis of flame propagation in a combustor of an aircraft gas turbine, 4-6-1 E-mail: tominaga@icebeer.iis.u-tokyo.ac.jp, 2-11-16 E-mail: ntani@iis.u-tokyo.ac.jp, 4-6-1 E-mail: itoh@icebeer.iis.u-tokyo.ac.jp,

More information

1.3 (heat transfer with phase change) (phase change) (evaporation) (boiling) (condensation) (melting) (solidification) 1.4 (thermal radiation) 4 2. 1

1.3 (heat transfer with phase change) (phase change) (evaporation) (boiling) (condensation) (melting) (solidification) 1.4 (thermal radiation) 4 2. 1 CAE ( 6 ) 1 1. (heat transfer) 4 1.1 (heat conduction) 1.2 (convective heat transfer) (convection) (natural convection) (free convection) (forced convection) 1 1.3 (heat transfer with phase change) (phase

More information

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C602E646F63>

<4D F736F F D B B83578B6594BB2D834A836F815B82D082C88C602E646F63> スピントロニクスの基礎 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/077461 このサンプルページの内容は, 初版 1 刷発行時のものです. i 1 2 ii 3 5 4 AMR (anisotropic magnetoresistance effect) GMR (giant magnetoresistance

More information

最新耐震構造解析 ( 第 3 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 第 3 版 1 刷発行時のものです.

最新耐震構造解析 ( 第 3 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 第 3 版 1 刷発行時のものです. 最新耐震構造解析 ( 第 3 版 ) サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/052093 このサンプルページの内容は, 第 3 版 1 刷発行時のものです. i 3 10 3 2000 2007 26 8 2 SI SI 20 1996 2000 SI 15 3 ii 1 56 6

More information

untitled

untitled i ii iii iv v 43 43 vi 43 vii T+1 T+2 1 viii 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 a) ( ) b) ( ) 51

More information