diff --git a/applications/solvers/cfdemSolverRhoPimple/EEqn.H b/applications/solvers/cfdemSolverRhoPimple/EEqn.H index e73a6753..a219963d 100644 --- a/applications/solvers/cfdemSolverRhoPimple/EEqn.H +++ b/applications/solvers/cfdemSolverRhoPimple/EEqn.H @@ -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 == diff --git a/applications/solvers/cfdemSolverRhoPimple/createFields.H b/applications/solvers/cfdemSolverRhoPimple/createFields.H index 228ab48e..0f126220 100644 --- a/applications/solvers/cfdemSolverRhoPimple/createFields.H +++ b/applications/solvers/cfdemSolverRhoPimple/createFields.H @@ -1,4 +1,4 @@ - Info<< "Reading thermophysical properties\n" << endl; +Info<< "Reading thermophysical properties\n" << endl; autoPtr pThermo ( @@ -24,6 +24,8 @@ thermo.rho() ); + + Info<< "Reading field U\n" << endl; volVectorField U (