mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Don't limit the molarfraction
This commit is contained in:
@ -265,7 +265,7 @@ void species::execute()
|
|||||||
for (int i = 0; i<speciesNames_.size();i++)
|
for (int i = 0; i<speciesNames_.size();i++)
|
||||||
{
|
{
|
||||||
Xfluid_[i] = X_[i][cellI];
|
Xfluid_[i] = X_[i][cellI];
|
||||||
if(Xfluid_[i] < 0.0) Xfluid_[i] = 0.0;
|
// if(Xfluid_[i] < 0.0) Xfluid_[i] = 0.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user