FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

UEqn.H File Reference


Detailed Description

Definition in file UEqn.H.

Go to the source code of this file.

Functions

tmp< fvVectorMatrix >  UEqn (fvm::div(phi, U)+turb.divDevRhoReff(U))
 UEqn ().relax()

Variables

 eqnResidual
 maxResidual = max(eqnResidual, maxResidual)

Function Documentation

tmp<fvVectorMatrix> UEqn ( fvm::   divphi, U)+turb.divDevRhoReff(U  )
UEqn (  )

Variable Documentation

Initial value:
 solve
    (
        UEqn()
     ==
        fvc::reconstruct
        (
            (
              - ghf*fvc::snGrad(rho)
              - fvc::snGrad(p_rgh)
            )*mesh.magSf()
        )
    ).initialResidual()

Definition at line 10 of file UEqn.H.

Definition at line 23 of file UEqn.H.