Difference between revisions of "Contrib/calcMassFlow"

From OpenFOAMWiki
m
m
Line 1: Line 1:
{{VersionInfo}}{{Version1.1}}
+
{{VersionInfo}}{{Version1.2}}
  
 
== Short description ==
 
== Short description ==
Line 13: Line 13:
 
The utility is controlled by a Dictionary. The contents of the dictionary are  
 
The utility is controlled by a Dictionary. The contents of the dictionary are  
  
* a list of names of the surfaces. The surfaces can be
+
* a list <tt>bcs</tt> of names of the surfaces. The surfaces can be
 
** boundary patches
 
** boundary patches
 
** face sets
 
** face sets
* for incompressible calculations a density can be defined. This is used to correct (in other words multiply) the results to get the same values as those printed by Fluent.
+
* for incompressible calculations a density <tt>rho</tt> can be defined. This is used to correct (in other words multiply) the results to get the same values as those printed by Fluent.
 +
* for radial/symmetric calculations a <tt>scaleFactor</tt> can be defined
  
 
== Notes ==
 
== Notes ==
Line 32: Line 33:
  
 
* First version
 
* First version
 +
* 27 Feb 2006: New Version that compiles with 1.2
  
 
--[[User:Bgschaid|Bgschaid]] 21:21, 15 Aug 2005 (CEST)
 
--[[User:Bgschaid|Bgschaid]] 21:21, 15 Aug 2005 (CEST)

Revision as of 16:02, 27 February 2006

Valid versions: OF version 12.png

1 Short description

Calculates the mass flow through boundary patches and face sets

2 Motivation

3 Usage

The utility is controlled by a Dictionary. The contents of the dictionary are

  • a list bcs of names of the surfaces. The surfaces can be
    • boundary patches
    • face sets
  • for incompressible calculations a density rho can be defined. This is used to correct (in other words multiply) the results to get the same values as those printed by Fluent.
  • for radial/symmetric calculations a scaleFactor can be defined

4 Notes

  • The utility can be used for compressible and incompressible faces
  • The utility assumes the existence of a phi (if phi is missing for a time-step, no calculation is done for that time-step)
  • It does not work in parallel. For parallel calculations of the mass-flow there is a discussion on the Message board.


5 Download

The tar file with the sources

6 History

  • First version
  • 27 Feb 2006: New Version that compiles with 1.2

--Bgschaid 21:21, 15 Aug 2005 (CEST)