Difference between revisions of "BubbleFoam"

From OpenFOAMWiki
(Implementation of the phase continuity equation)
(Implementation of the phase continuity equation)
Line 257: Line 257:
 
<cpp>
 
<cpp>
 
{
 
{
     // A word is defined to store the discretisation scheme label used to compute the
+
     // A word is defined to store the discretisation scheme label used to compute the
 
     // divergence of the dispersed phase volume fraction. The text between “ “ is searched
 
     // divergence of the dispersed phase volume fraction. The text between “ “ is searched
 
     // for in the fvSchemes dictionary
 
     // for in the fvSchemes dictionary
 
     word scheme("div(phi,alpha)");
 
     word scheme("div(phi,alpha)");
  
     // The relative flux is calculated
+
     // The relative flux is calculated
 
     surfaceScalarField phir = phia - phib;
 
     surfaceScalarField phir = phia - phib;
  

Revision as of 04:42, 12 February 2010