SlideShare une entreprise Scribd logo
1  sur  16
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

Boundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAMBoundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAMFumiya Nozaki
 
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による気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例takuyayamamoto1800
 
OpenFOAM の境界条件をまとめよう!
OpenFOAM の境界条件をまとめよう!OpenFOAM の境界条件をまとめよう!
OpenFOAM の境界条件をまとめよう!Fumiya Nozaki
 
OpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズOpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズmmer547
 
About multiphaseEulerFoam
About multiphaseEulerFoamAbout multiphaseEulerFoam
About multiphaseEulerFoam守淑 田村
 
OpenFOAM v2.3.0のチュートリアル 『oscillatingInletACMI2D』
OpenFOAM v2.3.0のチュートリアル 『oscillatingInletACMI2D』OpenFOAM v2.3.0のチュートリアル 『oscillatingInletACMI2D』
OpenFOAM v2.3.0のチュートリアル 『oscillatingInletACMI2D』Fumiya Nozaki
 
OpenFOAMスレッド並列化のための基礎検討
OpenFOAMスレッド並列化のための基礎検討OpenFOAMスレッド並列化のための基礎検討
OpenFOAMスレッド並列化のための基礎検討Fixstars Corporation
 
OpenFOAM の Function Object 機能について
OpenFOAM の Function Object 機能についてOpenFOAM の Function Object 機能について
OpenFOAM の Function Object 機能についてFumiya Nozaki
 
OpenFOAM -回転領域を含む流体計算 (Rotating Geometry)-
OpenFOAM -回転領域を含む流体計算 (Rotating Geometry)-OpenFOAM -回転領域を含む流体計算 (Rotating Geometry)-
OpenFOAM -回転領域を含む流体計算 (Rotating Geometry)-Fumiya Nozaki
 
OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析takuyayamamoto1800
 
OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化takuyayamamoto1800
 
OpenFOAMの壁関数
OpenFOAMの壁関数OpenFOAMの壁関数
OpenFOAMの壁関数Fumiya Nozaki
 
OpenFOAM Programming Tips
OpenFOAM Programming TipsOpenFOAM Programming Tips
OpenFOAM Programming TipsFumiya Nozaki
 
Spatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMSpatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMFumiya Nozaki
 
Turbulence Models in OpenFOAM
Turbulence Models in OpenFOAMTurbulence Models in OpenFOAM
Turbulence Models in OpenFOAMFumiya Nozaki
 
OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差takuyayamamoto1800
 
Motor bike by cfmesh
Motor bike by cfmeshMotor bike by cfmesh
Motor bike by cfmeshEtsuji Nomura
 
OpenFOAMによる混相流シミュレーション入門
OpenFOAMによる混相流シミュレーション入門OpenFOAMによる混相流シミュレーション入門
OpenFOAMによる混相流シミュレーション入門takuyayamamoto1800
 

Tendances (20)

Boundary Conditions in OpenFOAM
Boundary Conditions in OpenFOAMBoundary Conditions in OpenFOAM
Boundary Conditions 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
 
OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例OpenFOAMによる気液2相流解析の基礎と設定例
OpenFOAMによる気液2相流解析の基礎と設定例
 
OpenFOAM の境界条件をまとめよう!
OpenFOAM の境界条件をまとめよう!OpenFOAM の境界条件をまとめよう!
OpenFOAM の境界条件をまとめよう!
 
OpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズOpenFOAM LES乱流モデルカスタマイズ
OpenFOAM LES乱流モデルカスタマイズ
 
About multiphaseEulerFoam
About multiphaseEulerFoamAbout multiphaseEulerFoam
About multiphaseEulerFoam
 
OpenFOAM v2.3.0のチュートリアル 『oscillatingInletACMI2D』
OpenFOAM v2.3.0のチュートリアル 『oscillatingInletACMI2D』OpenFOAM v2.3.0のチュートリアル 『oscillatingInletACMI2D』
OpenFOAM v2.3.0のチュートリアル 『oscillatingInletACMI2D』
 
OpenFOAMスレッド並列化のための基礎検討
OpenFOAMスレッド並列化のための基礎検討OpenFOAMスレッド並列化のための基礎検討
OpenFOAMスレッド並列化のための基礎検討
 
OpenFOAM の Function Object 機能について
OpenFOAM の Function Object 機能についてOpenFOAM の Function Object 機能について
OpenFOAM の Function Object 機能について
 
OpenFOAM -回転領域を含む流体計算 (Rotating Geometry)-
OpenFOAM -回転領域を含む流体計算 (Rotating Geometry)-OpenFOAM -回転領域を含む流体計算 (Rotating Geometry)-
OpenFOAM -回転領域を含む流体計算 (Rotating Geometry)-
 
OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析OpenFOAMにおける相変化解析
OpenFOAMにおける相変化解析
 
OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化OpenFoamの混相流solver interFoamのパラメータによる解の変化
OpenFoamの混相流solver interFoamのパラメータによる解の変化
 
OpenFOAMの壁関数
OpenFOAMの壁関数OpenFOAMの壁関数
OpenFOAMの壁関数
 
Basic openfoa mtutorialsguide
Basic openfoa mtutorialsguideBasic openfoa mtutorialsguide
Basic openfoa mtutorialsguide
 
OpenFOAM Programming Tips
OpenFOAM Programming TipsOpenFOAM Programming Tips
OpenFOAM Programming Tips
 
Spatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAMSpatial Interpolation Schemes in OpenFOAM
Spatial Interpolation Schemes in OpenFOAM
 
Turbulence Models in OpenFOAM
Turbulence Models in OpenFOAMTurbulence Models in OpenFOAM
Turbulence Models in OpenFOAM
 
OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差OpenFOAMのinterfoamによる誤差
OpenFOAMのinterfoamによる誤差
 
Motor bike by cfmesh
Motor bike by cfmeshMotor bike by cfmesh
Motor bike by cfmesh
 
OpenFOAMによる混相流シミュレーション入門
OpenFOAMによる混相流シミュレーション入門OpenFOAMによる混相流シミュレーション入門
OpenFOAMによる混相流シミュレーション入門
 

En vedette

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
 

En vedette (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
 

Similaire à Optimization of relaxation factors and convergence criteria in OpenFOAM

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
 
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...João Baltazar
 
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 2013Charles Kemmerer
 

Similaire à Optimization of relaxation factors and convergence criteria in OpenFOAM (20)

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
 
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...
 
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
 
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...
 
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
 

Plus de 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 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
 

Plus de 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日
 

Dernier

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 workingrknatarajan
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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 RecordAsst.prof M.Gokilavani
 
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.pdfankushspencer015
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
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 Bookingdharasingh5698
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 

Dernier (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
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
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
 
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
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 

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