Main ContribExamples/HighRiseBuildingInCityBlocks

From OpenFOAMWiki
< Main ContribExamples
Revision as of 08:52, 20 August 2008 by Masa (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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