mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
remove unused variable
This commit is contained in:
@ -64,7 +64,6 @@ reactionHeat::reactionHeat
|
||||
mesh_,
|
||||
dimensionedScalar("zero", dimensionSet(1,-1,-3,0,0,0,0),0.0)
|
||||
),
|
||||
loopCounter_(-1),
|
||||
Nevery_(propsDict_.lookupOrDefault<label>("Nevery",1)),
|
||||
couplingTimestep_(0.0)
|
||||
{
|
||||
@ -94,7 +93,6 @@ reactionHeat::~reactionHeat()
|
||||
|
||||
void reactionHeat::calcEnergyContribution()
|
||||
{
|
||||
loopCounter_++;
|
||||
execution_ = (particleCloud_.dataExchangeM().couplingStep() % Nevery_ == 0);
|
||||
if (!execution_)
|
||||
{
|
||||
|
||||
@ -60,8 +60,6 @@ protected:
|
||||
|
||||
volScalarField reactionHeatField_;
|
||||
|
||||
label loopCounter_;
|
||||
|
||||
label Nevery_;
|
||||
|
||||
scalar couplingTimestep_;
|
||||
|
||||
Reference in New Issue
Block a user