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

Equation of energy for QGD solver. More...

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

Go to the source code of this file.

Functions

fvScalarMatrix EEqn (fvm::ddt(rhoE)+fvc::div(phiJmH)+fvc::div(phiQ)-fvc::div(phiPiU)-fvc::div(phiSigmaDotU))
 
EEqn solve ()
 
e correctBoundaryConditions ()
 
 if (implicitDiffusion)
 
rhoE boundaryFieldRef ()
 

Variables

 e = rhoE/rho - 0.5*magSqr(U)
 
 else
 

Detailed Description

Equation of energy for QGD solver.

Original source file QGDEEqn.H

Source files

Definition in file QGDEEqn.H.

Function Documentation

fvScalarMatrix EEqn ( fvm::  ddtrhoE)+fvc::div(phiJmH)+fvc::div(phiQ)-fvc::div(phiPiU)-fvc::div(phiSigmaDotU)
EEqn solve ( )

Referenced by if(), and main().

Here is the caller graph for this function:

e correctBoundaryConditions ( )

Referenced by GaussVolPoint::Div(), and GaussVolPoint::Grad().

Here is the caller graph for this function:

Definition at line 49 of file QGDEEqn.H.

rhoE boundaryFieldRef ( )

Variable Documentation

e = rhoE/rho - 0.5*magSqr(U)

Definition at line 45 of file QGDEEqn.H.

else
Initial value:
{
(
fvm::ddt(rho,e) - fvc::ddt(rhoE)
==
)
fvScalarMatrix rhoESu(e, rho.dimensions()*e.dimensions()*dimVolume/dimTime)
EEqn solve()
volScalarField rhoE(IOobject("rhoE", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *e+rho *0.5 *magSqr(U))
volScalarField & e
Definition: createFields.H:50
volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())

Definition at line 62 of file QGDEEqn.H.