Difference between revisions of "Main ContribExamples/HighRiseBuildingInCityBlocks"

From OpenFOAMWiki
(Download)
Line 19: Line 19:
 
*corvelocityThermistor.eps - Correlation 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)
 
*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:
 
To clean all files this tutorial makes, just type:
Line 26: Line 27:
 
== Download ==
 
== Download ==
  
*[[Media:CaseD-2010102901.tar.bz2|CaseD-2010102901.tar.bz2]] '''Latest version'''
+
*[[Media:CaseD-2010102901.tar.gz|CaseD-2010102901.tar.gz]] '''Latest version'''
 
*[[Media:HighRiseBuildingInCityBlocks-2010101101.tar.gz|HighRiseBuildingInCityBlocks-2010101101.tar.gz]]
 
*[[Media:HighRiseBuildingInCityBlocks-2010101101.tar.gz|HighRiseBuildingInCityBlocks-2010101101.tar.gz]]
 
*[[Media:HighRiseBuildingInCityBlocks-20090308.tar.gz|HighRiseBuildingInCityBlocks-20090308.tar.gz]]
 
*[[Media:HighRiseBuildingInCityBlocks-20090308.tar.gz|HighRiseBuildingInCityBlocks-20090308.tar.gz]]
Line 34: Line 35:
  
 
== History ==
 
== History ==
 +
*[[User:Masa|Masa]] 13:51, 29 October 2010 (CEST): Add README
 
*[[User:Masa|Masa]] 07:33, 11 October 2010 (CEST): Modified for OF Ver.1.7.  
 
*[[User:Masa|Masa]] 07:33, 11 October 2010 (CEST): Modified for OF Ver.1.7.  
 
*[[User:Masa|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.
 
*[[User:Masa|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.
 
*[[User:Masa|Masa]] 10:52, 20 August 2008 (CEST): Initial version.
 
*[[User:Masa|Masa]] 10:52, 20 August 2008 (CEST): Initial version.

Revision as of 11:51, 29 October 2010

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 anemometer with split-fiber probe (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 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.