Difference between revisions of "Main ContribExamples/HighRiseBuildingInCityBlocks"

From OpenFOAMWiki
Line 3: Line 3:
 
== Short description ==
 
== Short description ==
  
This turorial case analyzes [http://www.aij.or.jp/jpn/publish/cfdguide/index_e.htm wind environment around high-rise building in city blocks].
+
This turorial case analyzes Case D in [http://www.aij.or.jp/jpn/publish/cfdguide/index_e.htm Guidebook for Practical Applications of CFD to Pedestrian Wind Environment around Buildings].
It can automatically vary in wind direction of inlet flow among 0, 22.5, 45 degree.
+
It also compares CFD result with wind tunnel experiment results.
+
  
 
== Usage ==
 
== Usage ==
  
To run this tutorial case automatically, just type:
+
See README attached in the tar ball below.
 
+
./Allrun
+
 
+
It will automatically calculate three different wind direction cases, so it would take a long time to finish. If you want to calculate each cases manually, type ./Allrun in directory of each cases.
+
 
+
After the execution it would makes figures listed below.
+
 
+
*res.eps - Initial residual
+
*velocityThermistor.eps - Comparison between present CFD result and wind tunnel experiment results measured by thermistor anemometer
+
*corvelocityThermistor.eps - Correlation between present CFD result and wind tunnel experiment results measured by thermistor anemometer
+
*velocitySplit.eps - Comparison between present CFD result and wind tunnel experiment results measured by anemometer with split-fiber probe (only in deg0 case)
+
*corvelocitySplit.eps - Correlation between present CFD result and wind tunnel experiment results measured by anemometer with split-fiber probe (only in deg0 case)
+
 
+
To clean all files this tutorial makes, just type:
+
 
+
./Allclean
+
  
 
== Download ==
 
== Download ==

Revision as of 12:18, 29 October 2010

Valid versions: OF version 16.png OF version 17.png

1 Short description

This turorial case analyzes Case D in Guidebook for Practical Applications of CFD to Pedestrian Wind Environment around Buildings.

2 Usage

See README attached in the tar ball below.

3 Download

Preprocessing utility setDiscreteFields and gnuplot are required to run this tutorial

4 History

  • Masa 13:51, 29 October 2010 (CEST): Add README
  • Masa 07:33, 11 October 2010 (CEST): Modified for OF Ver.1.7.
  • Masa 12:11, 22 December 2008 (CET): Calculate root mean square error of velocity and print it at every velocity's correlation figure. Add corvelocitySplitCodeM.eps and corvelocitySplitCodeT.eps.
  • Masa 10:52, 20 August 2008 (CEST): Initial version.