SlideShare a Scribd company logo
1 of 12
Download to read offline
Estimation of numerical 
schemes  
in heat convection  
by OpenFOAM 
Osaka Univ. 
Dept.  
Takuya Yamamoto
Traps in solving diffusion-‐‑‒convection equation 
1. Conserva+veness 
2. Boundedness 
3. Transpor+veness 
Reference 
H. 
K. 
Versteeg 
and 
M. 
Malalasekera 
An 
introduc+on 
to 
computa+onal 
fluid 
dynamics 
translated 
Ver. 
in 
Japanese 
訳; 
松下洋介,斎藤泰洋,青木秀之,三浦隆利 
数値流体力学 
森北出版 
rela+ve 
ra+o 
of 
convec+on 
to 
diffusion 
non-­‐dimensional 
cell 
Peclet 
number 
Pe = 
F 
D 
= 
ρu 
Γ /δ x 
δ x ; 
cell 
width 
ρ ; 
density 
F 
D 
Γ 
; 
momentum 
flux 
(= 
ρu) 
; 
diffusion 
conductance 
(= 
Γ/δx) 
; 
diffusion 
coefficient
Indication of numerical schemes 
• Linear 
scheme 
• QUICK 
scheme 
Boundedness 
Boundedness 
Pe  2 Pe  
8 
3 
The 
other 
condi+ons 
References 
H. 
K. 
Versteeg 
and 
M. 
Malalasekera 
An 
introduc+on 
to 
computa+onal 
fluid 
dynamics 
translated 
Ver, 
in 
Japanese 
訳; 
松下洋介,斎藤泰洋,青木秀之,三浦隆利 
数値流体力学 
森北出版 
Genera+on 
of 
• Undershoot 
• Overshoot
Ex5.1 in Ref. Book 
x 
= 
0 x 
= 
L 
T 
= 
1 
T 
= 
0 
u 
[m/s] 
condi+on 
u 
[m/s] 
δx 
[m] 
L 
[m] 
Pe 
[-­‐] 
1 
0.1 
0.2 
1 
0.2 
2 
2.5 
0.2 
1 
5 
3 
2.5 
0.05 
1 
1.25 
Analy+cal 
solu+on 
T −T0 
TL −T0 
= 
exp(ρux /Γ )−1 
exp(ρuL /Γ )−1 
δ x ; 
ρ =1.0 kg/m3 
Γ = 0.1 kg/m・s 
cell 
width 
ρ ; 
density 
Γ ; 
diffusion 
coeff. 
(kg/m・s)
Numerical method 
• Solver 
scalarTransportFoam 
 
• Numerical scheme 
linear (spatial) 
steadyState (time) 
• Governing 
Equa+on 
d 
dx 
(ρuT) = 
d 
dx 
Γ 
dT 
dx 
! 
 # 
$ 
%
Ex5.1 in Ref. Book 
T 
= 
1 
Condi+on 
1 
Condi+on 
2 
condi+on 
u 
[m/s] 
δx 
[m] 
L 
[m] 
Pe 
[-­‐] 
1 
0.1 
0.2 
1 
0.2 
2 
2.5 
0.2 
1 
5 
3 
2.5 
0.05 
1 
1.25 
T 
= 
0 
x 
= 
0 
u 
[m/s] x 
= 
L 
over-­‐ 
and 
under-­‐shoot 
Linear 
scheme
T 
= 
1 
Ex5.1 in Ref. Book 
Condi+on 
2 
Condi+on 
3 
condi+on 
u 
[m/s] 
δx 
[m] 
L 
[m] 
Pe 
[-­‐] 
1 
0.1 
0.2 
1 
0.2 
2 
2.5 
0.2 
1 
5 
3 
2.5 
0.05 
1 
1.25 
T 
= 
0 
x 
= 
0 
u 
[m/s] x 
= 
L 
over-­‐ 
and 
under-­‐shoot 
Linear 
scheme
Numerical method 
• Solver 
scalarTransportFoam 
 
• Numerical scheme 
QUICK (spatial) 
steadyState (time) 
• Governing 
Equa+on 
d 
dx 
(ρuT) = 
d 
dx 
Γ 
dT 
dx 
! 
 # 
$ 
%
T 
= 
1 
Ex5.4 in Ref. Book 
Condi+on 
1 
Condi+on 
2 
condi+on 
u 
[m/s] 
δx 
[m] 
L 
[m] 
Pe 
[-­‐] 
1 
0.1 
0.2 
1 
0.2 
2 
2.5 
0.2 
1 
5 
3 
2.5 
0.05 
1 
1.25 
T 
= 
0 
x 
= 
0 
u 
[m/s] x 
= 
L 
over-­‐ 
and 
under-­‐shoot 
QUICK 
scheme
T 
= 
1 
Ex5.4 in Ref. Book 
Condi+on 
2 
Condi+on 
3 
condi+on 
u 
[m/s] 
δx 
[m] 
L 
[m] 
Pe 
[-­‐] 
1 
0.1 
0.2 
1 
0.2 
2 
2.5 
0.2 
1 
5 
3 
2.5 
0.05 
1 
1.25 
T 
= 
0 
x 
= 
0 
u 
[m/s] x 
= 
L 
over-­‐ 
and 
under-­‐shoot 
QUICK 
scheme
Summary 
• Be carful for local cell Pe number when we 
solve diffusion-‐‑‒advection equation. 
• Be careful especially in high Pr and Sc number, 
because cell Pe number becomes large.  
• We should use stabilized numerical schemes to 
solve difficult problems. 
Ex) 
molten 
metal  
air 
water 
Pr ≈ O(0.01) 
Pr ≈ O(1) 
Pr ≈ 7
References 
• H. K. Versteeg and M. Malalasekera, “An 
introduction to computational fluid 
dynamics”  
translated Ver. in Japanese 
数値流流体⼒力力学, 訳; 松下洋介,斎藤泰洋,⻘青⽊木秀 
之,三浦隆利利 森北北出版

More Related Content

What's hot

Pinning and facetting in multiphase LBMs
Pinning and facetting in multiphase LBMsPinning and facetting in multiphase LBMs
Pinning and facetting in multiphase LBMsTim Reis
 
Workshop presentations l_bworkshop_reis
Workshop presentations l_bworkshop_reisWorkshop presentations l_bworkshop_reis
Workshop presentations l_bworkshop_reisTim Reis
 
Linear integral equations
Linear integral equationsLinear integral equations
Linear integral equationsSpringer
 
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...Arthur Weglein
 
Derivation of the Boltzmann Transport Equation
Derivation of the Boltzmann Transport EquationDerivation of the Boltzmann Transport Equation
Derivation of the Boltzmann Transport EquationAbhranil Das
 
Understanding lattice Boltzmann boundary conditions through moments
Understanding lattice Boltzmann boundary conditions through momentsUnderstanding lattice Boltzmann boundary conditions through moments
Understanding lattice Boltzmann boundary conditions through momentsTim Reis
 
Mit2 092 f09_lec12
Mit2 092 f09_lec12Mit2 092 f09_lec12
Mit2 092 f09_lec12Rahman Hakim
 
Controllers for 3R Robot
Controllers for 3R RobotControllers for 3R Robot
Controllers for 3R RobotGiovanni Murru
 
Volume_7_avrami
Volume_7_avramiVolume_7_avrami
Volume_7_avramiJohn Obuch
 
HOW TO PREDICT HEAT AND MASS TRANSFER FROM FLUID FRICTION
HOW TO PREDICT HEAT AND MASS TRANSFER FROM FLUID FRICTIONHOW TO PREDICT HEAT AND MASS TRANSFER FROM FLUID FRICTION
HOW TO PREDICT HEAT AND MASS TRANSFER FROM FLUID FRICTIONbalupost
 
Task Constrained Motion Planning for Snake Robot
Task Constrained Motion Planning for Snake RobotTask Constrained Motion Planning for Snake Robot
Task Constrained Motion Planning for Snake RobotGiovanni Murru
 
Jensen's inequality, EM 알고리즘
Jensen's inequality, EM 알고리즘 Jensen's inequality, EM 알고리즘
Jensen's inequality, EM 알고리즘 Jungkyu Lee
 
Wk 12 fr bode plot nyquist may 9 2016
Wk 12 fr bode plot nyquist   may 9 2016Wk 12 fr bode plot nyquist   may 9 2016
Wk 12 fr bode plot nyquist may 9 2016Charlton Inao
 
Boltzmann transport equation
Boltzmann transport equationBoltzmann transport equation
Boltzmann transport equationRajendra Prasad
 
Solution to first semester soil 2015 16
Solution to first semester soil 2015 16Solution to first semester soil 2015 16
Solution to first semester soil 2015 16chener Qadr
 
Solution to 2nd semeter eng. statistics 2015 2016
Solution to 2nd semeter eng. statistics 2015 2016Solution to 2nd semeter eng. statistics 2015 2016
Solution to 2nd semeter eng. statistics 2015 2016chener Qadr
 
periodic functions and Fourier series
periodic functions and Fourier seriesperiodic functions and Fourier series
periodic functions and Fourier seriesUmang Gupta
 
Mathematical Relations
Mathematical RelationsMathematical Relations
Mathematical Relationsmohull
 

What's hot (20)

Pinning and facetting in multiphase LBMs
Pinning and facetting in multiphase LBMsPinning and facetting in multiphase LBMs
Pinning and facetting in multiphase LBMs
 
Siphon
SiphonSiphon
Siphon
 
Workshop presentations l_bworkshop_reis
Workshop presentations l_bworkshop_reisWorkshop presentations l_bworkshop_reis
Workshop presentations l_bworkshop_reis
 
Linear integral equations
Linear integral equationsLinear integral equations
Linear integral equations
 
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
 
Derivation of the Boltzmann Transport Equation
Derivation of the Boltzmann Transport EquationDerivation of the Boltzmann Transport Equation
Derivation of the Boltzmann Transport Equation
 
Sect5 4
Sect5 4Sect5 4
Sect5 4
 
Understanding lattice Boltzmann boundary conditions through moments
Understanding lattice Boltzmann boundary conditions through momentsUnderstanding lattice Boltzmann boundary conditions through moments
Understanding lattice Boltzmann boundary conditions through moments
 
Mit2 092 f09_lec12
Mit2 092 f09_lec12Mit2 092 f09_lec12
Mit2 092 f09_lec12
 
Controllers for 3R Robot
Controllers for 3R RobotControllers for 3R Robot
Controllers for 3R Robot
 
Volume_7_avrami
Volume_7_avramiVolume_7_avrami
Volume_7_avrami
 
HOW TO PREDICT HEAT AND MASS TRANSFER FROM FLUID FRICTION
HOW TO PREDICT HEAT AND MASS TRANSFER FROM FLUID FRICTIONHOW TO PREDICT HEAT AND MASS TRANSFER FROM FLUID FRICTION
HOW TO PREDICT HEAT AND MASS TRANSFER FROM FLUID FRICTION
 
Task Constrained Motion Planning for Snake Robot
Task Constrained Motion Planning for Snake RobotTask Constrained Motion Planning for Snake Robot
Task Constrained Motion Planning for Snake Robot
 
Jensen's inequality, EM 알고리즘
Jensen's inequality, EM 알고리즘 Jensen's inequality, EM 알고리즘
Jensen's inequality, EM 알고리즘
 
Wk 12 fr bode plot nyquist may 9 2016
Wk 12 fr bode plot nyquist   may 9 2016Wk 12 fr bode plot nyquist   may 9 2016
Wk 12 fr bode plot nyquist may 9 2016
 
Boltzmann transport equation
Boltzmann transport equationBoltzmann transport equation
Boltzmann transport equation
 
Solution to first semester soil 2015 16
Solution to first semester soil 2015 16Solution to first semester soil 2015 16
Solution to first semester soil 2015 16
 
Solution to 2nd semeter eng. statistics 2015 2016
Solution to 2nd semeter eng. statistics 2015 2016Solution to 2nd semeter eng. statistics 2015 2016
Solution to 2nd semeter eng. statistics 2015 2016
 
periodic functions and Fourier series
periodic functions and Fourier seriesperiodic functions and Fourier series
periodic functions and Fourier series
 
Mathematical Relations
Mathematical RelationsMathematical Relations
Mathematical Relations
 

Viewers also liked

熱流体解析における離散スキームの評価
熱流体解析における離散スキームの評価熱流体解析における離散スキームの評価
熱流体解析における離散スキームの評価takuyayamamoto1800
 
How to get contour surface position by openfoam
How to get contour surface position by openfoamHow to get contour surface position by openfoam
How to get contour surface position by openfoamtakuyayamamoto1800
 
Paraviewの等高面を綺麗に出力する
Paraviewの等高面を綺麗に出力するParaviewの等高面を綺麗に出力する
Paraviewの等高面を綺麗に出力するtakuyayamamoto1800
 
OpenFOAMにおけるDEM計算の力モデルの解読
OpenFOAMにおけるDEM計算の力モデルの解読OpenFOAMにおけるDEM計算の力モデルの解読
OpenFOAMにおけるDEM計算の力モデルの解読takuyayamamoto1800
 
OpenFOAMのDEM解析のpatchInteractionModelクラスの解読
OpenFOAMのDEM解析のpatchInteractionModelクラスの解読OpenFOAMのDEM解析のpatchInteractionModelクラスの解読
OpenFOAMのDEM解析のpatchInteractionModelクラスの解読takuyayamamoto1800
 
OpenFOAMを用いた計算後の等高面データの取得方法
OpenFOAMを用いた計算後の等高面データの取得方法OpenFOAMを用いた計算後の等高面データの取得方法
OpenFOAMを用いた計算後の等高面データの取得方法takuyayamamoto1800
 
OpenFOAMにおける混相流計算
OpenFOAMにおける混相流計算OpenFOAMにおける混相流計算
OpenFOAMにおける混相流計算takuyayamamoto1800
 
OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化takuyayamamoto1800
 
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方takuyayamamoto1800
 
ParaviewでのParticle Tracerを用いた可視化
ParaviewでのParticle Tracerを用いた可視化ParaviewでのParticle Tracerを用いた可視化
ParaviewでのParticle Tracerを用いた可視化takuyayamamoto1800
 
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)takuyayamamoto1800
 
OpenFOAMにおけるDEM計算の衝突モデルの解読
OpenFOAMにおけるDEM計算の衝突モデルの解読OpenFOAMにおけるDEM計算の衝突モデルの解読
OpenFOAMにおけるDEM計算の衝突モデルの解読takuyayamamoto1800
 
Spatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMSpatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMFumiya Nozaki
 
Boundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAMBoundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAMFumiya Nozaki
 
Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting f...
Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting f...Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting f...
Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting f...Masashi Imano
 

Viewers also liked (16)

熱流体解析における離散スキームの評価
熱流体解析における離散スキームの評価熱流体解析における離散スキームの評価
熱流体解析における離散スキームの評価
 
How to get contour surface position by openfoam
How to get contour surface position by openfoamHow to get contour surface position by openfoam
How to get contour surface position by openfoam
 
Paraviewの等高面を綺麗に出力する
Paraviewの等高面を綺麗に出力するParaviewの等高面を綺麗に出力する
Paraviewの等高面を綺麗に出力する
 
OpenFOAMにおけるDEM計算の力モデルの解読
OpenFOAMにおけるDEM計算の力モデルの解読OpenFOAMにおけるDEM計算の力モデルの解読
OpenFOAMにおけるDEM計算の力モデルの解読
 
OpenFOAMのDEM解析のpatchInteractionModelクラスの解読
OpenFOAMのDEM解析のpatchInteractionModelクラスの解読OpenFOAMのDEM解析のpatchInteractionModelクラスの解読
OpenFOAMのDEM解析のpatchInteractionModelクラスの解読
 
OpenFOAMを用いた計算後の等高面データの取得方法
OpenFOAMを用いた計算後の等高面データの取得方法OpenFOAMを用いた計算後の等高面データの取得方法
OpenFOAMを用いた計算後の等高面データの取得方法
 
interFoamの検証
interFoamの検証interFoamの検証
interFoamの検証
 
OpenFOAMにおける混相流計算
OpenFOAMにおける混相流計算OpenFOAMにおける混相流計算
OpenFOAMにおける混相流計算
 
OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化
 
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
 
ParaviewでのParticle Tracerを用いた可視化
ParaviewでのParticle Tracerを用いた可視化ParaviewでのParticle Tracerを用いた可視化
ParaviewでのParticle Tracerを用いた可視化
 
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
 
OpenFOAMにおけるDEM計算の衝突モデルの解読
OpenFOAMにおけるDEM計算の衝突モデルの解読OpenFOAMにおけるDEM計算の衝突モデルの解読
OpenFOAMにおけるDEM計算の衝突モデルの解読
 
Spatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMSpatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAM
 
Boundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAMBoundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAM
 
Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting f...
Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting f...Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting f...
Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting f...
 

Similar to Estimation of numerical schemes in heat convection by OpenFOAM

A multiphase lattice Boltzmann model with sharp interfaces
A multiphase lattice Boltzmann model with sharp interfacesA multiphase lattice Boltzmann model with sharp interfaces
A multiphase lattice Boltzmann model with sharp interfacesTim Reis
 
Seminar 20091023 heydt_presentation
Seminar 20091023 heydt_presentationSeminar 20091023 heydt_presentation
Seminar 20091023 heydt_presentationdouglaslyon
 
Supersonic Spreading of Correlators in Long-Range Quantum Lattice Models
Supersonic Spreading of Correlators in Long-Range Quantum Lattice ModelsSupersonic Spreading of Correlators in Long-Range Quantum Lattice Models
Supersonic Spreading of Correlators in Long-Range Quantum Lattice ModelsMauritz van den Worm
 
Thermal diffusivity
Thermal diffusivityThermal diffusivity
Thermal diffusivityKushaji
 
Hydrodynamic scaling and analytically solvable models
Hydrodynamic scaling and analytically solvable modelsHydrodynamic scaling and analytically solvable models
Hydrodynamic scaling and analytically solvable modelsGiorgio Torrieri
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical MethodsTeja Ande
 
Computational Method to Solve the Partial Differential Equations (PDEs)
Computational Method to Solve the Partial Differential  Equations (PDEs)Computational Method to Solve the Partial Differential  Equations (PDEs)
Computational Method to Solve the Partial Differential Equations (PDEs)Dr. Khurram Mehboob
 
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...SYRTO Project
 
Maths ppt partial diffrentian eqn
Maths ppt partial diffrentian eqnMaths ppt partial diffrentian eqn
Maths ppt partial diffrentian eqnDheerendraKumar43
 
3 Applications Of Differential Equations
3 Applications Of Differential Equations3 Applications Of Differential Equations
3 Applications Of Differential EquationsJeff Nelson
 
Hssc ii introduction of limits
Hssc ii   introduction of limitsHssc ii   introduction of limits
Hssc ii introduction of limitsSadiq Hussain
 
exceptionaly long-range quantum lattice models
exceptionaly long-range quantum lattice modelsexceptionaly long-range quantum lattice models
exceptionaly long-range quantum lattice modelsMauritz van den Worm
 
Ray : modeling dynamic systems
Ray : modeling dynamic systemsRay : modeling dynamic systems
Ray : modeling dynamic systemsHouw Liong The
 
Project on CFD using MATLAB
Project on CFD using MATLABProject on CFD using MATLAB
Project on CFD using MATLABRohit Avadhani
 

Similar to Estimation of numerical schemes in heat convection by OpenFOAM (20)

A multiphase lattice Boltzmann model with sharp interfaces
A multiphase lattice Boltzmann model with sharp interfacesA multiphase lattice Boltzmann model with sharp interfaces
A multiphase lattice Boltzmann model with sharp interfaces
 
Seminar 20091023 heydt_presentation
Seminar 20091023 heydt_presentationSeminar 20091023 heydt_presentation
Seminar 20091023 heydt_presentation
 
Supersonic Spreading of Correlators in Long-Range Quantum Lattice Models
Supersonic Spreading of Correlators in Long-Range Quantum Lattice ModelsSupersonic Spreading of Correlators in Long-Range Quantum Lattice Models
Supersonic Spreading of Correlators in Long-Range Quantum Lattice Models
 
Thermal diffusivity
Thermal diffusivityThermal diffusivity
Thermal diffusivity
 
Modeling the dynamics of molecular concentration during the diffusion procedure
Modeling the dynamics of molecular concentration during the  diffusion procedureModeling the dynamics of molecular concentration during the  diffusion procedure
Modeling the dynamics of molecular concentration during the diffusion procedure
 
Hydrodynamic scaling and analytically solvable models
Hydrodynamic scaling and analytically solvable modelsHydrodynamic scaling and analytically solvable models
Hydrodynamic scaling and analytically solvable models
 
Teorema de Green-Tao
Teorema de Green-TaoTeorema de Green-Tao
Teorema de Green-Tao
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
Computational Method to Solve the Partial Differential Equations (PDEs)
Computational Method to Solve the Partial Differential  Equations (PDEs)Computational Method to Solve the Partial Differential  Equations (PDEs)
Computational Method to Solve the Partial Differential Equations (PDEs)
 
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
Spillover Dynamics for Systemic Risk Measurement Using Spatial Financial Time...
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Maths ppt partial diffrentian eqn
Maths ppt partial diffrentian eqnMaths ppt partial diffrentian eqn
Maths ppt partial diffrentian eqn
 
3 Applications Of Differential Equations
3 Applications Of Differential Equations3 Applications Of Differential Equations
3 Applications Of Differential Equations
 
ENFPC 2010
ENFPC 2010ENFPC 2010
ENFPC 2010
 
Hssc ii introduction of limits
Hssc ii   introduction of limitsHssc ii   introduction of limits
Hssc ii introduction of limits
 
exceptionaly long-range quantum lattice models
exceptionaly long-range quantum lattice modelsexceptionaly long-range quantum lattice models
exceptionaly long-range quantum lattice models
 
Ray : modeling dynamic systems
Ray : modeling dynamic systemsRay : modeling dynamic systems
Ray : modeling dynamic systems
 
002 ray modeling dynamic systems
002 ray modeling dynamic systems002 ray modeling dynamic systems
002 ray modeling dynamic systems
 
002 ray modeling dynamic systems
002 ray modeling dynamic systems002 ray modeling dynamic systems
002 ray modeling dynamic systems
 
Project on CFD using MATLAB
Project on CFD using MATLABProject on CFD using MATLAB
Project on CFD using MATLAB
 

More from takuyayamamoto1800

OpenCAEシンポジウム発表資料-OpenFOAMのVOF法における計算時間、計算誤差最小条件の探索
OpenCAEシンポジウム発表資料-OpenFOAMのVOF法における計算時間、計算誤差最小条件の探索OpenCAEシンポジウム発表資料-OpenFOAMのVOF法における計算時間、計算誤差最小条件の探索
OpenCAEシンポジウム発表資料-OpenFOAMのVOF法における計算時間、計算誤差最小条件の探索takuyayamamoto1800
 
OpenFOAM benchmark for EPYC server: cavity medium
OpenFOAM benchmark for EPYC server: cavity mediumOpenFOAM benchmark for EPYC server: cavity medium
OpenFOAM benchmark for EPYC server: cavity mediumtakuyayamamoto1800
 
OpenFOAM benchmark for EPYC server cavity flow small
OpenFOAM benchmark for EPYC server cavity flow smallOpenFOAM benchmark for EPYC server cavity flow small
OpenFOAM benchmark for EPYC server cavity flow smalltakuyayamamoto1800
 
OpenFOAM benchmark for EPYC server -Influence of coarsestLevelCorr in GAMG so...
OpenFOAM benchmark for EPYC server -Influence of coarsestLevelCorr in GAMG so...OpenFOAM benchmark for EPYC server -Influence of coarsestLevelCorr in GAMG so...
OpenFOAM benchmark for EPYC server -Influence of coarsestLevelCorr in GAMG so...takuyayamamoto1800
 
OpenFOAMによる混相流シミュレーション入門
OpenFOAMによる混相流シミュレーション入門OpenFOAMによる混相流シミュレーション入門
OpenFOAMによる混相流シミュレーション入門takuyayamamoto1800
 
OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析takuyayamamoto1800
 
OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例takuyayamamoto1800
 
OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差takuyayamamoto1800
 

More from takuyayamamoto1800 (8)

OpenCAEシンポジウム発表資料-OpenFOAMのVOF法における計算時間、計算誤差最小条件の探索
OpenCAEシンポジウム発表資料-OpenFOAMのVOF法における計算時間、計算誤差最小条件の探索OpenCAEシンポジウム発表資料-OpenFOAMのVOF法における計算時間、計算誤差最小条件の探索
OpenCAEシンポジウム発表資料-OpenFOAMのVOF法における計算時間、計算誤差最小条件の探索
 
OpenFOAM benchmark for EPYC server: cavity medium
OpenFOAM benchmark for EPYC server: cavity mediumOpenFOAM benchmark for EPYC server: cavity medium
OpenFOAM benchmark for EPYC server: cavity medium
 
OpenFOAM benchmark for EPYC server cavity flow small
OpenFOAM benchmark for EPYC server cavity flow smallOpenFOAM benchmark for EPYC server cavity flow small
OpenFOAM benchmark for EPYC server cavity flow small
 
OpenFOAM benchmark for EPYC server -Influence of coarsestLevelCorr in GAMG so...
OpenFOAM benchmark for EPYC server -Influence of coarsestLevelCorr in GAMG so...OpenFOAM benchmark for EPYC server -Influence of coarsestLevelCorr in GAMG so...
OpenFOAM benchmark for EPYC server -Influence of coarsestLevelCorr in GAMG so...
 
OpenFOAMによる混相流シミュレーション入門
OpenFOAMによる混相流シミュレーション入門OpenFOAMによる混相流シミュレーション入門
OpenFOAMによる混相流シミュレーション入門
 
OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析
 
OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例
 
OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差
 

Recently uploaded

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Recently uploaded (20)

"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

Estimation of numerical schemes in heat convection by OpenFOAM

  • 1. Estimation of numerical schemes in heat convection by OpenFOAM Osaka Univ. Dept. Takuya Yamamoto
  • 2. Traps in solving diffusion-‐‑‒convection equation 1. Conserva+veness 2. Boundedness 3. Transpor+veness Reference H. K. Versteeg and M. Malalasekera An introduc+on to computa+onal fluid dynamics translated Ver. in Japanese 訳; 松下洋介,斎藤泰洋,青木秀之,三浦隆利 数値流体力学 森北出版 rela+ve ra+o of convec+on to diffusion non-­‐dimensional cell Peclet number Pe = F D = ρu Γ /δ x δ x ; cell width ρ ; density F D Γ ; momentum flux (= ρu) ; diffusion conductance (= Γ/δx) ; diffusion coefficient
  • 3. Indication of numerical schemes • Linear scheme • QUICK scheme Boundedness Boundedness Pe 2 Pe 8 3 The other condi+ons References H. K. Versteeg and M. Malalasekera An introduc+on to computa+onal fluid dynamics translated Ver, in Japanese 訳; 松下洋介,斎藤泰洋,青木秀之,三浦隆利 数値流体力学 森北出版 Genera+on of • Undershoot • Overshoot
  • 4. Ex5.1 in Ref. Book x = 0 x = L T = 1 T = 0 u [m/s] condi+on u [m/s] δx [m] L [m] Pe [-­‐] 1 0.1 0.2 1 0.2 2 2.5 0.2 1 5 3 2.5 0.05 1 1.25 Analy+cal solu+on T −T0 TL −T0 = exp(ρux /Γ )−1 exp(ρuL /Γ )−1 δ x ; ρ =1.0 kg/m3 Γ = 0.1 kg/m・s cell width ρ ; density Γ ; diffusion coeff. (kg/m・s)
  • 5. Numerical method • Solver scalarTransportFoam • Numerical scheme linear (spatial) steadyState (time) • Governing Equa+on d dx (ρuT) = d dx Γ dT dx ! # $ %
  • 6. Ex5.1 in Ref. Book T = 1 Condi+on 1 Condi+on 2 condi+on u [m/s] δx [m] L [m] Pe [-­‐] 1 0.1 0.2 1 0.2 2 2.5 0.2 1 5 3 2.5 0.05 1 1.25 T = 0 x = 0 u [m/s] x = L over-­‐ and under-­‐shoot Linear scheme
  • 7. T = 1 Ex5.1 in Ref. Book Condi+on 2 Condi+on 3 condi+on u [m/s] δx [m] L [m] Pe [-­‐] 1 0.1 0.2 1 0.2 2 2.5 0.2 1 5 3 2.5 0.05 1 1.25 T = 0 x = 0 u [m/s] x = L over-­‐ and under-­‐shoot Linear scheme
  • 8. Numerical method • Solver scalarTransportFoam • Numerical scheme QUICK (spatial) steadyState (time) • Governing Equa+on d dx (ρuT) = d dx Γ dT dx ! # $ %
  • 9. T = 1 Ex5.4 in Ref. Book Condi+on 1 Condi+on 2 condi+on u [m/s] δx [m] L [m] Pe [-­‐] 1 0.1 0.2 1 0.2 2 2.5 0.2 1 5 3 2.5 0.05 1 1.25 T = 0 x = 0 u [m/s] x = L over-­‐ and under-­‐shoot QUICK scheme
  • 10. T = 1 Ex5.4 in Ref. Book Condi+on 2 Condi+on 3 condi+on u [m/s] δx [m] L [m] Pe [-­‐] 1 0.1 0.2 1 0.2 2 2.5 0.2 1 5 3 2.5 0.05 1 1.25 T = 0 x = 0 u [m/s] x = L over-­‐ and under-­‐shoot QUICK scheme
  • 11. Summary • Be carful for local cell Pe number when we solve diffusion-‐‑‒advection equation. • Be careful especially in high Pr and Sc number, because cell Pe number becomes large. • We should use stabilized numerical schemes to solve difficult problems. Ex) molten metal  air water Pr ≈ O(0.01) Pr ≈ O(1) Pr ≈ 7
  • 12. References • H. K. Versteeg and M. Malalasekera, “An introduction to computational fluid dynamics” translated Ver. in Japanese 数値流流体⼒力力学, 訳; 松下洋介,斎藤泰洋,⻘青⽊木秀 之,三浦隆利利 森北北出版