SlideShare a Scribd company logo
OpenFOAM-v1706
標準チュートリアル/Allrun
「やってみた14th」の紹介
オープンCAEコンサルタント
OCSE^2 代表 野村悦治
2017/9/2 第58回オープンCAE勉強会@岐阜
2017/10/29 第61回オープンCAE勉強会@関西
1
全体サマリー
今回
clickするとデータシートが見れます。
2
http://bit.ly/2gr2dmy
全体サマリー(カテゴリー)
3
testLoopReport
エラー無し
4
動作しなかったcase
incompressible/pisoFoam/les/motorBike/motorBikeLES
mesh/foamyHexMesh/flange
mesh/foamyHexMesh/mixerVessel
原因対処して、手動実行
5
/mesh/foamyHexMesh/Allrun
従前に同じ
異常終了ケースサマリ
【原因】
6
異常終了
Allrun対象外
find . -name core
./multiphase/driftFluxFoam/RAS/dahl/core
./multiphase/reactingTwoPhaseEulerFoam/RAS/LBend/core
./multiphase/reactingTwoPhaseEulerFoam/laminar/steamInjection/core
./mesh/foamyHexMesh/mixerVessel/core
ケースの変遷
7
❏ 新規 ❏ 廃止:無し
8
New overset mesh functionality
New interface capturing
functionality - iso-advector
Lumped point Fluid
Structure Interaction(FSI)
New low Mach number
flow solver for acoustics
New Joule Heating functionality
New wave modelling
Curle acoustic analogy
interIsoFoam vs interFoam
9
points: 18,562
cells: 9,072ExecutionTime = 111.07 ExecutionTime = 33.39
New interface capturing
functionality - iso-advector
10
fvSchemes/divSchems
div(rhoPhi,U) Gauss limitedLinearV 1 Gauss linearUpwind grad(U)
div(phi,alpha) Gauss vanLeer ←
div(phirb,alpha) Gauss interfaceCompression Gauss linear
div(((rho*nuEff)*d
ev2(T(grad(U)))))
Gauss linear ←
ExecutionTime(s) 111.07 72.01
fvSolution
11
overLaplacianFoam/heatTransfer
12
New overset mesh functionality
Time: 0.1 Time: 0.6 Time: 1.0
13
cellTypes : result of the hole detection analysis:
● 0 : cell is calculated
● 1 : cell is interpolated
● 2 : cell is hole/inactive
Time: 0.1 Time: 0.6 Time: 1.0
計算速度比較
(v1612+比)
14
15
mesh/foamyHexMesh/mixerVessel
heatTransfer/chtMultiRegionFoam
/windshieldDefrost
lagrangian/reactingParcelFilmFoam
/rivuletPanel
lagrangian/reactingParcelFilmFoam
/hotBoxes
multiphase/interDyMFoam
/RAS/DTCHull
combustion/fireFoam/LES
/compartmentFire
16
multiphase/interPhaseChangeFoam
/cavitatingBullet
lagrangian/icoUncoupledKinematicParcelFoam
/hopperhopperEmptying
incompressible/pimpleDyMFoam
/wingMotion2D_pimpleDyMFoam
incompressible/pimpleDyMFoam
/propeller
17
combustion/fireFoam/LES
/smallPoolFire3D
compressible/rhoPimpleDyMFoam
/annularThermalMixer
multiphase/multiphaseEulerFoam/
damBreak4phaseFine
heatTransfer/chtMultiRegionSimple
Foam/heatExchanger
multiphase/compressibleInterFoam/
laminar/depthCharge3Dmultiphase/interDyMFoam
/RAS/motorBike
heatTransfer/chtMultiRegionFoam/
windshieldCondensation
compressible/rhoCentralFoam
/biconic25-55Run35
18
multiphase/interCondensatingEvaporatingFoam
/condensatingVesse
multiphase/reactingTwoPhaseEulerFoam
/laminar/steamInjectionmultiphase/driftFluxFoam
RAS/dahl
lagrangian/reactingParcelFilmFoam
/splashPanel
lagrangian/icoUncoupledKinematicParcelFoam
/hopper/hopperInitialState
multiphase/reactingTwoPhaseEulerFoam
/laminar/mixerVessel2D
multiphase/cavitatingFoam
/LES/throttle
combustion/chemFoam
/ic8h18
19
multiphase/interPhaseChangeDyMFoam
/snappyHexMesh/propeller
lagrangian/simpleReactingParcelFoam
/verticalChannel
discreteMethods/dsmcFoam
/wedge15Ma5
multiphase/potentialFreeSurfaceDyMFoam
/oscillatingBox
multiphase/compressibleInterFoam/
laminar/depthCharge2D
multiphase/interDyMFoam
/RAS/floatingObject
heatTransfer/chtMultiRegionFoam
/snappyMultiRegionHeater
combustion/fireFoam/LES
/flameSpreadWaterSuppressionPanel
incompressible/pimpleFoam
/RAS/pitzDaily
20
incompressible
/simpleFoam/T3A
heatTransfer/chtMultiRegionFoam
/multiRegionHeater
compressible/rhoPimpleFoam
/RAS/angledDuct
multiphase/potentialFreeSurfaceFoam
/oscillatingBox
incompressible/adjointShapeOptimi
zationFoam/piyzDaily
multiphase/driftFluxFoam
/RAS/mixerVessel2D
multiphase/interFoam/laminar
/damBreakFine
compressible/rhoPorousSimpleFoam
/angledDuct/implicit
incompressible/simpleFoam/
turbineSiting
incompressible/pimpleDyMFoam/
/mixerVesselAMI2D
計算速度が大きく変化したケース(1/2)
21
計算時間
小
大
遅くなった
速くなった
計算速度が大きく変化したケース(2/2)
22
計算時間
小
大
遅くなった
速くなった
出来ない
まとめ
❏ OpenFOAM-v1706 の全チュートリアルを実行した
❏ Ver(v1612+)比
❏ ケース数が大幅増加(+26)(+28 : v1606+⇒v1612+)
❏ 計算異常終了ケース増加(+3)
従来は正常(+4)異常(-1)
❏ 計算速度は総じてやや増加
23
バックナンバー
24
http://mogura7.zenno.info/~et/wordpress/ocse/?p=2499
v1612+計算開始
(1/11〜)
Let’s smart OpenCAE
presented by71

More Related Content

PDF
Of tutorials 5.0
PDF
Of tutorials v4.1
PDF
Of tutorials v1606+
PDF
OpenFOAM-v3.0+ tutorials
PDF
Of tutorials 3.0.1
PDF
Of tutorials v1712
PDF
Of tutorials v4.0
PDF
Motor bike by cfmesh
Of tutorials 5.0
Of tutorials v4.1
Of tutorials v1606+
OpenFOAM-v3.0+ tutorials
Of tutorials 3.0.1
Of tutorials v1712
Of tutorials v4.0
Motor bike by cfmesh

What's hot (20)

PDF
OpenFOAM tutorials foam-ext-3.2
PDF
20151114 open cae@kansai
PDF
Of tutorials v2.4.0
PDF
Of tutorials 3.0.0(x)
PDF
超簡単! JettyをWindowsにインストール
PDF
超簡単!Apache TomcatをWindowsにインストール
PDF
超簡単! Redmineで体験 初めてのチケット管理
PDF
超簡単! MySQLをWindowsにインストール
PDF
タスクマネージャーの上級版!Process Explorerの紹介
PDF
パケットキャプチャの定番! Wiresharkのインストールとミニ紹介
PDF
超簡単! インストールなしでRedmineを試す
PDF
超簡単!SubversionとTortoiseSVN入門(操作編1)
PDF
超簡単!Apache SubverisonをWindows Serverにインストール
PDF
Of tutorials v2.3.1 (1)
PPTX
My sqlで遭遇したトランザクションとロックのお話take2 2
PDF
超簡単!TortoiseSVNをWindowsにインストールする
PDF
超簡単! GitをWindowsにインストール
PDF
超簡単! Bitnami RedmineをWindowsにインストール
PPTX
Lt 110205
PDF
超簡単!バージョン管理入門 最初の一歩
OpenFOAM tutorials foam-ext-3.2
20151114 open cae@kansai
Of tutorials v2.4.0
Of tutorials 3.0.0(x)
超簡単! JettyをWindowsにインストール
超簡単!Apache TomcatをWindowsにインストール
超簡単! Redmineで体験 初めてのチケット管理
超簡単! MySQLをWindowsにインストール
タスクマネージャーの上級版!Process Explorerの紹介
パケットキャプチャの定番! Wiresharkのインストールとミニ紹介
超簡単! インストールなしでRedmineを試す
超簡単!SubversionとTortoiseSVN入門(操作編1)
超簡単!Apache SubverisonをWindows Serverにインストール
Of tutorials v2.3.1 (1)
My sqlで遭遇したトランザクションとロックのお話take2 2
超簡単!TortoiseSVNをWindowsにインストールする
超簡単! GitをWindowsにインストール
超簡単! Bitnami RedmineをWindowsにインストール
Lt 110205
超簡単!バージョン管理入門 最初の一歩
Ad

More from Etsuji Nomura (20)

PDF
How to install DEXCS2024 for OpenFOAM on VirtualBox
PDF
aboutDEXCS2023-OF.pdf
PDF
DEXCS2023OF_Install.pdf
PDF
DEXCS2022 for preCICE
PDF
DEXCS2022OF_Install.pdf
PDF
aboutDEXCS2022-OF.pdf
PDF
aboutDexcsPlus2022.pdf
PDF
howtoCADandMeshing2022.pdf
PDF
123DEXCS2022.pdf
PDF
Dexcs2021 of install2
PDF
Howto CAD and Meshing on DEXCS2021
PDF
123 Dexcs2021
PDF
About dexcs2021 for OpenFOAM
PDF
Decsx launcherv 2.5
PDF
About dexcs2020 for OpenFOAM
PDF
123 dexcs2020
PDF
Howto CAD and Meshing on DEXCS2020
PDF
Dexcs2020-OF install
PDF
About dexcs2019 for OpenFOAM
PDF
123 dexcs2019
How to install DEXCS2024 for OpenFOAM on VirtualBox
aboutDEXCS2023-OF.pdf
DEXCS2023OF_Install.pdf
DEXCS2022 for preCICE
DEXCS2022OF_Install.pdf
aboutDEXCS2022-OF.pdf
aboutDexcsPlus2022.pdf
howtoCADandMeshing2022.pdf
123DEXCS2022.pdf
Dexcs2021 of install2
Howto CAD and Meshing on DEXCS2021
123 Dexcs2021
About dexcs2021 for OpenFOAM
Decsx launcherv 2.5
About dexcs2020 for OpenFOAM
123 dexcs2020
Howto CAD and Meshing on DEXCS2020
Dexcs2020-OF install
About dexcs2019 for OpenFOAM
123 dexcs2019
Ad

Of tutorials v1706