Difference between revisions of "Main ContribExamples/AirConditionedRoom"

From OpenFOAMWiki
 
Line 1: Line 1:
{{VersionInfo}}{{Version1.7}}
+
{{VersionInfo}}{{Version1.7}}{{Version2.0}}
  
 
== Short description ==
 
== Short description ==
  
 
This turorial case analyzes thermal flow in air-conditioned room.
 
This turorial case analyzes thermal flow in air-conditioned room.
It also compares CFD result.
 
  
== Usage ==
+
== Download and further information ==
  
See README attached in the tar ball below.
+
Please visit a Web page of [http://www.opencae.jp/wiki/OpenFOAM-VandV-SIG/Misc "Miscellaneous V&V test cases"] which is maintained by the OpenFOAM Verification and Validation Special Interest Group in the The Open CAE Society of Japan.
  
== Requirements ==
+
== Download (Old versions) ==
  
*This case requires groovyBC library in [[Contrib/swak4Foam|swak4Foam]] and plotting utility [http://gnuplot.info/ gnuplot].
+
*[[Media:AirConditionedRoom-2011021001.tar.gz|AirConditionedRoom-2011021001.tar.gz]] (for Version 1.7)
*If you want to add Viollet type buoyancy term to the k-epsilon turbulent model, choose kEpsilonViollet for RASModel instead of kEpsilon in the constant/RASProperties. To use this turbulent model library [[Contrib_kEpsilonViollet|kEpsilonViollet]] will be required.
+
*[[Media:AirConditionedRoom-2011020901.tar.gz|AirConditionedRoom-2011020901.tar.gz]] (for Version 1.7)
*If you want to make figures like velocity vecotor or temperature contour, [http://www.soest.hawaii.edu/gmt/ GMT] and [http://www.ruby-lang.org/ ruby] will be required.
+
*[[Media:AirConditionedRoom-20090106.tar.gz|AirConditionedRoom-20090106.tar.gz]] (for Version 1.5, 1.6)
 
+
*[[Media:AirConditionedRoom-20081222.tar.gz|AirConditionedRoom-20081222.tar.gz]] (for Version 1.5, 1.6)
== Download ==
+
*[[Media:AirConditionedRoom-20080819.tar.gz|AirConditionedRoom-20080819.tar.gz]] (for Version 1.5, 1.6)
 
+
*[[Media:AirConditionedRoom-20080813.tar.gz|AirConditionedRoom-20080813.tar.gz]] (for Version 1.5, 1.6)
*[[Media:AirConditionedRoom-2011021001.tar.gz|AirConditionedRoom-2011021001.tar.gz]] Current version
+
*[[Media:AirConditionedRoom-2011020901.tar.gz|AirConditionedRoom-2011020901.tar.gz]]
+
 
+
== Download (Old versions for 1.5.x or 1.6.x) ==
+
 
+
*[[Media:AirConditionedRoom-20090106.tar.gz|AirConditionedRoom-20090106.tar.gz]]
+
*[[Media:AirConditionedRoom-20081222.tar.gz|AirConditionedRoom-20081222.tar.gz]]
+
*[[Media:AirConditionedRoom-20080819.tar.gz|AirConditionedRoom-20080819.tar.gz]]
+
*[[Media:AirConditionedRoom-20080813.tar.gz|AirConditionedRoom-20080813.tar.gz]]
+
 
+
Incompressible thermal flow solver [[Contrib_boussinesqBuoyantSimpleFoam|boussinesqBuoyantSimpleFoam]] and [http://gnuplot.info/ gnuplot] are required to run this tutorial.
+
 
+
If you use fixed heat flux B.C. instead of place heat source you also need install [[Contrib_wallHeatFlux|wallHeatFlux]] library.
+
 
+
== References ==
+
[1]
+
S. Murakami, S. Kato, Y. Kodo,
+
Numerical prediction of horizontal non-isothermal 3-D jet in room
+
based on algebraic second-moment closure model,
+
ASHRAE transactions,
+
Vol.98, Issue.1, pp.951-, 1992
+
[http://venus.iis.u-tokyo.ac.jp/doc_happyo/database_pdf/1992/9200k05.pdf [PDF]]
+
  
 
== History ==
 
== History ==
 +
* [[User:Masa|Masa]] 07:15, 27 December 2011 (CET): Modified for OpenFOAM version 2.0 and 2.1.
 
*[[User:Masa|Masa]] 16:40, 9 February 2011 (CET): Fix bug of plotmesh entry in Makefile.
 
*[[User:Masa|Masa]] 16:40, 9 February 2011 (CET): Fix bug of plotmesh entry in Makefile.
 
*[[User:Masa|Masa]] 12:48, 9 February 2011 (CET): Modified for 1.7.x.
 
*[[User:Masa|Masa]] 12:48, 9 February 2011 (CET): Modified for 1.7.x.

Latest revision as of 06:15, 27 December 2011

Valid versions: OF version 17.png OF Version 20.png

1 Short description

This turorial case analyzes thermal flow in air-conditioned room.

2 Download and further information

Please visit a Web page of "Miscellaneous V&V test cases" which is maintained by the OpenFOAM Verification and Validation Special Interest Group in the The Open CAE Society of Japan.

3 Download (Old versions)

4 History

  • Masa 07:15, 27 December 2011 (CET): Modified for OpenFOAM version 2.0 and 2.1.
  • Masa 16:40, 9 February 2011 (CET): Fix bug of plotmesh entry in Makefile.
  • Masa 12:48, 9 February 2011 (CET): Modified for 1.7.x.
  • Masa 13:31, 22 December 2008 (CET): Set convergence criterion for U, p and T individually in fvSolution.
  • Masa 12:53, 19 August 2008 (CEST): Add option to use fixed heat flux B.C. on a heated wall.
  • Masa 10:54, 15 August 2008 (CEST): Initial version.