Functions | Variables
solveFluid.H File Reference
Include dependency graph for solveFluid.H:

Go to the source code of this file.

Functions

 if (finalIter)
 
 if (frozenFlow)
 
tmp< fvVectorMatrix > tUEqn (fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turb.divDevRhoReff(U)==fvOptions(rho, U))
 
UEqn relax ()
 
fvOptions constrain (UEqn)
 
 if (momentumPredictor)
 
fvScalarMatrix EEqn (fvm::ddt(rho, he)+fvm::div(phi, he)+fvc::ddt(rho, K)+fvc::div(phi, K)+(he.name()=="e"?fvc::div(fvc::absolute(phi/fvc::interpolate(rho), U), p,"div(phiv,p)"):-dpdt)-fvm::laplacian(turb.alphaEff(), he)==rho *(U &g)+rad.Sh(thermo)+fvOptions(rho, he))
 
EEqn relax ()
 
fvOptions constrain (EEqn)
 
EEqn solve (mesh.solver(he.select(finalIter)))
 
fvOptions correct (he)
 
thermo correct ()
 

Variables

 else
 
fvVectorMatrix & UEqn = tUEqn.ref()
 

Function Documentation

if ( finalIter  )

Definition at line 1 of file solveFluid.H.

References mesh.

if ( frozenFlow  )

Definition at line 6 of file solveFluid.H.

tmp<fvVectorMatrix> tUEqn ( fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turb.divDevRhoReff(U = =fvOptions(rhoU))
UEqn relax ( )
fvOptions constrain ( UEqn  )

Definition at line 36 of file solveFluid.H.

fvScalarMatrix EEqn ( fvm::ddt(rho, he)+fvm::div(phi, he)+fvc::ddt(rho, K)+fvc::div(phi, K)+(he.name()=="e"?fvc::div(fvc::absolute(phi/fvc::interpolate(rho), U), p,"div(phiv,p)"):-dpdt)-fvm::laplacian(turb.alphaEff(), he = =rho *(U &g)+rad.Sh(thermo)+fvOptions(rhohe))
Initial value:
{
volScalarField & he
Definition: YEEqn.H:56
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
psiReactionThermo & thermo
Definition: createFields.H:31
EEqn relax ( )
fvOptions constrain ( EEqn  )
EEqn solve ( mesh.  solverhe.select(finalIter))
fvOptions correct ( he  )
thermo correct ( )

Variable Documentation

else
Initial value:
{
if (oCorr == 0)
{
}
# 1 "/home/ubuntu/OpenFOAM-4.1/applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/UEqn.H" 1
MRF.correctBoundaryVelocity(U)
U
Definition: pEqn.H:83
IOMRFZoneList & MRF

Definition at line 11 of file solveFluid.H.

fvVectorMatrix& UEqn = tUEqn.ref()

Definition at line 30 of file solveFluid.H.