mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Removed unnecessary voidfraction limiter. In this case, even negative values (from massive overpacking) could be tolerated and should be retained to conserve energy.
This commit is contained in:
@ -283,8 +283,6 @@ void heatTransferInterGrain::calcEnergyContribution()
|
|||||||
if(cellI >= 0)
|
if(cellI >= 0)
|
||||||
{
|
{
|
||||||
voidfraction = voidfraction_[cellI];
|
voidfraction = voidfraction_[cellI];
|
||||||
if (voidfraction < 0.01)
|
|
||||||
voidfraction = 0.01;
|
|
||||||
|
|
||||||
partVolume = particleCloud_.particleVolume(index);
|
partVolume = particleCloud_.particleVolume(index);
|
||||||
QPartPart = QPartPart_[cellI];
|
QPartPart = QPartPart_[cellI];
|
||||||
|
|||||||
Reference in New Issue
Block a user