transfer nu and Rep data to DEM

This commit is contained in:
ekinaci
2017-06-13 11:01:03 +02:00
parent 42ad14182f
commit 98de197258
2 changed files with 5 additions and 1 deletions

View File

@ -183,6 +183,10 @@ void massTransferCoeff::execute()
}
}
// give DEM data
particleCloud_.dataExchangeM().giveData(partNuName_, "scalar-atom", partNu_);
particleCloud_.dataExchangeM().giveData(partReynolds_, "scalar-atom", partRe_);
Info << "give data done" << endl;
}

View File

@ -15,7 +15,7 @@ License
along with this code. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2015- Thomas Lichtenegger, JKU Linz, Austria
2017- M. Efe Kinaci, JKU Linz, Austria
M. Efe Kinaci, JKU Linz, Austria
Description
Model to communicate species concentration and changes due to reactions