QGDsolver
The open source CFD toolbox
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Groups
particlesQHDFoam
updateFluxes.H
Go to the documentation of this file.
1
//Continuity equation fluxes
2
//---------Start---------
3
phiu
= mesh.Sf() &
Uf
;
4
phiu
.setOriented(
true
);
5
phiwo
= mesh.Sf() & (
tauQGDf
*((
Uf
&
gradUf
) -
BdFrcf
));
6
phiwo
.setOriented(
true
);
7
8
taubyrhof
=
tauQGDf
/
rhof
;
9
//---------End---------
BdFrcf
BdFrcf
Definition:
updateFields.H:36
tauQGDf
const surfaceScalarField & tauQGDf
Definition:
createFields.H:55
gradUf
gradUf
Definition:
updateFields.H:34
taubyrhof
taubyrhof
Definition:
updateFluxes.H:11
rhof
rhof
Definition:
updateFields.H:27
Uf
Uf
Definition:
updateFields.H:30
phiu
phiu
——–Start———
Definition:
updateFluxes.H:33
phiwo
phiwo
Definition:
updateFluxes.H:8
Generated by
1.8.5