Minor changes.

This commit is contained in:
Thomas Lichtenegger
2016-03-30 16:44:28 +02:00
parent 4cb96a17c4
commit fff5d45e4c
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,8 @@
// net heat transfer from particles to fluid
- Qsource
// thermal conduction of the fluid with effective conductivity
- fvc::laplacian(rhoeps*particleCloud.thermCondM().thermDiff(),he)
- fvc::laplacian(rhoeps*particleCloud.thermCondM().thermDiff(),he)
// + particle-fluid energy transfer due to work
// + fluid energy dissipation due to shearing
==

View File

@ -1,4 +1,4 @@
Info<< "Reading thermophysical properties\n" << endl;
Info<< "Reading thermophysical properties\n" << endl;
autoPtr<psiThermo> pThermo
(
@ -24,6 +24,8 @@
thermo.rho()
);
Info<< "Reading field U\n" << endl;
volVectorField U
(