ENH: Inter-region heat transfer - set nbr models to avoid construction order problems

This commit is contained in:
andy
2013-03-22 15:28:03 +00:00
parent 8c16c4b678
commit d1813e99ed

View File

@ -78,6 +78,9 @@ void Foam::fv::interRegionHeatTransferModel::setNbrModel()
}
firstIter_ = false;
// set nbr model's nbr model to avoid construction order problems
nbrModel_->setNbrModel();
}