mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Minor changes.
This commit is contained in:
@ -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
|
||||
==
|
||||
|
||||
@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user