From fff5d45e4cd4bec2fc9534fb9ff82340ff21dc3f Mon Sep 17 00:00:00 2001 From: Thomas Lichtenegger Date: Wed, 30 Mar 2016 16:44:28 +0200 Subject: [PATCH] Minor changes. --- applications/solvers/cfdemSolverRhoPimple/EEqn.H | 3 ++- applications/solvers/cfdemSolverRhoPimple/createFields.H | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 (