SlideShare a Scribd company logo
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 LBMs
Tim Reis
 
Workshop presentations l_bworkshop_reis
Workshop presentations l_bworkshop_reisWorkshop presentations l_bworkshop_reis
Workshop presentations l_bworkshop_reis
Tim 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 Equation
Abhranil 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 moments
Tim Reis
 
Mit2 092 f09_lec12
Mit2 092 f09_lec12Mit2 092 f09_lec12
Mit2 092 f09_lec12
Rahman Hakim
 
Controllers for 3R Robot
Controllers for 3R RobotControllers for 3R Robot
Controllers for 3R Robot
Giovanni 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 FRICTION
balupost
 
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
Giovanni 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 2016
Charlton 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 16
chener 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 2016
chener 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 Relations
mohull
 

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 openfoam
takuyayamamoto1800
 
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 OpenFOAM
Fumiya 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 interfaces
Tim 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 Models
Mauritz van den Worm
 
Thermal diffusivity
Thermal diffusivityThermal diffusivity
Thermal diffusivity
Kushaji
 
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
International Journal of Engineering Inventions www.ijeijournal.com
 
Hydrodynamic scaling and analytically solvable models
Hydrodynamic scaling and analytically solvable modelsHydrodynamic scaling and analytically solvable models
Hydrodynamic scaling and analytically solvable models
Giorgio Torrieri
 
Teorema de Green-Tao
Teorema de Green-TaoTeorema de Green-Tao
Teorema de Green-Tao
XequeMateShannon
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
Teja 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 eqn
DheerendraKumar43
 
3 Applications Of Differential Equations
3 Applications Of Differential Equations3 Applications Of Differential Equations
3 Applications Of Differential Equations
Jeff Nelson
 
Hssc ii introduction of limits
Hssc ii   introduction of limitsHssc ii   introduction of limits
Hssc ii introduction of limits
Sadiq Hussain
 
exceptionaly long-range quantum lattice models
exceptionaly long-range quantum lattice modelsexceptionaly long-range quantum lattice models
exceptionaly long-range quantum lattice models
Mauritz van den Worm
 
Ray : modeling dynamic systems
Ray : modeling dynamic systemsRay : modeling dynamic systems
Ray : modeling dynamic systems
Houw Liong The
 
002 ray modeling dynamic systems
002 ray modeling dynamic systems002 ray modeling dynamic systems
002 ray modeling dynamic systems
Institute of Technology Telkom
 
002 ray modeling dynamic systems
002 ray modeling dynamic systems002 ray modeling dynamic systems
002 ray modeling dynamic systems
Institute of Technology Telkom
 
Project on CFD using MATLAB
Project on CFD using MATLABProject on CFD using MATLAB
Project on CFD using MATLAB
Rohit 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

OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
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 medium
takuyayamamoto1800
 
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
takuyayamamoto1800
 
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 (9)

OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
 
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

De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 

Recently uploaded (20)

De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 

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 数値流流体⼒力力学, 訳; 松下洋介,斎藤泰洋,⻘青⽊木秀 之,三浦隆利利 森北北出版