debug checks in cfdem

This commit is contained in:
ekinaci
2016-07-14 17:19:07 +02:00
parent 57b8abfbda
commit da9dd28ee9

View File

@ -15,6 +15,7 @@ License
along with this code. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2015- Thomas Lichtenegger, JKU Linz, Austria
M.Efe Kinaci, JKU Linz, Austria
\*---------------------------------------------------------------------------*/
@ -209,6 +210,7 @@ void species::execute()
for (int i=0; i<speciesNames_.size();i++)
{
particleCloud_.dataExchangeM().giveData(Y_[i].name(),"scalar-atom",concentrations_[i]);
printf("is Y_[i].name() printed correctly? : %s",Y_[i].name());
};
// pull changeOfSpeciesMass_, transform onto fields changeOfSpeciesMassFields_, add them up on changeOfGasMassField_