All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Macros | Functions
particlesQHDFoam.C File Reference

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

Include dependency graph for particlesQHDFoam.C:

Go to the source code of this file.

Macros

#define NO_CONTROL
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

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

Original source file particlesQHDFoam.C

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 particlesQHDFoam.C.

Macro Definition Documentation

#define NO_CONTROL

Function Documentation

int main ( int  argc,
char *  argv[] 
)

——–Start———

——–End———

P equation fluxes ——–Start——— ——–End———

——–Start———

——–End———

——–Start———

——–End——— # 69 "/home/jenkins/workspace/experQGDsolver-8doxigen/QGDsolver/particlesQHDFoam/particlesQHDFoam.C" 2 #include "createTimeControls.H"

turbulence->validate();

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

Courant numbers used to adjust the time-step scalar CoNum = 0.0; scalar meanCoNum = 0.0;

Info<< "\nStarting time loop\n" << endl;

while (runTime.run()) { /*

Update fields

——–Start———

——–End——— # 96 "/home/jenkins/workspace/experQGDsolver-8doxigen/QGDsolver/particlesQHDFoam/particlesQHDFoam.C" 2

/*

Update time step

Definition at line 59 of file particlesQHDFoam.C.

References p, T, turbulence, and U().

Here is the call graph for this function: