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

Solver for unsteady 3D turbulent flow of incompressible fluid governed by quasi-hydrodynamic dynamic (QHD) equations. More...

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

Go to the source code of this file.

Functions

 if (implicitDiffusion)
 

Variables

surfaceScalarField phiTauTReg = tauQGDf*phiu*(Uf & gradTf)
 
 else
 

Detailed Description

Solver for unsteady 3D turbulent flow of incompressible fluid governed by quasi-hydrodynamic dynamic (QHD) equations.

Original source file QHDTEqn.H

QHD system of equations has been developed by scientific group from Keldysh Institute of Applied Mathematics, see http://elizarova.imamod.ru/selection-of-papers.html

A comprehensive description of QGD equations and their applications can be found here:

Elizarova, T.G.
"Quasi-Gas Dynamic equations"
Springer, 2009

A brief of theory on QGD and QHD system of equations:

Elizarova, T.G. and Sheretov, Y.V.
"Theoretical and numerical analysis of quasi-gasdynamic and quasi-hydrodynamic
equations"
J. Computational Mathematics and Mathematical Physics, vol. 41, no. 2, pp 219-234,
2001

Developed by UniCFD group (www.unicfd.ru) of ISP RAS (www.ispras.ru).

Definition in file QHDTEqn.H.

Function Documentation

Definition at line 60 of file QHDTEqn.H.

References gradTf, implicitDiffusion(), phi, phiTauTReg, phiTf(), phiu, Foam::qgdFlux(), solve(), T, tauQGDf, Tf, and Uf.

Here is the call graph for this function:

Variable Documentation

surfaceScalarField phiTauTReg = tauQGDf*phiu*(Uf & gradTf)

Definition at line 57 of file QHDTEqn.H.

Referenced by if(), and main().

else
Initial value:
{
(
fvm::ddt(T)
- fvc::laplacian(Hif,T)
==
)
surfaceScalarField phiTauTReg
Definition: QHDTEqn.H:57
EEqn solve()
surfaceScalarField phiTf("phiTf", phi *Tf)
tmp< surfaceScalarField > div(const volVectorField &vF)
Hif
Definition: updateFields.H:39
volScalarField & T
Definition: createFields.H:53
fvScalarMatrix TSu(T, T.dimensions()*dimVolume/dimTime)

Definition at line 73 of file QHDTEqn.H.