transfer nu and Rep data to DEM
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user