All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Functions | Variables
QGDUEqn.H File Reference

Solution of momentum equation for QGD solver. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 solve (fvm::ddt(rhoU)+fvc::div(phiJmU)+fvc::div(phiP)-fvc::div(phiPi))
 
U ref ()
 
U correctBoundaryConditions ()
 
 if (implicitDiffusion)
 
rhoU boundaryFieldRef ()
 

Variables

 else
 

Detailed Description

Solution of momentum equation for QGD solver.

Original source file QGDUEqn.H

Definition in file QGDUEqn.H.

Function Documentation

solve ( fvm::  ddtrhoU)+fvc::div(phiJmU)+fvc::div(phiP)-fvc::div(phiPi)
U ref ( )
U correctBoundaryConditions ( )

Definition at line 48 of file QGDUEqn.H.

rhoU boundaryFieldRef ( )

Variable Documentation

else
Initial value:
{
(
fvm::ddt(rho,U)
-
fvc::ddt(rhoU)
==
)
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
EEqn solve()
fvVectorMatrix rhoUSu(U, rho.dimensions()*U.dimensions()*dimVolume/dimTime)
volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())
volVectorField rhoU(IOobject("rhoU", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *U)

Definition at line 71 of file QGDUEqn.H.