FreeFOAM The Cross-Platform CFD Toolkit
pEqn.H File Reference

Detailed Description

Definition in file pEqn.H.

+ Include dependency graph for pEqn.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

surfaceScalarField phid ("phid", fvc::interpolate(psi)*((fvc::interpolate(U)&mesh.Sf())+fvc::ddtPhiCorr(rUA, rho, U, phi)))
 for (int nonOrth=0;nonOrth<=nNonOrthCorr;nonOrth++)
U correctBoundaryConditions ()

Variables

 rho = thermo.rho()
volScalarField rUA = 1.0/UEqn.A()
 U = rUA*UEqn.H()

Function Documentation

surfaceScalarField phid ( "phid"  ,
fvc::  interpolatepsi)*((fvc::interpolate(U)&mesh.Sf())+fvc::ddtPhiCorr(rUA, rho, U, phi) 
)

Referenced by for(), and if().

for ( )
U correctBoundaryConditions ( )

Variable Documentation

rho = thermo.rho()

Definition at line 1 of file pEqn.H.

volScalarField rUA = 1.0/UEqn.A()

Definition at line 3 of file pEqn.H.

U = rUA*UEqn.H()

Definition at line 4 of file pEqn.H.