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

CFD for Rotating Machinery using OpenFOAM
CFD for Rotating Machinery using OpenFOAMCFD for Rotating Machinery using OpenFOAM
CFD for Rotating Machinery using OpenFOAM
Fumiya Nozaki
 
OpenFOAM の cyclic、cyclicAMI、cyclicACMI 条件について
OpenFOAM の cyclic、cyclicAMI、cyclicACMI 条件についてOpenFOAM の cyclic、cyclicAMI、cyclicACMI 条件について
OpenFOAM の cyclic、cyclicAMI、cyclicACMI 条件について
Fumiya Nozaki
 
OpenFOAM の境界条件をまとめよう!
OpenFOAM の境界条件をまとめよう!OpenFOAM の境界条件をまとめよう!
OpenFOAM の境界条件をまとめよう!
Fumiya Nozaki
 
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
takuyayamamoto1800
 
Motor bike by cfmesh
Motor bike by cfmeshMotor bike by cfmesh
Motor bike by cfmesh
Etsuji Nomura
 
OpenFOAM -空間の離散化と係数行列の取り扱い(Spatial Discretization and Coefficient Matrix)-
OpenFOAM -空間の離散化と係数行列の取り扱い(Spatial Discretization and Coefficient Matrix)-OpenFOAM -空間の離散化と係数行列の取り扱い(Spatial Discretization and Coefficient Matrix)-
OpenFOAM -空間の離散化と係数行列の取り扱い(Spatial Discretization and Coefficient Matrix)-
Fumiya Nozaki
 
buoyantBousinessqSimpleFoam
buoyantBousinessqSimpleFoambuoyantBousinessqSimpleFoam
buoyantBousinessqSimpleFoam
Milad Sm
 

What's hot (20)

Tutorial to set up a case for chtMultiRegionFoam in OpenFOAM 2.0.0
Tutorial to set up a case for chtMultiRegionFoam in OpenFOAM 2.0.0Tutorial to set up a case for chtMultiRegionFoam in OpenFOAM 2.0.0
Tutorial to set up a case for chtMultiRegionFoam in OpenFOAM 2.0.0
 
rhoCentralFoam in OpenFOAM
rhoCentralFoam in OpenFOAMrhoCentralFoam in OpenFOAM
rhoCentralFoam in OpenFOAM
 
CFD for Rotating Machinery using OpenFOAM
CFD for Rotating Machinery using OpenFOAMCFD for Rotating Machinery using OpenFOAM
CFD for Rotating Machinery using OpenFOAM
 
Baffle meshing
Baffle meshingBaffle meshing
Baffle meshing
 
OpenFOAM の cyclic、cyclicAMI、cyclicACMI 条件について
OpenFOAM の cyclic、cyclicAMI、cyclicACMI 条件についてOpenFOAM の cyclic、cyclicAMI、cyclicACMI 条件について
OpenFOAM の cyclic、cyclicAMI、cyclicACMI 条件について
 
OpenFOAM の境界条件をまとめよう!
OpenFOAM の境界条件をまとめよう!OpenFOAM の境界条件をまとめよう!
OpenFOAM の境界条件をまとめよう!
 
ParaviewでのParticle Tracerを用いた可視化
ParaviewでのParticle Tracerを用いた可視化ParaviewでのParticle Tracerを用いた可視化
ParaviewでのParticle Tracerを用いた可視化
 
OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例
 
PreCICE CHT with OpenFOAM and CalculiX
PreCICE CHT with OpenFOAM and CalculiXPreCICE CHT with OpenFOAM and CalculiX
PreCICE CHT with OpenFOAM and CalculiX
 
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
OpenFOAMの混相流用改造solver(S-CLSVOF法)の設定・使い方
 
windshield defrost
windshield defrostwindshield defrost
windshield defrost
 
Motor bike by cfmesh
Motor bike by cfmeshMotor bike by cfmesh
Motor bike by cfmesh
 
OpenFOAM -空間の離散化と係数行列の取り扱い(Spatial Discretization and Coefficient Matrix)-
OpenFOAM -空間の離散化と係数行列の取り扱い(Spatial Discretization and Coefficient Matrix)-OpenFOAM -空間の離散化と係数行列の取り扱い(Spatial Discretization and Coefficient Matrix)-
OpenFOAM -空間の離散化と係数行列の取り扱い(Spatial Discretization and Coefficient Matrix)-
 
CFD - OpenFOAM
CFD - OpenFOAMCFD - OpenFOAM
CFD - OpenFOAM
 
Mixer vessel by cfmesh
Mixer vessel by cfmeshMixer vessel by cfmesh
Mixer vessel by cfmesh
 
OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差
 
OpenFOAM for beginners: Hands-on training
OpenFOAM for beginners: Hands-on trainingOpenFOAM for beginners: Hands-on training
OpenFOAM for beginners: Hands-on training
 
Of tutorials v1806
Of tutorials v1806Of tutorials v1806
Of tutorials v1806
 
buoyantBousinessqSimpleFoam
buoyantBousinessqSimpleFoambuoyantBousinessqSimpleFoam
buoyantBousinessqSimpleFoam
 
Boundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAMBoundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAM
 

Viewers also liked

Dynamic Mesh in OpenFOAM
Dynamic Mesh in OpenFOAMDynamic Mesh in OpenFOAM
Dynamic Mesh in OpenFOAM
Fumiya Nozaki
 
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
mhr56
 
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
odfoundation
 

Viewers also liked (20)

Dynamic Mesh in OpenFOAM
Dynamic Mesh in OpenFOAMDynamic Mesh in OpenFOAM
Dynamic Mesh in OpenFOAM
 
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 factor for simple solver, OpenFOAM Study Meeting for beginner@Kanto, 26th Aug. 2012

Ijmet 10 02_030
Ijmet 10 02_030Ijmet 10 02_030
Ijmet 10 02_030
IAEME Publication
 
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
Modelon
 
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
 

Similar to Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting for beginner@Kanto, 26th Aug. 2012 (20)

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
 
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
 
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...
 
FINAL ORAL
FINAL ORALFINAL ORAL
FINAL ORAL
 
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
 
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
 
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
 
Prediction of the Open-Water Performance of Ducted Propellers With a Panel Me...
Prediction of the Open-Water Performance of Ducted Propellers With a Panel Me...Prediction of the Open-Water Performance of Ducted Propellers With a Panel Me...
Prediction of the Open-Water Performance of Ducted Propellers With a Panel Me...
 
Design of Experiments Group Presentation- Spring 2013
Design of Experiments Group Presentation- Spring 2013Design of Experiments Group Presentation- Spring 2013
Design of Experiments Group Presentation- Spring 2013
 
Validation of a Fast Transient Solver based on the Projection Method
Validation of a Fast Transient Solver based on the Projection MethodValidation of a Fast Transient Solver based on the Projection Method
Validation of a Fast Transient Solver based on the Projection Method
 
A Statistical Approach to Optimize Parameters for Electrodeposition of Indium...
A Statistical Approach to Optimize Parameters for Electrodeposition of Indium...A Statistical Approach to Optimize Parameters for Electrodeposition of Indium...
A Statistical Approach to Optimize Parameters for Electrodeposition of Indium...
 
Chaotic based Pteropus algorithm for solving optimal reactive power problem
Chaotic based Pteropus algorithm for solving optimal reactive power problemChaotic based Pteropus algorithm for solving optimal reactive power problem
Chaotic based Pteropus algorithm for solving optimal reactive power problem
 
Photoelastic Stress Analysis of Bell Crank Lever: A Review
Photoelastic Stress Analysis of Bell Crank Lever: A ReviewPhotoelastic Stress Analysis of Bell Crank Lever: A Review
Photoelastic Stress Analysis of Bell Crank Lever: A Review
 
Modeling and implementation of a proportional derivative controller for elect...
Modeling and implementation of a proportional derivative controller for elect...Modeling and implementation of a proportional derivative controller for elect...
Modeling and implementation of a proportional derivative controller for elect...
 

More from Masashi Imano

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
 
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 (7)

名古屋大学スーパーコンピュータ不老の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 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...
 
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

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

Optimization of relaxation factor for simple solver, OpenFOAM Study Meeting for beginner@Kanto, 26th Aug. 2012

  • 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