SlideShare a Scribd company logo
1 of 16
Download to read offline
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Masashi Imano (OCAEL Co.Ltd.)
Optimization of relaxation factor
for simple solver
1
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
“Guidebook for Practical
Applications of CFD
to Pedestrian Wind
Environment around Buildings”
Working Group in Architectural Institute of Japan
Web site (in Japanese and English)( in Japanese)
Akashi Mochida, Yoshihide Tominaga, et al.
Guideline for Practical Applications
2
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Case A
(2:1:1 shape)
Case B
(4:4:1 shape)
Case C
(Simple blocks)
Case D
(High-rise bldg.)
Case E
(Niigata)
Case F
(Shinjuku, Tokyo)
Benchmark tests
3
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Mesh
Cartesian mesh
(snappyHexMesh)
Inflow
Interpolate from wind
tunnel results
Top & Side
wall
Zero gradient
Ground and
bldg. wall
Generalized log law
for a smooth wall
Turbulence
model
Standard k-epsilon
Advection
scheme
Upwind
Algorithm SIMPLE (simpleFoam)
Wind direction NNE
Building
complexes with
simple building
shape in actual
urban area
(Niigata)
Case E - Calculation condition
4
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Case E - Validation
RMSE(Root Mean Square Error)
Code O(Overlapping structured grid)
0.24
OpenFOAM (Unstructured grid)
0.22
NNE
Code OExperiment Code O OpenFOAM
Normalizedvelocity
5
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Test cluster condition
• Project XL server @ Hokkaido University
• Hardware: HITACH BladeSymphony BS 2000
• CPU: Intel Xeon E7-8870 2.4GHz, 10 cores
• Node: 4CPUs (40 cores)
• Memory: 128GB/node
• HDD: 2TB/node
• OS: Any OS (root account is available)
• Rental fee: 21,000 yen/month
• Other project server:
✓ L server: 10 cores(1CPU), 5,250 yen/month
6
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Accelerate simple solver
• Relaxation parameters for pressure and velocity are
important for steady state incompressible flows
(solver: simpleFoam)
relaxationFactors	
  //	
  0	
  <	
  relaxationFactors	
  <=	
  1
{
	
  	
  	
  	
  p	
  	
  	
  	
  	
  	
  	
  	
  0.3;	
  //	
  for	
  pressure	
  (important)
	
  	
  	
  	
  U	
  	
  	
  	
  	
  	
  	
  	
  0.5;	
  //	
  for	
  velocity	
  vectors	
  (important)
	
  	
  	
  	
  k	
  	
  	
  	
  	
  	
  	
  	
  0.5;	
  //	
  for	
  turbulence	
  kinetic	
  energy
	
  	
  	
  	
  epsilon	
  	
  0.5;	
  //	
  for	
  turbulence	
  kinetic	
  energy
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  //	
  dissipation	
  rate
}
system/fvSolution:
7
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Convergence criteria
SIMPLE
{	
  	
  	
  	
  
	
  	
  	
  	
  nNonOrthogonalCorrectors	
  0;
	
  	
  	
  	
  residualControl	
  //	
  convergence	
  criteria
	
  	
  	
  	
  {
	
  	
  	
  	
  	
  	
  	
  	
  "(p|U|k|epsilon|omega)"	
  2e-­‐3;
	
  	
  	
  	
  }
}
system/fvSolution:
8
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Results of speedup in SIMPLE 1
0
0.5
1
1.5
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.75 0.8 0.85 0.9
Speedupratio(baseαU=0.5,αp=0.8)
Relaxation factor for velocity (αU)
0.1 0.2 0.3 0.4 0.5 0.6 0.7
0.8 0.9
Relaxation factor for pressure (αP)
αP=0.1
αP=0.2
αP=0.3
9
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Results of speedup in SIMPLE 2
0.9
1
1.1
1.2
1.3
1.4
1.5
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.75 0.8 0.85 0.9
Speedupratio(baseαU=0.5,αp=0.8)
Relaxation factor for velocity (αU)
0.1 0.2 0.3 0.4 0.5 0.6 0.7
0.8 0.9
Relaxation factor for pressure (αP)
αP=0.1
αP=0.2
αP=0.3
αP=0.4αP=0.5
αP=0.6
αP=0.7
αP=0.8
αP=0.9
10
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Results of speedup in SIMPLEC
0
125
250
375
500
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
Iterationnumber
Relaxation factor for pressure (αU)
0.1 0.2 0.3 0.4 0.5 0.6
0.7 0.8 0.9 SIMPLEC
Relaxation factor for velocity (αP)
αP=0.8
αP=0.9
αP=0.7
αP=0.6
αP=0.5
αP=0.4
αP=0.3
αP=0.2
αP=0.1
SIMPLEC is almost equivalance
to SIMPLE when αU+αP=1
11
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Execution time per iteration
0
600
1200
1800
2400
3000
3600
4200
4800
0 600 1200 1800 2400 3000
Exectiontime[s]
Number of iteration
SIMPLE SIMPLEC
12
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Results of speedup in SIMPLEC 2
0
0.5
1
1.5
2
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
Speedupratio(baseαU=0.5,αp=0.8)
Relaxation factor for pressure (αU)
0.1 0.2 0.3 0.4 0.5 0.6
0.7 0.8 0.9 SIMPLEC
Relaxation factor for velocity (αP)
αO=0.8
αP=0.9
αP=0.7 αP=0.6
αP=0.5
αP=0.4
αP=0.3
αP=0.2
αP=0.1
SIMPLEC is almost equivalance
to SIMPLE when αU+αP=1
13
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
0
0.5
1
1.5
2
2.5
3
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
Maximumofvelocityrenewal[m/s]
Relaxation factor for pressure (αU)
Ux Uy Uz
Maximum of velocity renewal 1
When solution is converged
(i.e Initial residual for p and U are smaller than criteria)
Inlet velocity at
pedestrian level is about 3 m/s.
Maximum of velocity renewal
should be smaller than about
10% of 3 m/s, i.e. 0.3 m/s.
0.3 m/s
14
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
0
0.5
1
1.5
2
2.5
3
0 1 2 3 4 5 6 7 8 9
Maximumofvelocityrenewal[m/s]
Virtual time step (E=αU /(1-αU)
Ux Uy Uz
Maximum of velocity renewal 2
When solution is converged
(i.e Initial residual for p and U are smaller than criteria)
15
Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.)
Any Questions?
16

More Related Content

What's hot

OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析takuyayamamoto1800
 
OpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズOpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズmmer547
 
OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例takuyayamamoto1800
 
流体解析入門者向け超初級講習会
流体解析入門者向け超初級講習会流体解析入門者向け超初級講習会
流体解析入門者向け超初級講習会mmer547
 
OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化takuyayamamoto1800
 
CFD for Rotating Machinery using OpenFOAM
CFD for Rotating Machinery using OpenFOAMCFD for Rotating Machinery using OpenFOAM
CFD for Rotating Machinery using OpenFOAMFumiya Nozaki
 
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)takuyayamamoto1800
 
About multiphaseEulerFoam
About multiphaseEulerFoamAbout multiphaseEulerFoam
About multiphaseEulerFoam守淑 田村
 
Dynamic Mesh in OpenFOAM
Dynamic Mesh in OpenFOAMDynamic Mesh in OpenFOAM
Dynamic Mesh in OpenFOAMFumiya Nozaki
 
OpenFOAMの壁関数
OpenFOAMの壁関数OpenFOAMの壁関数
OpenFOAMの壁関数Fumiya Nozaki
 
OpenFOAMソルバの実行時ベイズ最適化
OpenFOAMソルバの実行時ベイズ最適化OpenFOAMソルバの実行時ベイズ最適化
OpenFOAMソルバの実行時ベイズ最適化Masashi Imano
 
Turbulence Models in OpenFOAM
Turbulence Models in OpenFOAMTurbulence Models in OpenFOAM
Turbulence Models in OpenFOAMFumiya Nozaki
 
About dexcs2021 for OpenFOAM
About dexcs2021 for OpenFOAMAbout dexcs2021 for OpenFOAM
About dexcs2021 for OpenFOAMEtsuji Nomura
 
Motor bike by cfmesh
Motor bike by cfmeshMotor bike by cfmesh
Motor bike by cfmeshEtsuji Nomura
 
OpenFOAMを用いた計算後の等高面データの取得方法
OpenFOAMを用いた計算後の等高面データの取得方法OpenFOAMを用いた計算後の等高面データの取得方法
OpenFOAMを用いた計算後の等高面データの取得方法takuyayamamoto1800
 
FSI analysis with preCICE (OpenFOAM and CalculiX)
FSI analysis with preCICE (OpenFOAM and CalculiX) FSI analysis with preCICE (OpenFOAM and CalculiX)
FSI analysis with preCICE (OpenFOAM and CalculiX) 守淑 田村
 
Limited Gradient Schemes in OpenFOAM
Limited Gradient Schemes in OpenFOAMLimited Gradient Schemes in OpenFOAM
Limited Gradient Schemes in OpenFOAMFumiya Nozaki
 
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
 

What's hot (20)

interFoamの検証
interFoamの検証interFoamの検証
interFoamの検証
 
OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析
 
OpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズOpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズ
 
OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例
 
流体解析入門者向け超初級講習会
流体解析入門者向け超初級講習会流体解析入門者向け超初級講習会
流体解析入門者向け超初級講習会
 
OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化
 
CFD for Rotating Machinery using OpenFOAM
CFD for Rotating Machinery using OpenFOAMCFD for Rotating Machinery using OpenFOAM
CFD for Rotating Machinery using OpenFOAM
 
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
OpenFOAMに実装したS-CLSVOF法検証(静止気泡のLaplace圧)
 
About multiphaseEulerFoam
About multiphaseEulerFoamAbout multiphaseEulerFoam
About multiphaseEulerFoam
 
Dynamic Mesh in OpenFOAM
Dynamic Mesh in OpenFOAMDynamic Mesh in OpenFOAM
Dynamic Mesh in OpenFOAM
 
OpenFOAMの壁関数
OpenFOAMの壁関数OpenFOAMの壁関数
OpenFOAMの壁関数
 
OpenFOAMソルバの実行時ベイズ最適化
OpenFOAMソルバの実行時ベイズ最適化OpenFOAMソルバの実行時ベイズ最適化
OpenFOAMソルバの実行時ベイズ最適化
 
Turbulence Models in OpenFOAM
Turbulence Models in OpenFOAMTurbulence Models in OpenFOAM
Turbulence Models in OpenFOAM
 
About dexcs2021 for OpenFOAM
About dexcs2021 for OpenFOAMAbout dexcs2021 for OpenFOAM
About dexcs2021 for OpenFOAM
 
Motor bike by cfmesh
Motor bike by cfmeshMotor bike by cfmesh
Motor bike by cfmesh
 
OpenFOAMを用いた計算後の等高面データの取得方法
OpenFOAMを用いた計算後の等高面データの取得方法OpenFOAMを用いた計算後の等高面データの取得方法
OpenFOAMを用いた計算後の等高面データの取得方法
 
FSI analysis with preCICE (OpenFOAM and CalculiX)
FSI analysis with preCICE (OpenFOAM and CalculiX) FSI analysis with preCICE (OpenFOAM and CalculiX)
FSI analysis with preCICE (OpenFOAM and CalculiX)
 
Limited Gradient Schemes in OpenFOAM
Limited Gradient Schemes in OpenFOAMLimited Gradient Schemes in OpenFOAM
Limited Gradient Schemes in OpenFOAM
 
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
 

Viewers also liked

Pagrindines dos komandos
Pagrindines dos komandosPagrindines dos komandos
Pagrindines dos komandosDonatas Bukelis
 
23 06-2014-odf-report-russian-federation-supports-terrorists-in-eastern-ukrai...
23 06-2014-odf-report-russian-federation-supports-terrorists-in-eastern-ukrai...23 06-2014-odf-report-russian-federation-supports-terrorists-in-eastern-ukrai...
23 06-2014-odf-report-russian-federation-supports-terrorists-in-eastern-ukrai...odfoundation
 
Roman games in Le puy du fou
Roman games in Le puy du fouRoman games in Le puy du fou
Roman games in Le puy du foumhr56
 
Open office org_pagrindai
Open office org_pagrindaiOpen office org_pagrindai
Open office org_pagrindaiDonatas Bukelis
 
Vervoersplan 2014 Brussel
Vervoersplan 2014 Brussel Vervoersplan 2014 Brussel
Vervoersplan 2014 Brussel NMBS
 
13.02.2014 odf ukraine_attacks_on_journalists_ru
13.02.2014 odf ukraine_attacks_on_journalists_ru13.02.2014 odf ukraine_attacks_on_journalists_ru
13.02.2014 odf ukraine_attacks_on_journalists_ruodfoundation
 
後期聖徒的信仰(摩爾門教)
後期聖徒的信仰(摩爾門教)後期聖徒的信仰(摩爾門教)
後期聖徒的信仰(摩爾門教)Ronald Kimmons
 
Kompiuterinio rastingumo pagrindai_2007
Kompiuterinio rastingumo pagrindai_2007Kompiuterinio rastingumo pagrindai_2007
Kompiuterinio rastingumo pagrindai_2007Donatas Bukelis
 

Viewers also liked (19)

MSc Presentation.potx
MSc Presentation.potxMSc Presentation.potx
MSc Presentation.potx
 
Pagrindines dos komandos
Pagrindines dos komandosPagrindines dos komandos
Pagrindines dos komandos
 
23 06-2014-odf-report-russian-federation-supports-terrorists-in-eastern-ukrai...
23 06-2014-odf-report-russian-federation-supports-terrorists-in-eastern-ukrai...23 06-2014-odf-report-russian-federation-supports-terrorists-in-eastern-ukrai...
23 06-2014-odf-report-russian-federation-supports-terrorists-in-eastern-ukrai...
 
Unix pranesimu temos
Unix pranesimu temosUnix pranesimu temos
Unix pranesimu temos
 
5 Most Common Trade Spend Mistakes
5 Most Common Trade Spend Mistakes 5 Most Common Trade Spend Mistakes
5 Most Common Trade Spend Mistakes
 
Roman games in Le puy du fou
Roman games in Le puy du fouRoman games in Le puy du fou
Roman games in Le puy du fou
 
Windows cmd saukiniai
Windows cmd saukiniaiWindows cmd saukiniai
Windows cmd saukiniai
 
Google paieska
Google paieskaGoogle paieska
Google paieska
 
Open office org_pagrindai
Open office org_pagrindaiOpen office org_pagrindai
Open office org_pagrindai
 
Vervoersplan 2014 Brussel
Vervoersplan 2014 Brussel Vervoersplan 2014 Brussel
Vervoersplan 2014 Brussel
 
Paskaita nr8 mac_os
Paskaita nr8 mac_osPaskaita nr8 mac_os
Paskaita nr8 mac_os
 
Facebook in education
Facebook in educationFacebook in education
Facebook in education
 
Jesus garza 222
Jesus garza 222Jesus garza 222
Jesus garza 222
 
Top画面でできる事
Top画面でできる事Top画面でできる事
Top画面でできる事
 
Paskaita nr5 modeliai
Paskaita nr5 modeliaiPaskaita nr5 modeliai
Paskaita nr5 modeliai
 
13.02.2014 odf ukraine_attacks_on_journalists_ru
13.02.2014 odf ukraine_attacks_on_journalists_ru13.02.2014 odf ukraine_attacks_on_journalists_ru
13.02.2014 odf ukraine_attacks_on_journalists_ru
 
後期聖徒的信仰(摩爾門教)
後期聖徒的信仰(摩爾門教)後期聖徒的信仰(摩爾門教)
後期聖徒的信仰(摩爾門教)
 
Doc092
Doc092Doc092
Doc092
 
Kompiuterinio rastingumo pagrindai_2007
Kompiuterinio rastingumo pagrindai_2007Kompiuterinio rastingumo pagrindai_2007
Kompiuterinio rastingumo pagrindai_2007
 

Similar to Optimization of relaxation factors and convergence criteria in OpenFOAM

SGI OpenFOAM Cloud Benchmark Part 3, OpenFOAM Study Meeting for beginner@Kans...
SGI OpenFOAM Cloud Benchmark Part 3, OpenFOAM Study Meeting for beginner@Kans...SGI OpenFOAM Cloud Benchmark Part 3, OpenFOAM Study Meeting for beginner@Kans...
SGI OpenFOAM Cloud Benchmark Part 3, OpenFOAM Study Meeting for beginner@Kans...Masashi Imano
 
Space Systems & Space Subsystems Fundamentals Technical Training Course Sampler
Space Systems & Space Subsystems Fundamentals Technical Training Course SamplerSpace Systems & Space Subsystems Fundamentals Technical Training Course Sampler
Space Systems & Space Subsystems Fundamentals Technical Training Course SamplerJim Jenkins
 
Modelon JSME 2016 - Model Based Design for Fuel Cell Systems
Modelon JSME 2016 - Model Based Design for Fuel Cell SystemsModelon JSME 2016 - Model Based Design for Fuel Cell Systems
Modelon JSME 2016 - Model Based Design for Fuel Cell SystemsModelon
 
IRJET- PSO Tuned PID Controller for Single-Area Multi- Source LFC System
IRJET- PSO Tuned PID Controller for Single-Area Multi- Source LFC SystemIRJET- PSO Tuned PID Controller for Single-Area Multi- Source LFC System
IRJET- PSO Tuned PID Controller for Single-Area Multi- Source LFC SystemIRJET Journal
 
Fatigue analysis of composite material parabolic leaf spring through S- N app...
Fatigue analysis of composite material parabolic leaf spring through S- N app...Fatigue analysis of composite material parabolic leaf spring through S- N app...
Fatigue analysis of composite material parabolic leaf spring through S- N app...IRJET Journal
 
Composite automobile leaf spring-Fatigue life
Composite automobile leaf spring-Fatigue lifeComposite automobile leaf spring-Fatigue life
Composite automobile leaf spring-Fatigue lifePadmanabhan Krishnan
 
Use of Shainin Design of Experiments to Reduce the Tripping Force of an Air C...
Use of Shainin Design of Experiments to Reduce the Tripping Force of an Air C...Use of Shainin Design of Experiments to Reduce the Tripping Force of an Air C...
Use of Shainin Design of Experiments to Reduce the Tripping Force of an Air C...theijes
 
Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Binod kafle
 
Simulation Studies of Reactive Distillation for Ethyl Acetate Production
Simulation Studies of Reactive Distillation for Ethyl Acetate ProductionSimulation Studies of Reactive Distillation for Ethyl Acetate Production
Simulation Studies of Reactive Distillation for Ethyl Acetate ProductionIRJET Journal
 
SmartKem : Organic Semiconductors for Flexible Displays
SmartKem : Organic Semiconductors for Flexible DisplaysSmartKem : Organic Semiconductors for Flexible Displays
SmartKem : Organic Semiconductors for Flexible Displaysdublin44
 
ALEA:Fine-grain Energy Profiling with Basic Block sampling
ALEA:Fine-grain Energy Profiling with Basic Block samplingALEA:Fine-grain Energy Profiling with Basic Block sampling
ALEA:Fine-grain Energy Profiling with Basic Block samplingLev Mukhanov
 
Optimization of Corridor Observation Method to Solve Environmental and Econom...
Optimization of Corridor Observation Method to Solve Environmental and Econom...Optimization of Corridor Observation Method to Solve Environmental and Econom...
Optimization of Corridor Observation Method to Solve Environmental and Econom...ijceronline
 
Multiphysics Modeling of Induction Machines_Jd'12 pres
Multiphysics Modeling of Induction Machines_Jd'12 presMultiphysics Modeling of Induction Machines_Jd'12 pres
Multiphysics Modeling of Induction Machines_Jd'12 presMellah Hacene
 
Deriving Jet Energy Corrections using 2012 Open Data
Deriving Jet Energy Corrections using 2012 Open DataDeriving Jet Energy Corrections using 2012 Open Data
Deriving Jet Energy Corrections using 2012 Open DataDaniel Bustamante López
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...ijceronline
 

Similar to Optimization of relaxation factors and convergence criteria in OpenFOAM (20)

Basic openfoa mtutorialsguide
Basic openfoa mtutorialsguideBasic openfoa mtutorialsguide
Basic openfoa mtutorialsguide
 
SGI OpenFOAM Cloud Benchmark Part 3, OpenFOAM Study Meeting for beginner@Kans...
SGI OpenFOAM Cloud Benchmark Part 3, OpenFOAM Study Meeting for beginner@Kans...SGI OpenFOAM Cloud Benchmark Part 3, OpenFOAM Study Meeting for beginner@Kans...
SGI OpenFOAM Cloud Benchmark Part 3, OpenFOAM Study Meeting for beginner@Kans...
 
Kaizenreport
KaizenreportKaizenreport
Kaizenreport
 
Space Systems & Space Subsystems Fundamentals Technical Training Course Sampler
Space Systems & Space Subsystems Fundamentals Technical Training Course SamplerSpace Systems & Space Subsystems Fundamentals Technical Training Course Sampler
Space Systems & Space Subsystems Fundamentals Technical Training Course Sampler
 
OLED
OLEDOLED
OLED
 
09 ishikawa pvgs
09 ishikawa pvgs09 ishikawa pvgs
09 ishikawa pvgs
 
Ijmet 10 02_030
Ijmet 10 02_030Ijmet 10 02_030
Ijmet 10 02_030
 
Modelon JSME 2016 - Model Based Design for Fuel Cell Systems
Modelon JSME 2016 - Model Based Design for Fuel Cell SystemsModelon JSME 2016 - Model Based Design for Fuel Cell Systems
Modelon JSME 2016 - Model Based Design for Fuel Cell Systems
 
IRJET- PSO Tuned PID Controller for Single-Area Multi- Source LFC System
IRJET- PSO Tuned PID Controller for Single-Area Multi- Source LFC SystemIRJET- PSO Tuned PID Controller for Single-Area Multi- Source LFC System
IRJET- PSO Tuned PID Controller for Single-Area Multi- Source LFC System
 
Fatigue analysis of composite material parabolic leaf spring through S- N app...
Fatigue analysis of composite material parabolic leaf spring through S- N app...Fatigue analysis of composite material parabolic leaf spring through S- N app...
Fatigue analysis of composite material parabolic leaf spring through S- N app...
 
Composite automobile leaf spring-Fatigue life
Composite automobile leaf spring-Fatigue lifeComposite automobile leaf spring-Fatigue life
Composite automobile leaf spring-Fatigue life
 
Use of Shainin Design of Experiments to Reduce the Tripping Force of an Air C...
Use of Shainin Design of Experiments to Reduce the Tripping Force of an Air C...Use of Shainin Design of Experiments to Reduce the Tripping Force of an Air C...
Use of Shainin Design of Experiments to Reduce the Tripping Force of an Air C...
 
Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.
 
Simulation Studies of Reactive Distillation for Ethyl Acetate Production
Simulation Studies of Reactive Distillation for Ethyl Acetate ProductionSimulation Studies of Reactive Distillation for Ethyl Acetate Production
Simulation Studies of Reactive Distillation for Ethyl Acetate Production
 
SmartKem : Organic Semiconductors for Flexible Displays
SmartKem : Organic Semiconductors for Flexible DisplaysSmartKem : Organic Semiconductors for Flexible Displays
SmartKem : Organic Semiconductors for Flexible Displays
 
ALEA:Fine-grain Energy Profiling with Basic Block sampling
ALEA:Fine-grain Energy Profiling with Basic Block samplingALEA:Fine-grain Energy Profiling with Basic Block sampling
ALEA:Fine-grain Energy Profiling with Basic Block sampling
 
Optimization of Corridor Observation Method to Solve Environmental and Econom...
Optimization of Corridor Observation Method to Solve Environmental and Econom...Optimization of Corridor Observation Method to Solve Environmental and Econom...
Optimization of Corridor Observation Method to Solve Environmental and Econom...
 
Multiphysics Modeling of Induction Machines_Jd'12 pres
Multiphysics Modeling of Induction Machines_Jd'12 presMultiphysics Modeling of Induction Machines_Jd'12 pres
Multiphysics Modeling of Induction Machines_Jd'12 pres
 
Deriving Jet Energy Corrections using 2012 Open Data
Deriving Jet Energy Corrections using 2012 Open DataDeriving Jet Energy Corrections using 2012 Open Data
Deriving Jet Energy Corrections using 2012 Open Data
 
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
Bi-objective Optimization Apply to Environment a land Economic Dispatch Probl...
 

More from Masashi Imano

名古屋大学スーパーコンピュータ不老のOpenFOAMベンチマークテスト
名古屋大学スーパーコンピュータ不老のOpenFOAMベンチマークテスト名古屋大学スーパーコンピュータ不老のOpenFOAMベンチマークテスト
名古屋大学スーパーコンピュータ不老のOpenFOAMベンチマークテストMasashi Imano
 
OpenFOAM-2.3.0の 全チュートアリアル・ベンチマーク
OpenFOAM-2.3.0の 全チュートアリアル・ベンチマークOpenFOAM-2.3.0の 全チュートアリアル・ベンチマーク
OpenFOAM-2.3.0の 全チュートアリアル・ベンチマークMasashi Imano
 
流体解析入門者向け超初級講習会@関東 修正版
流体解析入門者向け超初級講習会@関東 修正版流体解析入門者向け超初級講習会@関東 修正版
流体解析入門者向け超初級講習会@関東 修正版Masashi Imano
 
SGI OpenFOAM Cloud Benchmark Part 2, OpenFOAM Study Meeting for beginner@Kant...
SGI OpenFOAM Cloud Benchmark Part 2, OpenFOAM Study Meeting for beginner@Kant...SGI OpenFOAM Cloud Benchmark Part 2, OpenFOAM Study Meeting for beginner@Kant...
SGI OpenFOAM Cloud Benchmark Part 2, OpenFOAM Study Meeting for beginner@Kant...Masashi Imano
 
SGI OpenFOAM Cloud Benchmark, OpenFOAM Study Meeting for beginner@Kansai, 7th...
SGI OpenFOAM Cloud Benchmark, OpenFOAM Study Meeting for beginner@Kansai, 7th...SGI OpenFOAM Cloud Benchmark, OpenFOAM Study Meeting for beginner@Kansai, 7th...
SGI OpenFOAM Cloud Benchmark, OpenFOAM Study Meeting for beginner@Kansai, 7th...Masashi Imano
 
「輸送方程式のソース項の実装 Ver-2.1の新機能Field sources」OpenFOAM勉強会 for beginner@関東,2012年04月21日
「輸送方程式のソース項の実装 Ver-2.1の新機能Field sources」OpenFOAM勉強会 for beginner@関東,2012年04月21日「輸送方程式のソース項の実装 Ver-2.1の新機能Field sources」OpenFOAM勉強会 for beginner@関東,2012年04月21日
「輸送方程式のソース項の実装 Ver-2.1の新機能Field sources」OpenFOAM勉強会 for beginner@関東,2012年04月21日Masashi Imano
 

More from Masashi Imano (6)

名古屋大学スーパーコンピュータ不老のOpenFOAMベンチマークテスト
名古屋大学スーパーコンピュータ不老のOpenFOAMベンチマークテスト名古屋大学スーパーコンピュータ不老のOpenFOAMベンチマークテスト
名古屋大学スーパーコンピュータ不老のOpenFOAMベンチマークテスト
 
OpenFOAM-2.3.0の 全チュートアリアル・ベンチマーク
OpenFOAM-2.3.0の 全チュートアリアル・ベンチマークOpenFOAM-2.3.0の 全チュートアリアル・ベンチマーク
OpenFOAM-2.3.0の 全チュートアリアル・ベンチマーク
 
流体解析入門者向け超初級講習会@関東 修正版
流体解析入門者向け超初級講習会@関東 修正版流体解析入門者向け超初級講習会@関東 修正版
流体解析入門者向け超初級講習会@関東 修正版
 
SGI OpenFOAM Cloud Benchmark Part 2, OpenFOAM Study Meeting for beginner@Kant...
SGI OpenFOAM Cloud Benchmark Part 2, OpenFOAM Study Meeting for beginner@Kant...SGI OpenFOAM Cloud Benchmark Part 2, OpenFOAM Study Meeting for beginner@Kant...
SGI OpenFOAM Cloud Benchmark Part 2, OpenFOAM Study Meeting for beginner@Kant...
 
SGI OpenFOAM Cloud Benchmark, OpenFOAM Study Meeting for beginner@Kansai, 7th...
SGI OpenFOAM Cloud Benchmark, OpenFOAM Study Meeting for beginner@Kansai, 7th...SGI OpenFOAM Cloud Benchmark, OpenFOAM Study Meeting for beginner@Kansai, 7th...
SGI OpenFOAM Cloud Benchmark, OpenFOAM Study Meeting for beginner@Kansai, 7th...
 
「輸送方程式のソース項の実装 Ver-2.1の新機能Field sources」OpenFOAM勉強会 for beginner@関東,2012年04月21日
「輸送方程式のソース項の実装 Ver-2.1の新機能Field sources」OpenFOAM勉強会 for beginner@関東,2012年04月21日「輸送方程式のソース項の実装 Ver-2.1の新機能Field sources」OpenFOAM勉強会 for beginner@関東,2012年04月21日
「輸送方程式のソース項の実装 Ver-2.1の新機能Field sources」OpenFOAM勉強会 for beginner@関東,2012年04月21日
 

Recently uploaded

computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 

Recently uploaded (20)

computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 

Optimization of relaxation factors and convergence criteria in OpenFOAM

  • 1. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Masashi Imano (OCAEL Co.Ltd.) Optimization of relaxation factor for simple solver 1
  • 2. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) “Guidebook for Practical Applications of CFD to Pedestrian Wind Environment around Buildings” Working Group in Architectural Institute of Japan Web site (in Japanese and English)( in Japanese) Akashi Mochida, Yoshihide Tominaga, et al. Guideline for Practical Applications 2
  • 3. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Case A (2:1:1 shape) Case B (4:4:1 shape) Case C (Simple blocks) Case D (High-rise bldg.) Case E (Niigata) Case F (Shinjuku, Tokyo) Benchmark tests 3
  • 4. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Mesh Cartesian mesh (snappyHexMesh) Inflow Interpolate from wind tunnel results Top & Side wall Zero gradient Ground and bldg. wall Generalized log law for a smooth wall Turbulence model Standard k-epsilon Advection scheme Upwind Algorithm SIMPLE (simpleFoam) Wind direction NNE Building complexes with simple building shape in actual urban area (Niigata) Case E - Calculation condition 4
  • 5. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Case E - Validation RMSE(Root Mean Square Error) Code O(Overlapping structured grid) 0.24 OpenFOAM (Unstructured grid) 0.22 NNE Code OExperiment Code O OpenFOAM Normalizedvelocity 5
  • 6. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Test cluster condition • Project XL server @ Hokkaido University • Hardware: HITACH BladeSymphony BS 2000 • CPU: Intel Xeon E7-8870 2.4GHz, 10 cores • Node: 4CPUs (40 cores) • Memory: 128GB/node • HDD: 2TB/node • OS: Any OS (root account is available) • Rental fee: 21,000 yen/month • Other project server: ✓ L server: 10 cores(1CPU), 5,250 yen/month 6
  • 7. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Accelerate simple solver • Relaxation parameters for pressure and velocity are important for steady state incompressible flows (solver: simpleFoam) relaxationFactors  //  0  <  relaxationFactors  <=  1 {        p                0.3;  //  for  pressure  (important)        U                0.5;  //  for  velocity  vectors  (important)        k                0.5;  //  for  turbulence  kinetic  energy        epsilon    0.5;  //  for  turbulence  kinetic  energy                                    //  dissipation  rate } system/fvSolution: 7
  • 8. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Convergence criteria SIMPLE {                nNonOrthogonalCorrectors  0;        residualControl  //  convergence  criteria        {                "(p|U|k|epsilon|omega)"  2e-­‐3;        } } system/fvSolution: 8
  • 9. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Results of speedup in SIMPLE 1 0 0.5 1 1.5 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.75 0.8 0.85 0.9 Speedupratio(baseαU=0.5,αp=0.8) Relaxation factor for velocity (αU) 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Relaxation factor for pressure (αP) αP=0.1 αP=0.2 αP=0.3 9
  • 10. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Results of speedup in SIMPLE 2 0.9 1 1.1 1.2 1.3 1.4 1.5 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.75 0.8 0.85 0.9 Speedupratio(baseαU=0.5,αp=0.8) Relaxation factor for velocity (αU) 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Relaxation factor for pressure (αP) αP=0.1 αP=0.2 αP=0.3 αP=0.4αP=0.5 αP=0.6 αP=0.7 αP=0.8 αP=0.9 10
  • 11. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Results of speedup in SIMPLEC 0 125 250 375 500 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Iterationnumber Relaxation factor for pressure (αU) 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 SIMPLEC Relaxation factor for velocity (αP) αP=0.8 αP=0.9 αP=0.7 αP=0.6 αP=0.5 αP=0.4 αP=0.3 αP=0.2 αP=0.1 SIMPLEC is almost equivalance to SIMPLE when αU+αP=1 11
  • 12. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Execution time per iteration 0 600 1200 1800 2400 3000 3600 4200 4800 0 600 1200 1800 2400 3000 Exectiontime[s] Number of iteration SIMPLE SIMPLEC 12
  • 13. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Results of speedup in SIMPLEC 2 0 0.5 1 1.5 2 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Speedupratio(baseαU=0.5,αp=0.8) Relaxation factor for pressure (αU) 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 SIMPLEC Relaxation factor for velocity (αP) αO=0.8 αP=0.9 αP=0.7 αP=0.6 αP=0.5 αP=0.4 αP=0.3 αP=0.2 αP=0.1 SIMPLEC is almost equivalance to SIMPLE when αU+αP=1 13
  • 14. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) 0 0.5 1 1.5 2 2.5 3 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Maximumofvelocityrenewal[m/s] Relaxation factor for pressure (αU) Ux Uy Uz Maximum of velocity renewal 1 When solution is converged (i.e Initial residual for p and U are smaller than criteria) Inlet velocity at pedestrian level is about 3 m/s. Maximum of velocity renewal should be smaller than about 10% of 3 m/s, i.e. 0.3 m/s. 0.3 m/s 14
  • 15. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) 0 0.5 1 1.5 2 2.5 3 0 1 2 3 4 5 6 7 8 9 Maximumofvelocityrenewal[m/s] Virtual time step (E=αU /(1-αU) Ux Uy Uz Maximum of velocity renewal 2 When solution is converged (i.e Initial residual for p and U are smaller than criteria) 15
  • 16. Aug. 26th 2012 OpenFOAM Study Meeting for beginner @ Kanto Masashi Imano (OCAEL Co. Ltd.) Any Questions? 16