Difference between revisions of "Main ContribExamples/HighRiseBuildingInCityBlocks"

From OpenFOAMWiki
(New page: == 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]. It can automatically...)
 
(Short description)
Line 3: Line 3:
 
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 [http://www.aij.or.jp/jpn/publish/cfdguide/index_e.htm wind environment around high-rise building in city blocks].
 
It can automatically vary in wind direction of inlet flow among 0, 22.5, 45 degree.
 
It can automatically vary in wind direction of inlet flow among 0, 22.5, 45 degree.
Also it compares CFD result with wind tunnel experiment results.
+
It also compares CFD result with wind tunnel experiment results.
  
 
== Usage ==
 
== Usage ==

Revision as of 08:17, 21 August 2008

1 Short description

This turorial case analyzes wind environment around high-rise building in city blocks. 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.

2 Usage

To run this tutorial case automatically, just type:

./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 (only in deg0 case)

To clean all files this tutorial makes, just type:

./Allclean

3 Download

Preprocessing utility setDiscreteFields and gnuplot are required to run this tutorial

4 History

Masa 10:52, 20 August 2008 (CEST): Initial version.