mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
display info only if verbose is true [ci skip]
This commit is contained in:
@ -300,7 +300,7 @@ void species::execute()
|
||||
particleCloud_.dataExchangeM().giveData("X_"+speciesNames_[i],"scalar-atom",molarFractions_[i]);
|
||||
};
|
||||
|
||||
Info << "give data done" << endl;
|
||||
if (verbose_) Info << "give data done" << endl;
|
||||
|
||||
// pull changeOfSpeciesMass_, transform onto fields changeOfSpeciesMassFields_, add them up on changeOfGasMassField_
|
||||
scalar timestep = mesh_.time().deltaTValue();
|
||||
|
||||
Reference in New Issue
Block a user